----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
Try mod_rewrite:
RewriteEngine on
RewriteRule ^/foo/$ /foo/FooServlet [rewrite,last]
HTH.
.... Bob Kimble
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Victor Batista
Sent: Sunday, July 02, 2000 8:57 AM
To: [EMAIL PROTECTED]
Subject: Default servlet to be loaded
----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
Hello,
I want to have the following behavior with Jserv:
When I access the following link:
http://mydomain/foo/ beeing foo a Mount Point for foo zone, I want a
specific servlet to be loaded - Ex: FooServlet. How can I do this?
It's the same as "DirectoryIndex" directive for apache.
TIA,
Victor Batista
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]