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:-
export CATALINA_OPTS="-DNAME=e1 -DID=22"

Kindly suggest what is the issue in this


thanks
Vicky

Reply via email to