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 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 be pulling from somewhere else.

Thanks,
Michael

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to