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
To: Tomcat Developers List tomcat-dev@jakarta.apache.org 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

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 tomcat-dev@jakarta.apache.org To: [EMAIL PROTECTED] Subject: cvs commit:

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 tomcat-dev@jakarta.apache.org To: Tomcat Developers List tomcat-dev@jakarta.apache.org Subject: Re: Regression -- jakarta-tomcat-connectors/jk/native/common jk_uri_worker_map.c Date: Tue, 14 Jun 2005 19:59:45 +0200 Derrick

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 List

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

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]:

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

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

RE: Socket Exception - Heavy load

2005-01-07 Thread Derrick Koes
attributedTo=YodaNo, try not, do or do not, there is no try./Quote /ContactInfo -Original Message- From: Derrick Koes [mailto:[EMAIL PROTECTED] Sent: Friday, January 07, 2005 2:38 PM To: Tomcat Developers List; Tomcat Users List Subject: RE: Socket Exception - Heavy load Sorry, I

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 your wait_timeout set

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

RE: IIS JK installer

2005-01-04 Thread Derrick Koes
[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 without the dll

RE: IIS JK installer

2005-01-04 Thread Derrick Koes
:[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. I believe this needs to be created

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:

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

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 1.2.7 beta 3 + URL rewriting scheme issue

2004-12-16 Thread Derrick Koes
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 Subject: RE: JK throws

RE: JK 1.2.7 beta 3 + URL rewriting scheme issue

2004-12-16 Thread Derrick Koes
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 it is not longer part

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 it is not longer

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:

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

2004-12-15 Thread Derrick Koes
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 strange. I'll try to reproduce

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

2004-12-15 Thread Derrick Koes
: 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 Installation part

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
\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 found. Derrick

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.

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 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

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 M. Turk's dll http

RE: FW: Building isapi_redirector2.dll Win32 Release

2004-11-09 Thread Derrick Koes
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 able to build the fix myself. Hi Derrick

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/04) and I think