Tomcat: Error running Can't find catalina.jar
Answered
I'm getting this error while running tomcat-9.0.36
But, I have this jar file. It's lokated here:

I used this article to install Tomcat https://www.digitalocean.com/community/tutorials/install-tomcat-9-ubuntu-1804
Could you help me with that?
Please sign in to leave a comment.
Can you start the Tomcat without using IntelliJ IDEA?
Make sure that you have added the Tomcat server to the IDE correctly. It seems that the home and base directories were configured incorrectly. See the manuals to learn how to set up and launch Tomcat in IntelliJ IDEA:
Configure and manage application server integration.
Run/Debug Configuration: Tomcat Server.
For some reason Intellij IDEA does not detect files directly under /opt/tomcat/ , put it one level below.
Something like that /opt/tomcat/your_dir/
And, now it works. Bang!
Exactly, It seems that the home and base directories were configured incorrectly
home dir wasn't configured at all, cuz Intellij did struggle not to detect it.
Thx, for prompt response. Good luck :)