Re: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_uri_worker_map.c jk_uri_worker_map.h

2005-06-24 Thread Derrick Koes
Developers List Subject: Re: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_uri_worker_map.c jk_uri_worker_map.h Date: Thu, 23 Jun 2005 09:43:37 +0200 Derrick Koes wrote: I tested yesterday's CVS head for compliance with session ID URL rewriting. This fails. The jsessionid

RE: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_uri_worker_map.c jk_uri_worker_map.h

2005-06-22 Thread Derrick Koes
I tested yesterday's CVS head for compliance with session ID URL rewriting. This fails. The jsessionid is lost from the URL. Derrick From: [EMAIL PROTECTED] Reply-To: "Tomcat Developers List" To: [EMAIL PROTECTED] Subject: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_uri_work

Re: Regression -- jakarta-tomcat-connectors/jk/native/common jk_uri_worker_map.c

2005-06-15 Thread Derrick Koes
From: Mladen Turk <[EMAIL PROTECTED]> Reply-To: "Tomcat Developers List" To: Tomcat Developers List Subject: Re: Regression -- jakarta-tomcat-connectors/jk/native/common jk_uri_worker_map.c Date: Tue, 14 Jun 2005 19:59:45 +0200 Derrick Koes wrote: URL rewriting is once again

Regression -- jakarta-tomcat-connectors/jk/native/common jk_uri_worker_map.c

2005-06-14 Thread Derrick Koes
URL rewriting is once again broken. 1.2.14 exhibits the problem for certain. Older version may as well. This was fixed in 1.2.8, but has regressed. Has anyone else noticed the regression? The fix made early this morning (~7-8am Eastern) works to fix the problem I was having with URL rewr

Regression -- jakarta-tomcat-connectors/jk/native/common jk_uri_worker_map.c

2005-06-14 Thread Derrick Koes
The fix checked into CVS in December has regressed in JK 1.2.14. URL rewriting no longer works with JK 1.2.14. Has anyone else experienced the regression? Thanks, Derrick -Original Message- From: Derrick Koes Sent: Friday, December 17, 2004 3:33 PM To: 'Tomcat Developers

RE: Time for TLP?

