Re: Tomcat 5.0 - setting System properties for an application
- From: "Tom Dyess" <tdyess@xxxxxxxx>
- Date: Tue, 21 Jun 2005 21:12:02 -0400
<icedogchi@xxxxxxxxx> wrote in message
news:1119371392.510702.33740@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Aha! I knew if I posted the question I'd figure it out.
>
> IF you are running the startup and shutdown commands from the command
> line in windows:
> edit catalina.bat
> set JAVA_OPTS=-D<key>="<value>"
>
> IF you are running Tomcat 5 as a service:
> Run %CATALINA_HOME%/bin/tomca5tw.exe
>
> This opens a GUI and allows you to set a system property to the JVM.
>
I typically use web.xml for this. A popular one I employ is
debug=true/false. I don't know if this is feasable in your situation though.
--
Tom Dyess
OraclePower.com
.
- Follow-Ups:
- Re: Tomcat 5.0 - setting System properties for an application
- From: Brian Munroe
- Re: Tomcat 5.0 - setting System properties for an application
- References:
- Tomcat 5.0 - setting System properties for an application
- From: icedogchi
- Re: Tomcat 5.0 - setting System properties for an application
- From: icedogchi
- Tomcat 5.0 - setting System properties for an application
- Prev by Date: Re: equals and hashCode
- Next by Date: Re: invoker configuration
- Previous by thread: Re: Tomcat 5.0 - setting System properties for an application
- Next by thread: Re: Tomcat 5.0 - setting System properties for an application
- Index(es):
Relevant Pages
|