Tomat 5.0.19 fails to start as a service for win2K

2004-03-06 Thread Ron Andersen
1) When I try to start the Tomcat Service, I receive: The Apache Tomcat service failed to start due to the following error: The service did not respond to the start or control request in a timely fashion. What am I missing? 2) It works fine when I start via the batch file startup.bat

Re: UserDatabaseRealm 5.0.16 - immediately available for use by the Realm??

2003-12-18 Thread Ron Andersen
I checked, tomcat-users.xml was only read on startup. Ron Andersen wrote: 1) I configured the default authentication realm - UserDatabaseRealm, which is setup to use conf/tomcat-users.xml. However, I am confused about the following statement: This Realm uses the UserDatabase configured

UserDatabaseRealm 5.0.16 - immediately available for use by the Realm??

2003-12-17 Thread Ron Andersen
1) I configured the default authentication realm - UserDatabaseRealm, which is setup to use conf/tomcat-users.xml. However, I am confused about the following statement: This Realm uses the UserDatabase configured in the global JNDI resources under the key UserDatabase. Any edits that are

RE: Compression 5.0.16 - web.xml or server.xml

2003-12-09 Thread Ron Andersen
this already. No need to write a servlet filter. Look in server.xml or the tomcat docs for details. Jake At 03:16 PM 11/30/2003 +0100, you wrote: Ron Andersen wrote: Is GZIP-encoding/mod_gzip avaliable in Tomcats web server? Hello, You can write a ServletFilter, and a HttpServletResponse

RE: Compression 5.0.16 - web.xml or server.xml

2003-12-09 Thread Ron Andersen
ChemInformatics -Original Message- From: Ron Andersen [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 09, 2003 9:30 AM To: Tomcat Users List Subject: RE: Compression 5.0.16 - web.xml or server.xml Thanks..one last question..does this means if compression is turned on in the server.xml and web.xml

Confusing - Compression 5.0.16 - Filter or connector???

2003-12-09 Thread Ron Andersen
I am only using one platform and I need the best performance, since I will be compressing images. Therefore, if I use the connector compression, shall I turn the filter compression off(in web.xml). Also, does the connector(in server.xml) support the following attributes?? compression=on

Re: including a page outside webapp

2003-12-09 Thread Ron Andersen
Did you turn on SSI support?? http://jakarta.apache.org/tomcat/tomcat-5.0-doc/ssi-howto.html Kumar, Sumit [EMAIL PROTECTED] wrote: Hi, I want to include a html header in my jsp page. However that html is not located in the same webapp. It is actually not located in any webapp but in a

Compression 5.0.16 - web.xml or server.xml

2003-12-08 Thread Ron Andersen
for details. Jake At 03:16 PM 11/30/2003 +0100, you wrote: Ron Andersen wrote: Is GZIP-encoding/mod_gzip avaliable in Tomcats web server? Hello, You can write a ServletFilter, and a HttpServletResponse wrapper to achieve the same results. Look into java.util.zip.* -- I never said

Re: SSL - FileNotFoundException (Access is denied)

2003-12-07 Thread Ron Andersen
Thank you! I wil add it to the Connector tag!! Bill Barker [EMAIL PROTECTED] wrote:You need to put the full path to the file (including the file name :) for the keystore. Also, for future reference, the tag is deprecated in Tomcat 5. You should set the attributes on the tag instead. Ron

SSL - FileNotFoundException (Access is denied)

2003-12-06 Thread Ron Andersen
Installed SSL by the following(ADV Server 2000 and tomcat build 5.0.16): 1) Creating the keystore file 2) Added attribute keystoreFile to the Factory tag 3)Added path C:\Program Files\Apache Software Foundation\Tomcat 5.0\conf to keystoreFile 4) Restarted Tomcat (logged in as Administrator)

Compression and server.xml file 5.0.14??

2003-12-01 Thread Ron Andersen
The sample server.xml includes the followng attributes for the Connector XML tag: compression=on compressionMinSize=2048 noCompressionUserAgents=gozilla, traviata compressableMimeType=text/html,text/xml In the admin console, I

Re: GZIP-encoding/mod_gzip and Tomcat??

2003-11-30 Thread Ron Andersen
in server.xml or the tomcat docs for details. Jake At 03:16 PM 11/30/2003 +0100, you wrote: Ron Andersen wrote: Is GZIP-encoding/mod_gzip avaliable in Tomcats web server? Hello, You can write a ServletFilter, and a HttpServletResponse wrapper to achieve the same results. Look into java.util.zip

Re: GZIP-encoding/mod_gzip and Tomcat??

2003-11-30 Thread Ron Andersen
support Virtual Hosts? Jacob Kjome wrote: The Coyote connector supports this already. No need to write a servlet filter. Look in server.xml or the tomcat docs for details. Jake At 03:16 PM 11/30/2003 +0100, you wrote: Ron Andersen wrote: Is GZIP-encoding/mod_gzip avaliable in Tomcats web server

Tomcat 5.0 web server - virtual hosts?

2003-11-29 Thread Ron Andersen
Does Tomcat's 5.0 web server support virtual hosts? - Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard

GZIP-encoding/mod_gzip and Tomcat??

2003-11-28 Thread Ron Andersen
Is GZIP-encoding/mod_gzip avaliable in Tomcats web server? - Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard

Dynamic Authenticator

2003-10-14 Thread Ron Andersen
Does anyone know of a good authentictor plugin for Tomcat. I reviewed the sample(XML based) authentcator from Tomcat, but this authenicator is only used at startup. I need onw that will able to add and delete users on the fly - not just at start up. - Do you

Jav Options

2003-10-13 Thread Ron Andersen
I stalled Tomcat 5.0 on Win2K adv server.. When I try to start it, it loggs the following in the log file: Unrecognized option: -Xrs The Java optionsettings are: -Dcatalina.home=F:\Program Files\Apache Software Foundation\Tomcat 5.0 -Djava.endorsed.dirs=F:\Program Files\Apache Software

RE: Jav Options

2003-10-13 Thread Ron Andersen
Did I missed this from the setup doco, or is this(JDK1.4) missing :) ? Larry Isaacs [EMAIL PROTECTED] wrote:I believe you will need JDK 1.3.1, or later, to get the -Xrs option. It was added to fix the logout problem JDK 1.3. Cheers, Larry -Original Message- From: Ron Andersen [mailto