JK2 (2.0.4 latest) and IIS DocUpload Problem - NEW

2004-05-05 Thread E Cunningham
Background: I have a default instance of Tomcat (4.1.29) running on a Windows 2000 box with the new JK2 connector (2.0.4) latest with the fix for not being able to upload more than 56Kb. Using the most recent upload.war available on http://www.servlets.com/ (yes, Jason Hunters) Problem: When I

Re: JK connector -- isapi2 -- file upload

2004-04-16 Thread E Cunningham
We verified this using Tomcat 4.1.30 not 5.x. Therein may be the problem. The connector code in Tomcat. Let's ask this then. Is there a dependency between JK2 and Tomcat? When they started to release separately one would think that any JK2 would work with any Tomcat? Does JK2 need to include a

Re: IIS mod_jk2 2.0.4 Bug???

2004-04-08 Thread E Cunningham
quot;An error occurred."); e.printStackTrace(out); } out.flush(); } } --- E Cunningham <[EMAIL PROTECTED]> wrote: > > We just downloaded the recently released 2.0.4 > mod_jk2 > > connector and found a bug. > > Upload a bi

Re: >> problem with new 2.04 mod_jk2

2004-03-31 Thread E Cunningham
add libapr.dll or .so to your LD_LIBRARY_PATH? e --- [EMAIL PROTECTED] wrote: > Hello, > > I decided to try the new mod_jk2 today. I put all > the files in the > right place, but fot this error when starting up > httpd: > > Starting httpd: Syntax error on line 5 of > /etc/httpd/conf.d/jk2.conf

IIS mod_jk2 2.0.4 Bug???

2004-03-30 Thread E Cunningham
We just downloaded the recently released 2.0.4 mod_jk2 connector and found a bug. Upload a binary document that is larger than 48K using a servlet that has been well tested for a few years against straight Tomcat, mod_jk and previous versions of mod_jk2 (v2.0.3) for both IIS and NSAPI. Then d

RE: mod_jk2 2.0.4 for Win32

2004-03-28 Thread E Cunningham
YEAH!!! Thank you. --- David Short <[EMAIL PROTECTED]> wrote: > Thank you!!! I've been searching all over the place > for the .dll. I loaded > the .so and things seem to be ok so far. > > -Original Message- > From: Mladen Turk [mailto:[EMAIL PROTECTED] > Sent: Friday, March 26, 2004

Re: Sun One Web Server connection to tomcat

2004-03-23 Thread E Cunningham
It's called nsapi_redirector.so or .dll You can find info about it on the jakarta site. e --- "Blumenstein, Mary K." <[EMAIL PROTECTED]> wrote: > Does anyone have any experience or knowledge of how > to send url requests through Sun One Web server to > the Tomcat application server? > > We hav

Re: AJP13 errors with Tomcat

2004-03-23 Thread E Cunningham
The error is basically stating that IIS can not write to the AJP13 socket. This is probably a result of a configuration problem. --- "Reis, Tom" <[EMAIL PROTECTED]> wrote: > I am running Tomcat version 4.0.4 with IIS 5.0 with > tha AJP13 > connector. I am receiving the following message in

Re: Releasing JK 2.0.4

2004-03-19 Thread E Cunningham
When should we expect to see binary versions of 2.0.4? thanks, emmett --- Mladen Turk <[EMAIL PROTECTED]> wrote: > Hi, > > Seems that the shm is working now. > Greg, have you been able to test it with the current > patches? > Anyhow IMO it should work, cause the same problem > manifested on Fr

Re: AW: Tomcat 5 and IIS

2004-03-12 Thread E Cunningham
Generally the IIS -> Redirector -> Tomcat runs fine and is reasonably documented. The only serious problem that I have seen is returning a response to the wrong requestor and this has allegedly be fixed in the most recent release. Too bad that release isn't quite out just yet. --- [EMAIL PROTEC