<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">I installed Tomcat6 on a CentOS distrib and I need to set an environment variable as indicated here in a user's post:<br><br>------------------<br>Add the $CATALINA_HOME environment variable to your PATH.<br># vi /etc/profile<br>CATALINA_HOME=/usr/local/jakarta-tomcat-5.0.19<br>export CATALINA_HOME<br>------------------<br>I checked the /etc/profile file and it doesn't seem to be the best place to add it.<br><br>What would be the best directory/file to actually set the variable so it is set globally when the system boots?<br><br>Thanks<br><br>Fred<br><br><br></td></tr></table>