Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Problem in starting Tomcat server instance(Problem in starting Tomcat server instance)
Problem in starting Tomcat server instance [message #1146817] Sun, 20 October 2013 12:27 Go to next message
Asmaa Ahmed is currently offline Asmaa AhmedFriend
Messages: 1
Registered: October 2013
Junior Member
Hello,

I am trying to run a project, but till now can't get it work properly.
The database connection string is a JVM parameter in the tomcat server instance startup.

but when I try to run it I get these errors
Oct 20, 2013 12:22:03 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/Applications/eclipse/Eclipse.app/Contents/MacOS/lib], exists: [false], isDirectory: [false], canRead: [false]
WARNING: Problem with directory [/Applications/eclipse/Eclipse.app/Contents/MacOS/lib], exists: [false], isDirectory: [false], canRead: [false]
java.lang.ClassNotFoundException: org.apache.catalina.startup.Catalina
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306

Thanks.
Re: Problem in starting Tomcat server instance [message #1163626 is a reply to message #1146817] Thu, 31 October 2013 05:35 Go to previous message
Arnav Kumar is currently offline Arnav KumarFriend
Messages: 16
Registered: October 2013
Junior Member
Re: Problem in starting Tomcat server instance

Have you installed tomcat or trying to use it by changing the configurations. May be you have not set your CATALINA_HOME and JAVA_HOME if you are using it without installing. Please reply if it works or not.
Previous Topic:Content assist in Eclipse Kepler unreliable.
Next Topic:simple batch program
Goto Forum:
  


Current Time: Fri Mar 29 08:09:02 GMT 2024

Powered by FUDForum. Page generated in 0.01930 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top