tomcat6 - How to remove the Port number from my url? -


I am using Apache Tomcat6.0. I am relatively new to the server. I want to remove my port number from my URL I searched for the listening port, it is "wampapache" example:

  localhost: 8080 / myname name / (this is like this) localhost / myappname (my requirement)  

Thnaks in Ed!

The first console found the problem and then the listening service was stopped

1) Open CMD as admin (right click and you can find options).

2) Type "netstat -ano" in the console

3) Find services running on my required port "80" (80 here because I display the port number in the URL Do not have to) Note the PID number.

4) Open Task Manager, click on the Services tab. Find the Paid's service name.

5) Type "services.msc" in the run. There the service name is found and right click the service and disable it.


Comments

Popular posts from this blog

eclipse plugin - Run java code error: Workspace is closed -

ios - How do I use CFArrayRef in Swift? -

scala - Play Framework - how to bind form to a session field -