2 Replies Latest reply on Feb 16, 2007 2:54 AM by jfclere

    deploying servlet as a .war file. URL

    mikewang

      Hi all, i noticed that when deploying servlet as a .war file, for example, say i named my war file to servlet.war and have /get for url pattern in my web.xml , tomcat likes to set it's url to to /servlet.war/get so that the name of the war file is in the path. What changes do i need to make so that the name of the war file is not in the path?

      thank you