I am trying to build a Tomcat server in Netbeans, I have already installed the Tomcat plugin and I have correctly configured my environment variable CATALINA_HOME
but I get this error:
The /conf/server.xml can not be read
I do not know what could be happening, by doing echo $CATALINA_HOME
I get usr/share/tomcat
. My file server.xml
if it exists in the path usr/share/tomcat/conf/server.xml
I'm working with Ubuntu 16.04