Tomcat v7.0 Server setup for ports 8086 and 8009

35,546

Solution 1

You need to find out which process are running over that port and if it is not needed you can kill them

or you can change your tomcat's configuration to start the Tomcat instance on another port

for this you need to edit your server.xml file located at TOMCAT_DIR/conf/

Solution 2

how to solve this Port 8080 required by Tomcat v7.0 Server at localhost is already in use. The server may already be running in another process, or a system process may be using the port. To start this server you will need to stop the other process or change the port number(s).

Solution 3

You can change your tomcat ports

Share:
35,546
rejo
Author by

rejo

Javascript , AngularJs Developer

Updated on July 05, 2022

Comments

  • rejo
    rejo almost 2 years

    I am new in java programming. I have write a small web program using struts. I ve already install apche tomcat 7 server. I configure this server to my project. Tomcat server error showing When I run this program. The error is

    Starting tomcat v7.0 server at localhost encountered a problem

    Several ports (8086, 8009) required by Tomcat v7.0 Server at localhost are already in use. The server may already be running in another process, or a system process may be using the port. To start this server you will need to stop the other process or change the port number(s)

  • rejo
    rejo over 12 years
    thank narek , how can i change my port. can u give detail explanation?
  • narek.gevorgyan
    narek.gevorgyan over 12 years
    the link on word 'change' was not helpful?