Re: Tomcat and IIS losing their link

2007-12-21 Thread Travis Haagen
DBCP. Upon further research I learned that Hibernate (and probably everything else) works better with the c3p0 pooling API, so I switched all my applications over to c3p0 and all is well (for now). Thanks for all the help, Tra

Re: [Announce] Enhanced ISAPI Redirector + Tomcat Connector Binaries (and IIS 6.0)

2007-12-21 Thread Travis Haagen
f the DLL should work with IIS in worker process isolation mode or in IIS 5 isolation mode. Do you have any insight on this? Anyone have any insight on this? :) -Travis Haagen - Original Message - From: "Tim Whittington" <[EMAIL PROTECTED]> To: ; <[EMAIL PROTECTED]>

Re: Quality check mod_jk 1.2.26-dev

2007-12-19 Thread Travis Haagen
I may have found a problem with 1.2.26-dev. I installed 'isapi_redirect.dll' on my server and only one of two workers would respond to HTTP requests after that (ajp13w, but not ajp13lmsw). I then reinstalled the 1.2.25 version of the DLL and it worked fine. I'm running this on Windows 2003 server w

Re: Tomcat and IIS losing their link

2007-12-17 Thread Travis Haagen
common.c (2097): (ajp13w) Connecting to tomcat failed. Tomcat is probably not started or is listening on the wrong port - Original Message - From: "Rainer Jung" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Friday, December 14, 2007 9:20 AM Subject: Re: Tom

Re: Tomcat Process Memory Leak?

2007-12-14 Thread Travis Haagen
> Any ideas about what could be causing this? I realize it could be an > application-related leak, but in that case wouldn't we see it running out of > heap? Server-side application leaks are really hard to figure out, because they usually only happen in a high-traffic production environment and

Re: Tomcat and IIS losing their link

2007-12-14 Thread Travis Haagen
ling java 1.6 which is much more efficient. - Using the latest APR and Isapi dll. /Per Jonsson -Original Message- From: Travis Haagen [mailto:[EMAIL PROTECTED] Sent: den 14 december 2007 05:08 To: Tomcat Posts Subject: Tomcat and IIS losing their link Hello, I've got IIS 6.0 linked w

Tomcat and IIS losing their link

2007-12-13 Thread Travis Haagen
Hello, I've got IIS 6.0 linked with Tomcat 5.5.25 (with JDK 1.5.0_14-b03 and AJP dll) via the ISAPI connector (JK 1.2.25) on Windows 2003 Server, and during high traffic periods, the connection between IIS and Tomcat is being severed. This has been occurring in the mid-afternoon every day since