java - Tomcat server (from XAMPP package) cannot be started from Eclipse -


I'm using Windows 7. I have installed Eclipse and have been updated to include WPT. HTML server and tomac have been installed with XAMPP package. They move properly and they can be accessed through localhost.

But I found out that the Tomato server could not be started. Eclipse always fails to start the report.

 on org.apache.catalina.startup.Bootstrap.main (Bootstrap.java:412)  because: java.lang.UnsatisfiedLinkError: org.apache.tomcat.jni.Pool.create (j) org.apache.tomcat.jni.Pool.create (Native method org.apache.tomcat.util.net.AprEndpoint.init (AprEndpoint.java:589) on org.apache.coyote.http11.Http11AprProtocol) on .init (Http11AprProtocol.java:107) Apache on org.apache.catalina.connector.Connector.initialize (connector.java:1058) J Org.apache.catalina.core.StandardService.initialize (StandardService.java:677) .catalina.core.StandardServer.initialize (StandardServer.java:795) on org.apache.catalina.startup.Catalina.load (Catalina.java / 355) on org.apache.catalina.startup.Catalina.load (Catalina. Java : 555) ... 6 more *  

Something that I can check is

"itemprop =" Text ">

You are using (or at least, XAMPP has configured its tomcat instance to use APR by default)>

% PATH% . So those native libraries can not be resolved, you will get a java.lang.UnsatisfiedLinkError .

To solve this problem, you need to add the path to the April libraries % path% or protocol to change the HTTP / 1.1 or NIO implementation org.apache.coyote.http11.Http11NioProtocol to use the standard implementation of server.xml .


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -