jsp port 8080
843835Feb 18 2003 — edited Feb 19 2003Hi All,
I am quite new to jsp and i have managed to deploy an application written in jsp and servlets with a corba backend onto the jsp tomcat server.
My question is how do i access the jsp pages in the url without having to put the port number into the URL
eg currently i have to use the following notation to access the jsp:
http://localhost:8080/
and this will return me to the root of my application..
Obviously, once i start running on a live server, i dont want to have to have people type in the :8080 so my question is how do i configure tomcat so the :8080 is not needed to access my jsp pages.
Thanks in advance, your comments will be very greatfully recieved
Sajid