Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tomcat 7.0 not getting start from Eclipse

I have installed tomcat 7.0 on my system. When I am trying to run my application on the server from eclipse, it shows me this error

The archive: C:/Program Files/Apache Software Foundation/Tomcat 7.0/bin/bootstrap.jar which is referenced by the classpath, does not exist.

What can be the issue?

like image 730
Developer Avatar asked Oct 25 '13 07:10

Developer


People also ask

Why isn't my Tomcat server is not starting?

Finding cause. Most common issue with Tomcat note starting is that Java is not configured properly, user trying to start Tomcat does not have permissions to do so, or another program is using port 8080 on that server.

Which version of Tomcat is compatible with Eclipse?

the Tomcat version of your choice (version 5.5. x or higher is recommended) Eclipse 3.1 or higher, along with the EMF (Eclipse Modeling Framework), GEF (Graphical Editing Framework), and JEM (Java EMF Model) components.


2 Answers

double-click on Tomcat server --> click on Overview of Tomcat settings appears --> "Open launch configuration" then Classpath --> under classpath...Edit User Entries here

like image 186
Ashish Avatar answered Sep 25 '22 13:09

Ashish


As your Error shows bootstrap.jar is not in classpath so,

  1. Go through eclipse-->Build path--> configure build path check your server .

  2. Check the your server lib for given jar

  3. If this is not resolve your problem delete your server , install again, and add your server in your new eclipse workspace project.

Hope it will help.

like image 39
Sai prateek Avatar answered Sep 26 '22 13:09

Sai prateek