Hello Friends
I am using Eclipse Helios 3.2 for the Web Application Development I configured the
Tomcat 7.0 Server in Eclipse but whenever i started the Tomcat 7.0 it is failed to start the server.Also I have imported one application but it is not deployed in the Tomcat Server 7.0.
It shows the following error logs
WARNING: Problem with directory [C:\Eclipse Helios\lib], exists: [false], isDirectory: [false], canRead: [false]
java.lang.ClassNotFoundException: org.apache.catalina.startup.Catalina
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at org.apache.catalina.startup.Bootstrap.init(Bootstrap.java:236)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:425)
Please help me to resolving the issue
Thanks in Advance
Umesh