--



Change the line


ApJServMount /servlets /root

to be what ever you want

ApJServMount /your-mother /root
mount the /your-mother to the root servlet zone

mounts servlets at
http://localhost/your-mother/MyServlet


Scott Anderson
Web-X
936 Pacific Ave 
Tacoma, WA 98402
253-627-7596
[EMAIL PROTECTED]

>>> "Dean Schulze" <[EMAIL PROTECTED]> 07/02/99 09:52AM >>>
--

    A client that invokes a servlet running on JServ from the servlets
directory has to call it using "servlets"  instead of "servlet":

        http://localhost/servlets/MyServlet 


    This is different from Java Web Server and other web servers that
use "servlet" instead of "servlets":

        http://localhost/servlet/MyServlet 


    How do I avoid portability problems when constructing client side
URLs for servlets that may run on a different web server some day?

    Thanks.

Dean Schulze




--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED] 
To unsubscribe:      [EMAIL PROTECTED] 
READ THE FAQ!!!!     <http://java.apache.org/faq/>
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED] 




--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
READ THE FAQ!!!!     <http://java.apache.org/faq/>
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to