How can i configure tomcat not to send 302 Moved Temporarily
when i access the ROOT of my webapp ?

Eg:
http://localhot:8080/testapp/
it gets redirected to 
http://localhot:8080/testapp/welcome.html

i want to skip the redirect step and to load 
the welcome file or a default file (tomcat conf specified or some)
on request.

Catalin

Reply via email to