RE: Running Tomcat as a Windows service

2001-08-07 Thread Ronald G. Louzon
If I remember correctly, this is due to a bug in the JDK and you can read all about it in the jakarta tomcat-user archives as well as in the bug reports on the Sun site (www.javasoft.com). I used the Alexandria Software companies Java service wrapper JavaService.exe . It is free, distributable a

Can class load order be specified?

2001-08-06 Thread Ronald G. Louzon
I have some jar files in the web-inf\lib directory under a context. When the servlet for that context is loaded and the servlet class loader auto-loads those jar files it finds in the context's lib directory, is it possible to specify the load order of the jar files? If not, is there a specifica

Can class load order be specified at context level?

2001-08-03 Thread Ronald G. Louzon
I have some jar files in the lib directory under a context. When the servlet for that context is loaded and the servlet class loader auto-loads those jar files it finds in the context's lib directory, is it possible to specify the load order of the jar files? If not, is there a specification whi

RE: jre or jdk

2001-06-15 Thread Ronald G. Louzon
If you don't need to run things like the Soap administrator, you don't need tools.jar -Original Message- From: Michael Jennings [mailto:[EMAIL PROTECTED]] Sent: Friday, June 15, 2001 1:32 PM To: [EMAIL PROTECTED] Subject: Re: jre or jdk Bonjour! The only thing tomcat needs out of t

RE: Tomcat 4.0: Can webapps dir contain links?

2001-06-13 Thread Ronald G. Louzon
Why can't you set up a separate context for each student? In server.xml, you could set the doc base in each context to the appropriate student's directory. -Original Message- From: Robert Evans [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 13, 2001 10:28 AM To: [EMAIL PROTECTED] Subje

RE: Bundling Tomcat

2001-06-07 Thread Ronald G. Louzon
Unless you need the JDK, you can distribute the Java Runtime Environment (JRE) which Sun has made available. One note: the JRE does not include tools.jar... >From the JRE Readme file: - The Java 2 Runtime Environment is intended for software developers and vendors to red

RE: Jakarta Tomcat NT service stopping itself

2001-06-06 Thread Ronald G. Louzon
I reported that this Sun fix is not working for me but I am currently running JRE 1.3.1 version: Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-b24) and the fix is in the latest build: Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-rc1-b21) Sorry for the added

RE: Jakarta Tomcat NT service stopping itself

2001-06-06 Thread Ronald G. Louzon
This is a known problem and it is due to a problem in the Sun JDK. You can find more info on this from the Sun site if you search for "NT + service". To get around the problem, you could use the JavaService.exe service wrapper which is provided free from Alexandria Consulting's site. JavaService

RE: Java SDK 1.3.1 update ...

