Saturday, April 4, 2015

Tomcat - startup Error - is not deploying web project in Eclipse

"The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the ...."


Let's try the following solutions:

1. Define JAVE_HOME, JRE_HOME first

2. Add a system property to the launch configuration of the tomcat server in eclipse.

3. Download and place tcnative-1.dll 64/32 bit in bin folder.

4. change the eclipse tomcat server configuration. Open the server view, double click on you server to open server configuration. Then click to activate "Publish module contents to separate XML files". Finally, restart your server, the message must disappear.

enter image description here

5. look into .setting\org.eclipse.wst.common.component file in your web project in eclipse.
< wb-module deploy-name="PROJECT_NAME">
check the PROJECT_NAME. It might got messed up. Similarly look into .project file.

0 comments:

Post a Comment