Problem in starting Tomcat server instance [message #1146817] |
Sun, 20 October 2013 12:27  |
Eclipse User |
|
|
|
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  |
Eclipse User |
|
|
|
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.
|
|
|
Powered by
FUDForum. Page generated in 0.02833 seconds