RE: Can someone recommend a hardware device to Load Balance Tomc at

2003-11-18 Thread John Moore
instances for a long time and am very happy. The changes to mod_jk to ease taking a server off-line comes very close to the concept of unbinding a server that you get with the foundry equipment. John Moore -Original Message- From: Asif Chowdhary [mailto:[EMAIL PROTECTED] Sent: Tuesday

Re: Accessing objects with any servlets, where the object is already pre-created

2003-10-30 Thread John Moore
Anson, What about loading them up with an MBean and retrieving via the servlet? I've done this with JBoss/Tomcat, never with standalone tomcat though. Or, you populating the objects when the application starts and put the object it into the JNDI tree? John Moore On Tue, 2003-10-07

RE: Database connection "No suitable driver"?

2003-06-03 Thread John Moore
Hopsø [mailto:[EMAIL PROTECTED] Sent: Monday, June 02, 2003 3:12 PM To: 'Tomcat Users List' Subject: RE: Database connection "No suitable driver"? It is there. Tomcat version is 4.1.24. - Terje -Original Message----- From: John Moore [mailto:[EMAIL PROTECTED] Sent: 3

RE: Database connection "No suitable driver"?

2003-06-03 Thread John Moore
We also put jdbc2_0-stdext.jar in the common/lib directy. -Original Message- From: Terje Hopsø [mailto:[EMAIL PROTECTED] Sent: Monday, June 02, 2003 2:54 PM To: 'Tomcat Users List' Subject: Database connection "No suitable driver"? Hello, I have to ask you once again. I have tried

dbcp and maxWait

2003-06-03 Thread John Moore
t the source and started to follow it through got lost along the way. TIA, John Moore removeAbandonedtrue logAbandonedtrue testOnBorrowtrue validationQueryselect count(0) from agency_tbl testWhileIdletrue timeBetweenEvectionRunsMillis6 maxWait

RE: Copious Connectors Conundrum

2002-09-25 Thread John Moore
Jeff, Am using mod_jk w/ kernel 2.4.9-34smp, apache 1.3.26 and jboss 2.4.6/Tomcat 4.0.3 (combined continer). Two servers both run apache and jboss/tomcat with balancing between them. It also has a h/w load balancer in front of apache. Live since March under low load (~20K/day) and very stabl

Re: Tomcat 3.3.1 - Sessions Migrating Between Users

2002-09-19 Thread John Moore
n Apache 1.3.26 w/ ajp13 and TC 4.0.4 and had been killing off apache processes that get stuck in a 'W' state. John Moore Milt Epstein wrote: >On Thu, 19 Sep 2002, Jason Koeninger wrote: > >>I've been doing multi-threaded code for a long time, and while I'm >

HEAD request to JSP stuck in a 'W' state

2002-09-19 Thread John Moore
0 Thanks, John Moore -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Killing Apache Processes Connected to Tomcat via mod_jk (Ajp13)

2002-09-12 Thread John Moore
sion is via SSL upon hitting the login page so I'm betting against any external cache. If someone knows the ins and outs of the Ajp13 connector and tomcat who can address this I am eternally grateful. Trying to reproduce has been difficult and looking for any support before diving into t

Read-Only Naming Cobtext

2002-07-15 Thread John Moore
n the server/application.Specifically, I have 41 DataSources and am frequently adding and removing references. i tried ctx.unbind( "java:comp/env/jdbc/" ) but that threw "javax.naming.NamingException: Context is read only". Thanks, john moore

Apache/Tomcat server-status Question

2002-03-28 Thread John Moore
owhere near the usage of the server that's encountering these issues. Help, my forehead is starting to hurt from banging it against the wall. John Moore

RE: Apache w/ mod_jk and Tomcat 3.2.1 not handling URL rewriting

2002-02-04 Thread John Moore
rvlet/* ajp13 Alias /webstaff /opt/jakarta-tomcat-3.3/webapps/webstaff AllowOverride All Options Indexes FollowSymLinks Order allow,deny Allow from all AllowOverride None deny from all AllowOverride None deny from all John Moore -Original Message- From: Robert

Apache/Tomcat/mod_jk growing TIME_WAIT counts

2002-01-31 Thread John Moore
n issue or something else I'm not considering. I'm guessing it may be an Apache issue but since I monitor this forum and see lots of expertise on combined containers I thought I'd start here. Any advise or direction is greatly appreciated. John Moore

Cookie Spec & Tomcat 3.2.3

2002-01-26 Thread John Moore
don't think anything is going to change. So to the question, is there a governing body that has newer, more complete definition of the Cookie specification that I should have read, is Bug #231 really related to our problem, or is it time for a heart-to-heart with these guys. Thanks, John Moore

Apache Style Logging

2002-01-07 Thread John Moore
t 3.2.3 but can easily move to TC 4 if that helps. I couldn't find anything in the logger docs. Thanks, John Moore

RE: ;jsessionid not working

2002-01-04 Thread John Moore
: Sylvain Hamel [mailto:[EMAIL PROTECTED]] Sent: Friday, January 04, 2002 9:41 AM To: Tomcat Users List Subject: Re: ;jsessionid not working a short example would be appreciated... - Original Message - From: "John Moore" <[EMAIL PROTECTED]> To: "'Tomcat Users List&

RE: ;jsessionid not working

2002-01-04 Thread John Moore
You should be using the url encoding to get the session id. Also I'm pretty sure that the ;jsessionid needs to come before the ?. John -Original Message- From: Sylvain Hamel [mailto:[EMAIL PROTECTED]] Sent: Friday, January 04, 2002 9:34 AM To: tomcat-user Subject: ;jsessionid not worki

Resource References for DataSources

2002-01-02 Thread John Moore
I have configured the sybase jdbc 2.0 driver to work with tomcat as a resource. Unfortunately, there is no true pooling (min, max, timeout) feature and I need to wrap it with a real pooler. The JBoss pooler works in other servlet containers but I can't figure out how to get it to work here