| Author |
avoid "localhost:8080 " in url
|
jyothsna kumari
Ranch Hand
Joined: Jul 21, 2003
Posts: 108
|
|
hai all, i have sucessfully develeped a website and is running fine on the tomcat server.i am using mysql database.i am accessing the pages by using the path http://localhost:8080/NNS/NS_Homepage.jsp .it is working fine. now i want to change the url as i don't want the localhost:8080 to appear. how do i configure and where in oder to get this. Thanks in advance jyothsna
|
 |
Mike Curwen
Ranch Hand
Joined: Feb 20, 2001
Posts: 3695
|
|
look in server.xml. Search for the string "8080" (you'll find it in a host entry). Change that value to 80, save the file, and restart Tomcat. This will only work if you are not already running another service (like say, a web server) on port 80.
|
 |
 |
|
|
subject: avoid "localhost:8080 " in url
|
|
|