• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Tomcat Does not start up in eclipse

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am trying to run Tomcat through Eclispe. This is something that I have done for the past serveral years. It was working yesterday and now it is not. The error I get is


The Output is



I have looked around for a solution for several hours now. But I have not had any success and it likely is something simple. I have tried the following:

1. Delete Serve and remake it in eclipse
2. Restart computer, eclipse
3. Reinstall eclipse, tomcat
4. Start Eclipse with -clean
5. Start server with no web app
6. Increasing the timeout

I am able to start tomcat from command line just fine. However I need to run it through eclipse to debug.

Thoughts?

 
reply
    Bookmark Topic Watch Topic
  • New Topic