<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font: inherit;" valign="top">
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></td></tr></tbody></table></blockquote>
<div><br>Last time I installed Tomcat, I just adjusted the variables in the "start-catalina.sh" script which did the job. Just have to be careful if upgrading Tomcat, but we never had to do that with our live installations (4 of them) in the 18 months we had them.<br>
<br>In our case, we adjusted the memory limits for the instances, but any other variables should work there.<br><br>I hope this helps!<br><br>Daniel Foote.<br></div></div><br>