redirecting http://localhost:8080/ to http://localhost:8080/mywebapp
843836Sep 10 2004 — edited Sep 10 2004 I need answer for this req...dont know whether its possible r not
now i have a webapplication in tomcat
and as of now i am accessing that by using http://localhost:8080/webappname
and i have a welcome file for that webapplication as login.jsp
but i need to redirect to my application just by using
http://localhost:8080/ .as soon as the user enters this i want to redirect him to login.jsp
How can i do this ??
Is it that there is nay index.jsp(welcome file for tomcat) so that i can redirect these from that jsp to the corresponding url