Re: set an environement variable under fedora core3

2004-12-15 Thread Webmaster
, Martin- Etats Unis -Original message- From: D. Stimits [EMAIL PROTECTED] Date: Tue, 14 Dec 2004 16:03:56 -0500 To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: set an environement variable under fedora core3 FRANCOIS Dufour wrote: hi to all im used to work on windows im actualy

set an environement variable under fedora core3

2004-12-14 Thread FRANCOIS Dufour
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

Re: set an environement variable under fedora core3

2004-12-14 Thread Ben Souther
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

Re: set an environement variable under fedora core3

2004-12-14 Thread D. Stimits
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 ? Other answers already were given, this is an alternative that *might* help if it is startup environment variables you are interested in.

Re: set an environement variable under fedora core3

2004-12-14 Thread Ben Souther
PROTECTED] Subject: Re: set an environement variable under fedora core3 Date: Tue, 14 Dec 2004 13:52:52 -0500 In Linux / bash you can set any environement variable using export VAR_NAME=var value you can do that in the script itself, in the user's .bash_profile file or in the shell directly

Re: set an environement variable under fedora core3

2004-12-14 Thread FRANCOIS Dufour
thanks to all it finaly work version 4.0.6 [EMAIL PROTECTED] administrateur http://entre-nous.qc.tc From: FRANCOIS Dufour [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: set an environement variable under fedora core3 Date: Wed, 15 Dec 2004 00

Re: set an environement variable under fedora core3

2004-12-14 Thread FRANCOIS Dufour
in there the corect path to catalina and jdk ? wondering can i do that [EMAIL PROTECTED] administrateur http://entre-nous.qc.tc From: Alain Gaeremynck [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: set an environement variable under

Re: set an environement variable under fedora core3

2004-12-14 Thread Alain Gaeremynck
In Linux / bash you can set any environement variable using export VAR_NAME=var value you can do that in the script itself, in the user's .bash_profile file or in the shell directly FRANCOIS Dufour wrote: hi to all im used to work on windows im actualy tring to find were to set these variable

Re: set an environement variable under fedora core3

2004-12-14 Thread FRANCOIS Dufour
[EMAIL PROTECTED] Subject: Re: set an environement variable under fedora core3 Date: Tue, 14 Dec 2004 16:04:51 -0500 I think the norm is to: Create a user that will be used to run tomcat (like tomcat). Use chown on the tomcat direcctory (often /usr/local/jakarta-tomcat-xxx). Create the needed