RE: Objects in Vector are loosing type

2001-05-02 Thread Joel Parramore
from (re)occuring. (Perhaps a weekly posting of FAQ items would help as well, but that's another issue.) Thanks for the explanation, though. And your English is just fine. :-) Regards, Joel Parramore -Original Message- From: Endre Stolsvik [mailto:[EMAIL PROTECTED]] Sent: Wednesday

RE: Objects in Vector are loosing type

2001-04-30 Thread Joel Parramore
Can or has or will someone work up a slightly more technical explanation than It's because tomcat's reloading are totally fucked. ??? Regards, Joel Parramore -Original Message- From: Cory Hubert [mailto:[EMAIL PROTECTED]] Sent: Monday, April 30, 2001 11:36 AM To: [EMAIL

Re: mod_jk.conf-auto problem

2001-04-26 Thread Joel Parramore
Or, if this is Redhat and you don't have a libexec subdirectory, create a symlink in the /etc/httpd directory that points to the apache lib subdirectory: cd /etc/httpd ln -s ../../usr/lib/apache libexec so you don't have to cart around separate copies of the mod_jk.so library.

Re: Tomcat SSL

2001-04-26 Thread Joel Parramore
So, the latest mod_jk/ajp13 in Tomcat 3.3 fixes this? Nice to know... thanks. Regards, Joel Parramore - Original Message - From: GOMEZ Henri [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, April 26, 2001 4:02 PM Subject: RE: Tomcat SSL When I've had to kill Tomcat on my

Re: Tomcat SSL

2001-04-24 Thread Joel Parramore
Using ajp13 with Apache and Tomcat holds open a socket for requests between the two as opposed to opening a socket for every request (ajp12). Shutting down Tomcat apparently does not gracefully allow Apache to deal with the socket suddenly closing, so Apache dies as well. Regards, Joel

Re: Tomcat SSL

2001-04-24 Thread Joel Parramore
keeps an open socket between Tomcat and Apache. When you restart Tomcat, you need to restart Apache as well. which was pretty much my own experience, Regards, Joel Parramore - Original Message - From: Jeff Kilbride [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 24, 2001 6

Re: Tomcat SSL

2001-04-24 Thread Joel Parramore
on that and get back to you, though. Regards, Joel Parramore - Original Message - From: Milt Epstein [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 24, 2001 6:39 PM Subject: Re: Tomcat SSL On Tue, 24 Apr 2001, Joel Parramore wrote: Using ajp13 with Apache and Tomcat holds

Re: seems as though a servlet engine would have a little clearer documentation on getting servlets running

2001-04-23 Thread Joel Parramore
... Regards, Joel Parramore - Original Message - From: Sam Newman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, April 23, 2001 2:17 PM Subject: Re: seems as though a servlet engine would have a little clearer documentation on getting servlets running Go back to first prinicples

Re: Books on Tomcat

2001-04-23 Thread Joel Parramore
a bit the fact that there is some existing information regarding Tomcat (and Catalina) configuration, troubleshooting, etc.? (Have to ponder that a bit, content-wise.) Regards, Joel Parramore - Original Message - From: Anne Dirkse [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, April

Re: apache startup errors with tomcat workers

2001-04-23 Thread Joel Parramore
Apache on port 8080. If that's the case, bear in mind that Tomcat's default port is 8080, so you'll have a conflict there when starting one when the other is running. Regards, Joel Parramore - Original Message - From: Farrell, Sarah [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday

Re: How do I map www.blah.com to a servlet?

2001-04-23 Thread Joel Parramore
Chris: Is there a reason you can't redirect any www.foo.com/index.html requests to your servlet with an Apache redirect directive instead (besides adding another trip back-and-forth for the user, that is)? Regards, Joel - Original Message - From: Chris Bailey [EMAIL PROTECTED] To:

Re: Tomcat Book

2001-04-23 Thread Joel Parramore
Armin: How does one subscribe (I could guess at using SUBSCRIBE email-address but I'm lazy sometimes. :-) Regards, Joel Parramore - Original Message - From: Armin Roehrl [EMAIL PROTECTED] To: Bryant, William [EMAIL PROTECTED]; Bill Penberthy [EMAIL PROTECTED]; Bryant, William [EMAIL

Tomcat articles on the O'Reilly Network

2001-04-06 Thread Joel Parramore
://www.oreillynet.com/pub/a/onjava/2001/03/15/tomcat.html Installing and Configuring Tomcat - http://www.oreillynet.com/pub/a/onjava/2001/03/29/tomcat.html Regards, Joel Parramore

Servlet auto-reloading under ROOT context (was RE: simple question for servlet-configuration of tomcat)

2001-04-06 Thread Joel Parramore
pply more configuration upon request, but at least I'll note that the server configuration is with Apache 1.3.14 and Tomcat 3.2.1 running Redhat Linux 7.0 on an Intel box, JDK 1.2.2. Tomcat, aside from slight changes for mod_jk operation with Apache, is unchanged from the default configuration.