Tomcat doesn't start with an eclipse

I am trying to start tomcat server 6.0.32 (NOT MY APP) from eclipse, but it is not with the error "Apache Tomcat v6.0.32 server on localhost did not start." But when I start with startup.bat, everything is fine. I checked all the ports for tomcat - they are free. Here is the console magazine

11.08.2011 15:15:46 org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: <MY_PATH_VARIABLE>
11.08.2011 15:15:47 org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
11.08.2011 15:15:47 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1068 ms
11.08.2011 15:15:47 org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
11.08.2011 15:15:47 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.32
11.08.2011 15:15:47 org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor ProjectName.xml

Can anyone know how to fix this? ((((

+5
source share
3 answers

I had the same problem as the errors in any of the logs, and the server started working normally when I started from the command line using run.sh. However, as soon as I used Eclipse (without or without my application), Tomcat did not start at all.

I solved this problem by following these steps:

  • Eclipse "".
  • .
  • Eclipse .
  • " " " Tomcat" ( ).
  • ( ).
  • , localhost: 8080 Eclipse.
+24

Eclipse :

→ → →

Apache Tomcat.

, .

+1

APR - Apache Portable Runtime. (-java) , Tomcat .

Tomcat Windows

0

All Articles