Steve Bayliss wrote: > A couple of suggestions then: > > 1) check that you are export-ing the variables in .bashrc > 2) if that doesn't work, try creating a local "setenv.sh" script where you > set and then export the variable values; execute this with . ./setenv.sh > before executing startup.sh or shutdown.sh I've been using Tomcat for several years and always create a setenv.sh (or setenv.bat) file for setting environment variables. You don't need to execute setenv.sh prior to running startup.sh. The startup/shutdown.sh (or .bat versions) execute catalina.sh, which in turn execute a setenv.sh file (if it exists)
------------------------------------------------------------------------------ _______________________________________________ Fedora-commons-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fedora-commons-users
