iam getting portno error ,kindly any one can help me to
sovle this issue plz?Several ports (8005, 8009) required by
Tomcat v6.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).
this kind of error iam geeting even i change port Nos
also?
Answer Posted / dilip
Hi,
*Your question is not specific. First of all you have to
check with the "netstat" command to check whether that port
is used by some other process and make sure it is not listen
to any process.
*Also you can check with the "nmap localhost" command to
check it is used by any of tomcat instance.
*Then if you change the port number and restart the instance.
*Then check the tomcat process is running for the
particular instance. use the command "ps -ef | grep tomcat"
* If still it is not started, Eventough your instance shows
up with some PID, which means that your previous process
is not completely killed .
So The solution for this problem is " you have to Delete
the file tomcat.pid in your CATALINA_BASE/logs/ directory.
Now restart the server.
Your instance will work without any issue.
-Dilip (OOTY)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference between weblogic and tomcat?
What's the difference between tomcat and apache?
Is tomcat written in java?
How many requests can tomcat handle?
How to change the port of tomcat from 8080 to 80?
What is embedded tomcat?
How do I uninstall tomcat?
What is difference between tomcat and weblogic?
with how many valves does tomcat configured with?
How can we specify system properties in tomcat configuration on startup?
Why do we need apache server?
What is catalina_home and catalina_base in tomcat?
Why is catalina called tomcat?
What is ajp tomcat?
How would you achieve design flexibility in a portal to cater for a different look and feel?