> From: Martin Gainty [mailto:[EMAIL PROTECTED]
> Subject: RE: Tomcat Shutdown Port as Variable
>
> a shame that you cant specify that attribute via %JAVA_OPTS%
As Rainer already pointed out, you can; the shutdown script does not use
CATALINA_OPTS, but it does honor JAVA_OPTS.
-
a shame that you cant specify that attribute via %JAVA_OPTS%
maybe look at writing a set_8005 script which writes that to
%TOMCAT_HOME%/conf/server.xml
should be fine as long as you execute the script before starting TC ..
any other suggestions?
Martin Gainty
__
> > I have quite a few installs of Tomcat on the same server (same
> > CATALINA_HOME, different CATALINA_BASE), and I am interested in making
my
> > configs a little more portable. I'm trying to make certain unique
items
> > in my server.xml variable ( ${variablename} ), being pulled from my
[EMAIL PROTECTED] wrote:
Hi All -
I have quite a few installs of Tomcat on the same server (same
CATALINA_HOME, different CATALINA_BASE), and I am interested in making my
configs a little more portable. I'm trying to make certain unique items
in my server.xml variable ( ${variablename} ), be