2005-03-21 Thread Derrick Koes
TLP = Top Level Project ? -Original Message- From: Yoav Shapira [mailto:[EMAIL PROTECTED] Sent: Monday, March 21, 2005 1:42 PM To: 'Tomcat Developers List' Subject: Time for TLP? Hi, In light of these recent discussions on [EMAIL PROTECTED]: http://marc.theaimsgroup.com/?t=425609

RE: Socket Exception - Heavy load

2005-01-07 Thread Derrick Koes
Sorry, it's "socket_timeout", not "wait_timeout". -Original Message- From: Derrick Koes [mailto:[EMAIL PROTECTED] Sent: Friday, January 07, 2005 2:43 PM To: Tomcat Developers List; Tomcat Users List Subject: RE: Socket Exception - Heavy load What is

RE: Socket Exception - Heavy load

2005-01-07 Thread Derrick Koes
What is your wait_timeout set to? Derrick Koes Senior Software Engineer http://www.skillsoft.com"/> codeauthor2001 [EMAIL PROTECTED] (603) 821-3260 (603) 305-1753 No, try not, do or do not, there is no try. -Original Message- From: Derrick Koes [mailt

RE: Socket Exception - Heavy load

2005-01-07 Thread Derrick Koes
Sorry, I thought you had a socket write error. Looks like a read error. -Original Message- From: Derrick Koes [mailto:[EMAIL PROTECTED] Sent: Friday, January 07, 2005 2:35 PM To: Tomcat Users List Cc: Tomcat Developers List Subject: RE: Socket Exception - Heavy load Windows is

RE: Socket Exception - Heavy load

2005-01-07 Thread Derrick Koes
Windows is notorious for holding the socket binding for some time after the close is done. I expected that you would see a BindException, not a SocketException. This exception is thrown if a socket cannot be created and bound to the requested port. However, your error looks like the receiv

RE: IIS JK installer

2005-01-04 Thread Derrick Koes
rk [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 04, 2005 1:40 PM To: Tomcat Developers List Subject: Re: IIS JK installer Derrick Koes wrote: > > > Thanks, Mladen. There seems to be one piece missing from the installer. The > virtual directory jakarta isn't created.

RE: IIS JK installer

2005-01-04 Thread Derrick Koes
Turk [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 04, 2005 12:21 PM To: Tomcat Developers List Subject: Re: IIS JK installer Derrick Koes wrote: > Can this be used to install the DLL in IIS? Yes, that's the point :). > If so, how? It seems that the install shield build builds fine wi

IIS JK installer

2005-01-04 Thread Derrick Koes
Can this be used to install the DLL in IIS? If so, how? It seems that the install shield build builds fine without the dll file. Thanks, Derrick

another data point RE: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_uri_worker_map.c

2004-12-17 Thread Derrick Koes
The fix made early this morning (~7-8am Eastern) works to fix the problem I was having with URL rewriting. I'll grab the latest code set again soon and retry. Thanks for your fast response on this Mladen. JK2s eol is the impetus for my usage of JK and this is the one glaring defect/difference

RE: cvs commit: jakarta-tomcat-connectors/jk/xdocs changelog.xml

2004-12-17 Thread Derrick Koes
Thanks, I'll give this a test. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, December 17, 2004 7:28 AM To: [EMAIL PROTECTED] Subject: cvs commit: jakarta-tomcat-connectors/jk/xdocs changelog.xml mturk 2004/12/17 04:28:12 Modified:jk/xdo

RE: JK 1.2.7 beta 3 + URL rewriting scheme issue

2004-12-16 Thread Derrick Koes
Developers List Subject: Re: JK 1.2.7 beta 3 + URL rewriting scheme issue Derrick Koes wrote: > > From the JK debug log, I suspect the jsessionid part of the URL is being > dropped somewhere between these two log lines. Or, I suppose it could be > added to the header. In any eve

RE: JK 1.2.7 beta 3 + URL rewriting scheme issue

2004-12-16 Thread Derrick Koes
Developers List Subject: Re: JK 1.2.7 beta 3 + URL rewriting scheme issue Derrick Koes wrote: > > From the JK debug log, I suspect the jsessionid part of the URL is being > dropped somewhere between these two log lines. Or, I suppose it could be > added to the header. In any event

RE: JK 1.2.7 beta 3 + URL rewriting scheme issue

2004-12-16 Thread Derrick Koes
ing scheme issue derrick, I have changed the subject for this email as you hijacked my one which i am still researching. > -Original Message- > From: Derrick Koes [mailto:[EMAIL PROTECTED] > Sent: 15 December 2004 23:19 > To: Tomcat Developers List > Cc: Tim Lucia

JK2 logging with IIS

2004-12-16 Thread Derrick Koes
The documentation for setting up a logger for JK2 is below. I've tried using logger.file and logger.win32 for my IIS configuration, but no luck. Can someone please send the right configuration steps to configure JK2 logging with IIS? I'm trying to locate a "bug" in JK (not present in JK2) by

RE: JK throws java.lang.NumberFormatException when JSP is not found.

2004-12-15 Thread Derrick Koes
I've been testing JK 1.2.7 beta 3 +. For some reason, putting the jsessionid (URL rewriting) on the URL makes JK not deliver it to Tomcat (get a new session from tomcat for every request). Running the same web app with JK2 does not exhibit the problem. HttpServletRequest.isRequestedSession

RE: JK throws java.lang.NumberFormatException when JSP is not found.

2004-12-15 Thread Derrick Koes
me\apache\jk\isapi Build the sources using MSDEV c:\>MSDEV isapi.dsp /MAKE ALL -Original Message- From: Mladen Turk [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 15, 2004 2:22 PM To: Tomcat Developers List Subject: Re: JK throws java.lang.NumberFormatException when JSP is not fou

RE: JK throws java.lang.NumberFormatException when JSP is not found.

2004-12-15 Thread Derrick Koes
Sorry, just following the equivalent path I used for JK2. -Original Message- From: Mladen Turk [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 15, 2004 2:49 PM To: Tomcat Developers List Subject: Re: JK throws java.lang.NumberFormatException when JSP is not found. Derrick Koes

RE: JK throws java.lang.NumberFormatException when JSP is not found.

2004-12-15 Thread Derrick Koes
Building isapi under JK/native from CVS builds tomcat_redirector.dll. Is this really isapi_redirect.dll? Thanks, Derrick -Original Message- From: Derrick Koes [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 15, 2004 2:13 PM To: Tomcat Developers List Subject: RE: JK throws

RE: JK throws java.lang.NumberFormatException when JSP is not found.

2004-12-15 Thread Derrick Koes
Re: JK throws java.lang.NumberFormatException when JSP is not found. Derrick Koes wrote: > > > Is there some good instruction somewhere on what is needed and how to build > JK? > Webserver, JK sources and compiler :). http://jakarta.apache.org/tomcat/connectors-doc/ Look at the

RE: JK throws java.lang.NumberFormatException when JSP is not found.

2004-12-15 Thread Derrick Koes
hrows java.lang.NumberFormatException when JSP is not found. Derrick Koes wrote: > > JK 1.2.7 beta 3 > > I am running with other isapi filters (coldfusion/jrun and a home grown one), > but I haven't seen anything like this in previous versions of JK or JK2. > Yes, very st

RE: JK throws java.lang.NumberFormatException when JSP is not found.

2004-12-15 Thread Derrick Koes
JK 1.2.7 beta 3 I am running with other isapi filters (coldfusion/jrun and a home grown one), but I haven't seen anything like this in previous versions of JK or JK2. Requesting a URL from my browser produces: Microsoft Visual C++ Debug Library Debug Assertion Failed! Program: C:\WINDOWS\Sy

RE: JK documentation

2004-11-17 Thread Derrick Koes
So, should everyone who has been using JK2 the last 6 months drop back to JK to be safe? Thanks, Derrick -Original Message- From: Mladen Turk [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 17, 2004 12:09 PM To: Tomcat Developers List Subject: JK documentation Hi all, I'm trying

RE: FW: Building isapi_redirector2.dll Win32 Release

2004-11-11 Thread Derrick Koes
, November 08, 2004 10:50 AM To: Tomcat Developers List Subject: Re: FW: Building isapi_redirector2.dll Win32 Release Derrick Koes wrote: > > > I *may* be able to fix some of the errors with jk_isapi_plugin.c > myself, but does anyone know where pcre.h exists? Yes, I know about >

RE: FW: Building isapi_redirector2.dll Win32 Release

2004-11-09 Thread Derrick Koes
lding isapi_redirector2.dll Win32 Release Derrick Koes wrote: > > > I *may* be able to fix some of the errors with jk_isapi_plugin.c > myself, but does anyone know where pcre.h exists? Yes, I know about > M. Turk's dll http://jakarta.apache.org/~mturk/, but I'd like to be > ab

FW: Building isapi_redirector2.dll Win32 Release

2004-11-08 Thread Derrick Koes
"Re"-post from user list. -Original Message----- From: Derrick Koes [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 03, 2004 2:08 PM To: [EMAIL PROTECTED] Cc: Tim Lucia Subject: Building isapi_redirector2.dll Win32 Release I pulled the latest from CVS yesterday (11/02