Hi,

In tomcat-3.2b6 I have added a virtual host with a context
root in this fashion

 <Host name="www.myserver.com" >
        <Context path="" 
                    docBase="webapps/mydocs" />           
 </Host>

The static files are correctly served when I call

        http://www.myserver.com/index.html

Also the servlets work fine when one calls

        http://www.myserver.com/servlet/MyServlet

But there is a problem when one calls the jsp file, like

        http://www.myserver.com/test.jsp

the browser displays:

        Not Found (404)

        Original request: /test.jsp

        Not found request: /test.jsp 

Has someone had the same problem ?
It's this a bug ?

Thanks
        
                Paolo Sommaruga

                Garda Access
                Garda, (VR) Italy
                http://www.garda-access.com/




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to