I've installed Tomcat 9 and Netbeans 8.2 in Ubuntu 16.04. I've tried to add Tomcat in Netbeans as a server but says: The specified Server Location (Catalina Home) folder is not valid.
I've looking for the solution but nothing worked.
I've installed tomcat in folder: /opt/tomcat.
I've tried to create symbolic links such as:
sudo ln -s /opt/tomcat/ /usr/share/tomcat/conf sudo ln -sf /opt/tomcat/lib /opt/tomcat/common/lib
But as I said nothing worked.
Could you help me please?
Thanks, Roberto