i am using tomcat and it runs in port8080 and how can i configure it in my vps server to view my jsp page as default...tomcat always runs in some port???
|
feedback
|
|
You can change the port number in server.xml to 80, but that might not work if you're on a unix box and not root. Alternately, you can set up an instance of apache and proxy port 80 to localhost port 8080 (where tomcat still runs). This is also handy if you want to run it as a virtualhost. | |||
|
feedback
|
|
Switching Tomcat's port to 80 in There are several threads on ServerFault discussing your question which you might want to take a look at. Using | |||
|
feedback
|