Re: setenv.sh issue

2013-09-20 Thread Ognjen Blagojevic
Vicky, On 9/20/2013 4:14 AM, vicky wrote: I need to set certain application specific enviornment variables ,pls suggest what is the best way of doing that. eg:- configuring enviornment variable for LOG4j file path 1. Please, don't top post. 2. I doubt log4j will read any environment variables

Re: setenv.sh issue

2013-09-20 Thread Mark Eggers
defining in setenv.sh Thanks Vicky From: Ognjen Blagojevic To: Tomcat Users List Sent: Friday, 20 September 2013 3:42 PM Subject: Re: setenv.sh issue Vicky, On 20.9.2013 11:32, vicky wrote: Hi All, When i am declaring variables in my $CATALINA_BASE

Re: setenv.sh issue

2013-09-20 Thread vicky
From: Ognjen Blagojevic To: Tomcat Users List Sent: Friday, 20 September 2013 3:42 PM Subject: Re: setenv.sh issue Vicky, On 20.9.2013 11:32, vicky wrote: > Hi All, > >  When i am declaring variables in my $CATALINA_BASE/bin/setenv.sh file ,

Re: setenv.sh issue

2013-09-20 Thread Ognjen Blagojevic
Vicky, On 20.9.2013 11:32, vicky wrote: Hi All, When i am declaring variables in my $CATALINA_BASE/bin/setenv.sh file , they are not getting exported :- eg:- export NAME=e1 export ID=22 But when i am declaring the same variables in $CATALINA_BASE/bin/startup.sh in following manner t

setenv.sh issue

2013-09-20 Thread vicky
Hi All,  When i am declaring variables in my $CATALINA_BASE/bin/setenv.sh file , they are not getting exported :- eg:- export NAME=e1      export ID=22       But when i am declaring the same variables in $CATALINA_BASE/bin/startup.sh in following manner these are getting exported properly:- eg: