> From: Cristian Bullokles [mailto:[EMAIL PROTECTED] > Subject: Deploy applications using /user/MyServlet as name > > I'd like to deploy a war file using /user/myServlet as path, but when > I tried I've received that error: > > FAIL - Failed to deploy application at context path /user/MyServlet.
Care to share with us a few basics? Perhaps the version of Tomcat you're using, what you put in the <Context> element for the webapp, or any other real information? > Id like to have an user with different servlets deployed and use them > in that way: > http://localhost:8080/user1/MyServlet > http://localhost:8080/user1/MyServlet1 > http://localhost:8080/user1/MyServlet2 > http://localhost:8080/user1/axis2 Are you by any chance confusing "servlet" with "webapp"? A single webapp is comprised of one or more related servlets. Do you actually have multiple independent webapps? - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]