reset password
Author Message
fguzman
Posts: 1
Posted 19:07 Jan 18, 2013 |

for some reason my servlets run fine after a couple of times and then tomcat stops running. I restart it but does not run, it times out. I tried making another project and it works fine, but then it does the same thing. Any suggestions?

cysun
Posts: 2935
Posted 19:44 Jan 18, 2013 |

In the Servers view:

  • Remove all the deployed projects (right-click on a project and select Remove).
  • Right click on the server and select Clean.
  • Right click on the server and select Clean Tomcat Work Directory.

Then try running your project again.

Note that problems in your code may also prevent the server from starting. So check your code to make sure the URL patterns are valid, no duplicate URL patterns, and so on.