--

    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]

Reply via email to