Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

mac, trying to install tomcat server on netbeans, keep getting error "The specified Server Location (Catalina Home) folder is not valid."

I'm trying to install Tomcat server on NetBeans. I have downloaded the Tomcat files and placed it in.

demo

But I am keeping getting error: "The specified Server Location (Catalina Home) folder is not valid."

error

Why is this happening, and how to solve it?

like image 584
Thor Avatar asked Aug 18 '16 12:08

Thor


2 Answers

Please use Tomcat 8.x and try again. IMHO NetBeans currently does not support Tomcat 9, which is still under development and no production release is available.

like image 73
Thomas Avatar answered Nov 15 '22 06:11

Thomas


I am running NetBeans 8.2 on my Mac. I have Tomcat 9.0.8 installed via homebrew. After extensive Googling I was unable to find a solution. It took me a few hours to solve this.

cd /usr/local/opt/tomcat/libexec/bin
ln -s catalina.sh catalina

Set up your server as follows:

Server dialog screenshot

like image 41
Steven Swart Avatar answered Nov 15 '22 06:11

Steven Swart