Friday, April 8, 2011

How to set CATALINA_HOME/PATH variables in Windows

1. Download  apache-tomcat-6.x.x.zip and unzip to C:\Apache\Tomcat. This should result in C:\Apache\Tomcat\apache-tomcat-6.x.x
2. Right click on the My Computer and select properties
3. Click Advanced Tab
4. Click Environment Variables
5. Under System Variables, click New
6. In the Variable name field, enter CATALINA_HOME
7. In the Variable value field, enter the path to where the Tomcat is installed


8. Under System Variables,  look for Path and click Edit
9. In the Variable value, add %CATALINA_HOME%\bin;


10. Click OK
11. Click Apply

No comments: