Re: redirecting Root to app? (index.jsp??)

2006-08-31 Thread David Smith
The index.jsp in the ROOT webapp packaged with tomcat is precompiled. Changes to the index.jsp file will be ignored until you remove the servlet mapping in ROOT/WEB-INF/web.xml. --David Michael J. Prichard wrote: How the heck can I get my container to redirect to another deployed applicatio

redirecting Root to app? (index.jsp??)

2006-08-31 Thread Michael J. Prichard
How the heck can I get my container to redirect to another deployed application when the user goes to the root URL? What I mean is if the user goes to: http://foo.com:8080/ they get redirected to http://foo.com:8080/blah/ I thought I could modify the index.jsp page in Root but that seems to b