Just today started to study Java web programming, and I have next question:
Do I need to set-up %CATALINA_HOME% environment variable for installed Apache Tomcat 8 server on Windows 7 OS? If yes - then where/in what cases it will be neccessary? (at the same time I understand the role of %CATALINA_BASE%, but it is not actual for me today)
For now I have succesfully working system without this variable on my OS, but in documentation for Tomcat server I often meet usage of "%CATALINA_HOME%".