How do you default to get website to go straight to my webapp ?

I have a web application called testapp and in web.xml I have
<welcome-file-list>
    <welcome-file>jsp/overview.jsp</welcome-file>
</welcome-file-list>

Going to
   http://localhost:8080/testapp

takes the user to
   http://localhost:8080/testapp/jsp/overview.jsp

which is fine.

BUT how can I get the user to go straight to http://localhost:8080/testapp/jsp/overview.jsp
when they enter http://localhost:8080
at the moment it just goes to the tomcat home page index.jsp


and is there a way I can do without the user needing to specify the port i.e http://localhost as other servers seem to do.

Thanks, (one day i will get this webserver business)




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to