2001-06-06 Thread Ronald G. Louzon
I still see the problem in version 1.3.1 of the SDK so I had to use the JavaService wrapper... -Original Message- From: Franklin Nwankwo [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 06, 2001 6:30 AM To: '[EMAIL PROTECTED]' Subject: Java SDK 1.3.1 update ... "Notice for JDK 1.3 users

RE: Tomcat running as a service!

2001-06-01 Thread Ronald G. Louzon
In the Tomcat Documentation \doc directory, look at index.html. It has a link to "The Jakarta NT Service". This describes what you are looking for... -Original Message- From: Shailendra T Kontham [mailto:[EMAIL PROTECTED]] Sent: Friday, June 01, 2001 3:03 PM To: [EMAIL PROTECTED] Subjec

RE: Servlets and relative paths

2001-05-30 Thread Ronald G. Louzon
I found this in the archives (http://marc.theaimsgroup.com ). You might search them for more info if this doesn't work. If you put the file in your servlet's classpath, this code, which in this case is accessing a properties file, should allow you to access the file. - InputSt

RE: Starting Tomcat without new DOS Window

2001-05-29 Thread Ronald G. Louzon
Tomcat can be started as a service using either jk_nt_service.exe which is described in the Tomcat documentation or you can use Alexandria Consulting's JavaService.exe which is available from http://www.alexandriasc.com/software/JavaService/index.html Both service wrappers are free and redistri

CLASSLOADERS! FW: Contexts, Classes, Variables

2001-05-25 Thread Ronald G. Louzon
Title: RE: Contexts, Classes, Variables This URL contains a good discussion concerning the classloaders.   -Original Message-From: Cox, Charlie [mailto:[EMAIL PROTECTED]]Sent: Monday, May 21, 2001 7:53 AMTo: '[EMAIL PROTECTED]'Subject: RE: Contexts, Classes, Variables My understandin

RE: Run Tomcat as a NT Service Problem

2001-05-25 Thread Ronald G. Louzon
hat i need to do . Thank you ! > > I'm using JDK1.3, JBoss-Tomcat2.2 > > Best regards ! > Huynh Tin > > > > - Original Message - > From: Ronald G. Louzon <mailto:[EMAIL PROTECTED]> > To: '[EMAIL PROTECTED]' > Sent: Thursda

RE: Run Tomcat as a NT Service Problem

2001-05-24 Thread Ronald G. Louzon
It sounds like you don't have "xerces.jar" as the first thing on your classpath.  To make this the first thing on your classpath:   1) Edit the file %TOMCAT_HOME%\conf\wrapper.properties 2) You see some lines in this file that start with "wrapper.classpath".  Before the first of those lin

NT problem : Tomcat service stops when user logs out of NT

2001-05-23 Thread Ronald G. Louzon
Title: SSL support for Tomcat 3.2.1 with IIS I know this is in the archives somewhere but I cannot find it.     Is there a problem when running the Tomcat wrapper jk_nt_service.exe with JDK/JRE 1.3?  If I remember correctly, the problem is that if you start the service and then you log out

RE: NT Service Problem

2001-05-23 Thread Ronald G. Louzon
Make sure there is a "logs" directory under %TOMCAT_HOME%.  If there is a logs directory delete the logfiles and attempt to start the service.  Then, check the logfiles to see if they reveal anything useful.  There must be a logs directory before the service will run. -Original Messag

Context loading of .properties files

2001-05-22 Thread Ronald G. Louzon
I have several contexts which use a ".properties" file for configuration.  I need each context to have its own version of that configuration file.  Is there a way to load properties files based on context?  I am looking for a way to load properties files that is similar to the way in which c

RE: NT Service Failed

2001-05-21 Thread Ronald G. Louzon
Have you verified with the Services item on the NT Control Panel that the service is actually installed? -Original Message- From: Ben-Hur Castilho [mailto:[EMAIL PROTECTED]] Sent: Monday, May 21, 2001 4:35 PM To: '[EMAIL PROTECTED]' Subject: NT Service Failed Hi, I´am having so

RE: Running Tomcat as an NT Service

2001-05-21 Thread Ronald G. Louzon
Hades -Original Message----- From: Ronald G. Louzon [mailto:[EMAIL PROTECTED]] Sent: Monday, May 21, 2001 3:35 PM To: '[EMAIL PROTECTED]' Subject: Running Tomcat as an NT Service When running Tomcat as a Windows NT service, the NT wrapper jk_nt_service.exe must be installed and

RE: Running Tomcat as an NT Service

2001-05-21 Thread Ronald G. Louzon
PROTECTED] Subject: RE: Running Tomcat as an NT Service just make sure that your enviroment varibles are set for SYSTEM !!! not for USER varables Hades -Original Message----- From: Ronald G. Louzon [mailto:[EMAIL PROTECTED]] Sent: Monday, May 21, 2001 3:35 PM To: '[EMAIL PROT

Running Tomcat as an NT Service

2001-05-21 Thread Ronald G. Louzon
When running Tomcat as a Windows NT service, the NT wrapper jk_nt_service.exe must be installed and run instead of using the startup batch file. It appears that the jk_nt_service application reads its entire configuration from the wrapper.properties file. What this means is that the classes and

Tomcat: NT Service doesn't automatically load context classes and Jars

2001-05-18 Thread Ronald G. Louzon
As I understand the Tomcat NT wrapper, all configuration for the NT Service version of Tomcat is obtained from the wrapper.properties files. Does this also mean that I must add to the wrapper.classpath any classes and jar files that are needed? When I run the Tomcat server in "normal" mode, it sc

Tomcat: NT Service doesn't automatically load context classes and Jars

2001-05-18 Thread Ronald G. Louzon
> As I understand the Tomcat NT wrapper, all configuration for the NT > Service version of Tomcat is obtained from the wrapper.properties files. > Does this also mean that I must add to the wrapper.classpath any classes > and jar files that are needed? When I run the Tomcat server in "normal" > m

Tomcat: NT Service doesn't automatically load context classes and Jars

2001-05-18 Thread Ronald G. Louzon
As I understand the Tomcat NT wrapper, all configuration for the NT Service version of Tomcat is obtained from the wrapper.properties files. Does this also mean that I must add to the wrapper.classpath any classes and jar files that are needed? When I run the Tomcat server in "normal" mode, it s