It's usually done in the user's .bash_profile script. IE: /home/tomcat/.bash_profile
The text usually looks like this: JAVA_HOME=/usr/local/jdk1.5.0 CATALINA_HOME=/usr/local/jakarta-tomcat-5.5 export JAVA_HOME CATALINA_HOME You will either need to log in and back out or source your .bash_profile script for this to take place. . .bash_profile On Tue, 2004-12-14 at 13:16, FRANCOIS Dufour wrote: > hi to all > > im used to work on windows im actualy tring to find were to set these > variable under linux > sombody could give mee an hint ? > > thanks in advance > [EMAIL PROTECTED] > administrateur http://entre-nous.qc.tc > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
