Re: Tomcat4, where is classpath set when run as service

2003-07-31 Thread Paul
with the code i have written. thanks all, -paul lomack - Original Message - From: John Turner [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 4:39 PM Subject: Re: Tomcat4, where is classpath set when run as service Check the ClassLoader HOWTO

Re: Tomcat4, where is classpath set when run as service

2003-07-30 Thread John Turner
It isn't. Tomcat 4.1 uses the CATALINA_HOME and JAVA_HOME environment variables (defined at the System level) to build a classpath at startup. John Paul wrote: Hi Folks, Does anyone know where the classpath is set for Tomcat 4.1, when Tomcat4 is started and runs as a win2k service? thanks

Re: Tomcat4, where is classpath set when run as service

2003-07-30 Thread Paul
: Wednesday, July 30, 2003 3:47 PM Subject: Re: Tomcat4, where is classpath set when run as service It isn't. Tomcat 4.1 uses the CATALINA_HOME and JAVA_HOME environment variables (defined at the System level) to build a classpath at startup. John Paul wrote: Hi Folks, Does anyone know

Re: Tomcat4, where is classpath set when run as service

2003-07-30 Thread John Turner
, July 30, 2003 3:47 PM Subject: Re: Tomcat4, where is classpath set when run as service It isn't. Tomcat 4.1 uses the CATALINA_HOME and JAVA_HOME environment variables (defined at the System level) to build a classpath at startup. John Paul wrote: Hi Folks, Does anyone know where

RE: Tomcat4, where is classpath set when run as service

2003-07-30 Thread Koes, Derrick
:39 PM To: Tomcat Users List Subject: Re: Tomcat4, where is classpath set when run as service Hi John, thanks for reply. How would one go about adding .jar or .zip files to the classpath given it is created as you say when tomcat starts as a win2k service? paul lomack - Original Message

RE: Tomcat4, where is classpath set when run as service

2003-07-30 Thread John Corrigan
To: Tomcat Users List Subject: Re: Tomcat4, where is classpath set when run as service Hi John, thanks for reply. How would one go about adding .jar or .zip files to the classpath given it is created as you say when tomcat starts as a win2k service? paul lomack - Original Message

Re: Tomcat4, where is classpath set when run as service

2003-07-30 Thread John Turner
I'm pretty sure. Editing the registry is possible, so is editing the startup scripts. That doesn't mean its advisable, or portable. Tomcat has a pretty robust ClassLoader architecture specifically designed to load classes that it needs. Why not use it instead of mucking about with the

RE: Tomcat4, where is classpath set when run as service

2003-07-30 Thread John Corrigan
: John Turner [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 2:02 PM To: Tomcat Users List Subject: Re: Tomcat4, where is classpath set when run as service I'm pretty sure. Editing the registry is possible, so is editing the startup scripts. That doesn't mean its advisable, or portable

Re: Tomcat4, where is classpath set when run as service

2003-07-30 Thread John Turner
I'm no Windows server admin, I'm not acquainted with the finer details of Windows services. If they're not needed, I stand corrected. My intent was to encourage the original poster to consider the functionality Tomcat has by default to achieve his goal, not to render an authoritative answer