I have installed Tomcat 9 by using standard way in my Ubuntu 20:
sudo apt install tomcat9 tomcat9-admin
But this installation not defines CATALINA_HOME
value.
echo $CATALINA_HOME
brings nothing. Why? What is right location for CATALINA_HOME
?
Conent of /var/lib/tomcat9
:
conf lib logs policy webapps work
Conent of /etc/tomcat9
:
conf lib logs policy webapps work
My Eclipse JEE Tomcat server runtime environment configuration complains with message
Unknown version of Tomcat was specified.
How to fix that problem?