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

intellij-idea, java, tomcat7

Solution

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...

Problem

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?

Original source