| Author |
CATALINA_OPTS in server.xml
|
Sahiti Verma
Greenhorn
Joined: Jan 23, 2012
Posts: 1
|
|
Hello
Can I specify CATALINA_OPTS in my server.xml rather than the startup script ?
TIA
Sahiti V
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14456
|
|
Welcome to the JavaRanch, Sahiti!
I wouldn't. I'm not sure how easy it would be in any event, since server.xml is an XML file digested by Tomcat, not a general-purpose script.
However, if you create a file in the TOMCAT bin directory named "setenv.sh" (Unix/Linux) or "setenv.bat" (Windows), you can assign environment variables in that file and the catalina script will use them.
The file format is the same as any other script file that sets environment variable values.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
 |
|
|
subject: CATALINA_OPTS in server.xml
|
|
|