The context path matches the name of your WAR. If you want it to be deployed at the root - rename your WAR to ROOT.war. I'm sure there's other ways, but that's the easiest one I know.
Matt On Tue, Jan 6, 2009 at 7:36 AM, Developeryours <[email protected]> wrote: > > http://localhost:8080/app-1.0-SNAPSHOT/login.jsp > > This is my url i have deployed in tomcat.everything working fine..but when i > perform serch functionality in my module the url redirection to > http://localhost:8080/search.html.so i am getting 404 error.so i need to > remove the snapshot context path from the url.can any one give idea. > > > Thanks > -- > View this message in context: > http://www.nabble.com/How-to-remove-app-1.0-SNAPSHOT-from-url-tp21311544s2369p21311544.html > Sent from the AppFuse - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
