Re: Configuring System properties

2003-02-07 Thread Craig R. McClanahan
On Fri, 7 Feb 2003, Will Hartung wrote: > > Do all of the webapps see the same System Properties? Yes, if they're running in the same JVM. > I can't imagine why > not (assuming they share a JVM), but with all of the isolation that's > enforced between the webapps, it gives one pause to consid

Re: Configuring System properties

2003-02-07 Thread Will Hartung
> From: "Shapira, Yoav" <[EMAIL PROTECTED]> > Sent: Friday, February 07, 2003 6:02 AM > Subject: RE: Configuring System properties > Howdy, > If you want to go the same route, simply add -Dsearcher.home=... to the > JAVA_OPTS variable in $CATALINA_HOME/bin/ca

RE: Configuring System properties

2003-02-07 Thread Shapira, Yoav
Howdy, If you want to go the same route, simply add -Dsearcher.home=... to the JAVA_OPTS variable in $CATALINA_HOME/bin/catalina.sh. It will be available via System.getProperty("searcher.home") just like when you launch a command-line application. Yoav Shapira Millennium ChemInformatics >-O