reset password
Author Message
liangxu
Posts: 15
Posted 13:47 May 21, 2009 |

I have got this problem.  After I set up the hMailServer.  The tomcat server can't be started anymore.

It says the ports used by Tomcat is using by other processes.  I closed all other processes but it still gives the

same error.   Thanks,

 

Attachments:
cysun
Posts: 2935
Posted 14:09 May 21, 2009 |

hMailServer doesn't use port 8080 etc. It's likely that the problem was caused by a Tomcat instance that was not terminated properly. Close Eclipse, then in Windows Task Manager, under the Processes tab, kill all the processes that says "java.exe" or "javaw.exe". This should fix the problem.

jadiagaurang
Posts: 53
Posted 14:12 May 21, 2009 |

Well, I guess that your 8080 port is already assigned to some other tomcat server or service. Go to Services and try to stop that one. You can turn off auto start from its properties. Take a look at attached screenshots of my Vista Services Manager and property dialog box.

I have to do all the time when I restart Windows. I have one Installed Tomcat Server and I have other Tomcat for CSNS Eclipse Workspace sepratly. I hope that this should work otherwise try to google it. Smile

Last edited by jadiagaurang at 14:14 May 21, 2009.
liangxu
Posts: 15
Posted 15:27 May 21, 2009 |

It's solved.  Thanks a lot!