RE: Tomcat Shutdown Port as Variable

2008-10-15 Thread Caldarale, Charles R
> 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. -

RE: Tomcat Shutdown Port as Variable

2008-10-15 Thread Martin Gainty
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 __

Re: Tomcat Shutdown Port as Variable

2008-10-15 Thread AFaller
> > 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

Re: Tomcat Shutdown Port as Variable

2008-10-15 Thread Rainer Jung
[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