Error running Tomcat 7.0.34: Can't find catalina.jar

I have a Java web application that I have been working on 6 months ago and when I last worked on it, it would run perfectly. When I ran it again 6 months later I got this error "Can't find catalina.jar". I'm using IntelliJ 13.0 and tomcat 7.0.34. Can anybody help me with this problem?

1

4 Answers

I had the same problem and solved it like this:

The method is to chose right Tomcat Home and Tomcat base directory in the wizard Run/Debug Configuration -> Server -> Configure...

Catalina.jar should already be present in tomcat/lib directory.

Is your tomcat home set up correctly, and is the jar there.

Also ensure that the user trying to access the lib directory and Catalina.jar etc.. has access to do so (Unix).

I have already fixed this problem,you need to correct the Tomcat Home's path.

My problem is that I renamed the file of apache-tomcat-8.5.9 to Tomcat,then the Idea could not distinguish the version.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like