Re: poor upload performance with isapi_redirect.dll and IIS

2016-07-06 Thread hugh holston
please unsubscribe. thanks From: Christopher Schultz To: Tomcat Users List Sent: Wednesday, July 6, 2016 3:08 PM Subject: Re: poor upload performance with isapi_redirect.dll and IIS -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Andy, On 7/6/16 4:05 PM, Wang, Andy wrote: >

Re: poor upload performance with isapi_redirect.dll and IIS

2016-07-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Andy, On 7/6/16 4:05 PM, Wang, Andy wrote: > On Fri, 2016-07-01 at 17:16 +, Wang, Andy wrote: >> We're seeing some really poor performance with isapi_redirect.dll >> and uploading files with IIS. >> >> In a p

Re: poor upload performance with isapi_redirect.dll and IIS

2016-07-06 Thread Wang, Andy
On Fri, 2016-07-01 at 17:16 +, Wang, Andy wrote: > We're seeing some really poor performance with isapi_redirect.dll and > uploading files with IIS. > > In a particular example, using a 200MB file, the file upload (POST) > takes ~50 seconds on localhost.  > > The sa

poor upload performance with isapi_redirect.dll and IIS

2016-07-01 Thread Wang, Andy
We're seeing some really poor performance with isapi_redirect.dll and uploading files with IIS. In a particular example, using a 200MB file, the file upload (POST) takes ~50 seconds on localhost.  The same upload using Apache and mod_jk takes about ~6 seconds. The interesting thing is,

Re: building 64-bit isapi_redirect.dll

2015-08-14 Thread Andy Wang
On 08/14/2015 11:57 AM, Christopher Schultz wrote: You might want to reach-out to the Apache Lounge folks, too... they seem to have a good process for building ASF binaries that they might be willing to share with you. That was one of the first things I thought about and checked. This is

Re: building 64-bit isapi_redirect.dll

2015-08-14 Thread Christopher Schultz
's simply using pretty > standard C calls. Yeah, I think things like read() and write() are unlikely to change. > I actually do redistribute my bulids for others to use, which is > why I'm trying to decide if I should concern myself with the extra > prerequisite of install t

Re: building 64-bit isapi_redirect.dll

2015-08-13 Thread Andy Wang
I should concern myself with the extra prerequisite of install the vcredist (or bundling the dll files myself). The key is, I'm not familiar with how IIS loads dlls, so I'm not sure if including msvcr100.dll in the same directory as isapi_redirect.dll

Re: building 64-bit isapi_redirect.dll

2015-08-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Andy, On 8/13/15 5:34 PM, Andy Wang wrote: > I was hoping to find out how the official isapi_redirect.dlls are > built. Specifically the x64 version. Reason I ask is that 1) the > documentation still documents using MS VC 6.0 which I think can't >

building 64-bit isapi_redirect.dll

2015-08-13 Thread Andy Wang
I was hoping to find out how the official isapi_redirect.dlls are built. Specifically the x64 version. Reason I ask is that 1) the documentation still documents using MS VC 6.0 which I think can't build 64-bit 2) the official binaries seem to link against msvcrt.dll and not msvcr[version].dll

Re: Bug 47678 - Unable to allocate shared memory when using isapi_redirect.dll as an extension and filter

2013-05-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Asha, On 5/27/13 8:22 AM, Asha K S wrote: > We are facing the same issue as mentioned in bug 47678. Is anyone > else facing the same issue ? Please let me know if there are any > plans of fixing this issue. You should comment on the bug that you

Bug 47678 - Unable to allocate shared memory when using isapi_redirect.dll as an extension and filter

2013-05-27 Thread Asha K S
Hi, We are facing the same issue as mentioned in bug 47678. Is anyone else facing the same issue ? Please let me know if there are any plans of fixing this issue. Thanks, Asha

RE: isapi_redirect.dll wont load on IIS7

2010-08-20 Thread Nick Beare
m Business Park, Weydon Lane, Farnham, GU9 8QT T: +44 (0) 1628 552000F: +44 (0) 1628 552001 www.causeway.com -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: 20 August 2010 15:02 To: Tomcat Users List Subject: RE: isapi_redirect.dll wont load on IIS7 &g

RE: isapi_redirect.dll wont load on IIS7

2010-08-20 Thread Caldarale, Charles R
> From: Nick Beare [mailto:nick.be...@causeway.com] > Subject: isapi_redirect.dll wont load on IIS7 The key statement would seem to be: > The current configuration only supports loading images > built for a AMD64 processor architecture. Looks like you're trying to use a 32-bi

isapi_redirect.dll wont load on IIS7

2010-08-20 Thread Nick Beare
uot;C:\JK\bin\isapi_redirect.dll" failed In the Event Viewer, I have an error in the Windows > Application log stating:- ISAPI Filter 'C:\JK\bin\isapi_redirect.dll' could not be loaded due to a configuration problem. The current configuration only supports loading images buil

RE: isapi_redirect.dll fail in SSO on high cpu load

2010-07-23 Thread Yun Feng Chua
omcat.apache.org > Date: Wed, 21 Jul 2010 09:41:10 -0400 > Subject: RE: isapi_redirect.dll fail in SSO on high cpu load > > I am going to guess that some policy in Windows rejects the high volume of > logons, too many connections or something of that kind. It's most l

RE: isapi_redirect.dll fail in SSO on high cpu load

2010-07-21 Thread dB .
2010 3:07 AM To: users@tomcat.apache.org Subject: isapi_redirect.dll fail in SSO on high cpu load Hi, Currently using Tomcat 5.5 and isapi_redirect.dll 1.2.14 in IIS 6.0 Configure with IIS integrated authentication for SSO. Notice that under high cpu load in the server, 100% util, the website p

Re: isapi_redirect.dll fail in SSO on high cpu load

2010-07-21 Thread André Warnier
>> From: a...@ice-sa.com >> To: users@tomcat.apache.org >> Subject: Re: isapi_redirect.dll fail in SSO on high cpu load >> >> Yun Feng Chua wrote: >>> Hi, >>> >>> Currently using Tomcat 5.5 and isapi_redirect.dll 1.2.14 >> (that

RE: isapi_redirect.dll fail in SSO on high cpu load

2010-07-21 Thread Yun Feng Chua
Thank for the reply... Does that mean i should start looking at the IIS for the failed authentication? > Date: Wed, 21 Jul 2010 09:45:57 +0200 > From: a...@ice-sa.com > To: users@tomcat.apache.org > Subject: Re: isapi_redirect.dll fail in SSO on high cpu load > > Y

Re: isapi_redirect.dll fail in SSO on high cpu load

2010-07-21 Thread André Warnier
Yun Feng Chua wrote: > Hi, > > Currently using Tomcat 5.5 and isapi_redirect.dll 1.2.14 (that is old, the current version is 1.2.30 or so) in IIS 6.0 > Configure with IIS integrated authentication for SSO. So, it is IIS doing the authentication with the browser, right ? > >

isapi_redirect.dll fail in SSO on high cpu load

2010-07-21 Thread Yun Feng Chua
Hi, Currently using Tomcat 5.5 and isapi_redirect.dll 1.2.14 in IIS 6.0 Configure with IIS integrated authentication for SSO. Notice that under high cpu load in the server, 100% util, the website prompt for authentication. When the cpu load subsided, the SSO is working. Any ideas why it

RE: Is Tomcat Connector for IIS (isapi_redirect.dll) tested/supported on W2k8 64-bit?

2010-05-20 Thread Ganesan, Chandru
Absolutely, Yes. The same configuration works fine when I run IIS 7 in 32-bit mode with 32-bit isapi_redirect.dll. However it fails when I use 64-bit (amd64) isapi_redirect.dll with IIS 64-bit mode. Thanks Chandru Ganesan -Original Message- From: André Warnier [mailto:a...@ice

Re: Is Tomcat Connector for IIS (isapi_redirect.dll) tested/supported on W2k8 64-bit?

2010-05-20 Thread André Warnier
Hi. If you are using isapi_redirect.dll together with a 64-bit IIS, then you probably need a 64-bit isapi_redirect.dll. Is that what you are using ? Ganesan, Chandru wrote: Hi Please see the email below for the problem description. 1. Is isapi_redirect.dll tested/supported on

Is Tomcat Connector for IIS (isapi_redirect.dll) tested/supported on W2k8 64-bit?

2010-05-20 Thread Ganesan, Chandru
Hi Please see the email below for the problem description. 1. Is isapi_redirect.dll tested/supported on Windows 2008 64-bit? 2. I'm able to successfully hit the tomcat server when IIS 7 is configured to run in 32-bit mode on Win2k8 (64-bit). IIS trace shows following error wh

[slightly OT] Re: Isapi_redirect.dll

2010-05-08 Thread André Warnier
Mladen Turk wrote: On 05/07/2010 09:02 PM, Leo Donahue - PLANDEVX wrote: I ended up turning IIS off and now run my site using Tomcat only. Everything seems to be working fine with just Tomcat serving up static HTTP. I don't even notice a difference. Using isapi_redirect makes sense if y

RE: Isapi_redirect.dll

2010-05-08 Thread Martin Gainty
ement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Sat, 8 May 2010 12:34:56 +0200 > From: mt...@apache.org > To: users@tomcat.apache.org > Subject: Re: Isap

Re: Isapi_redirect.dll

2010-05-08 Thread Electronjockey
table" in that when I had to add or migrate servers it was a copy/paste operation. Add a vbscript to the package and voila, instant IIS configuration. -Original Message- From: Leo Donahue - PLANDEVX To : 'Tomcat Users List' Sent: Fri May 07 15:02:53 2010 Subject: Re

Re: Isapi_redirect.dll

2010-05-08 Thread Mladen Turk
On 05/07/2010 09:02 PM, Leo Donahue - PLANDEVX wrote: I ended up turning IIS off and now run my site using Tomcat only. Everything seems to be working fine with just Tomcat serving up static HTTP. I don't even notice a difference. Using isapi_redirect makes sense if you need to load balan

RE: Isapi_redirect.dll

2010-05-07 Thread Martin Gainty
...@mail.maricopa.gov > To: users@tomcat.apache.org > Date: Fri, 7 May 2010 14:33:24 -0700 > Subject: RE: Isapi_redirect.dll > > That happened here once. The building we lease lost AC two summers ago. We > rented a cooling unit and the dust that blew out of the cooling unit tripped &g

Re: Isapi_redirect.dll

2010-05-07 Thread Pid
l Message- > From: Martin Gainty [mailto:mgai...@hotmail.com] > Sent: Friday, May 07, 2010 10:37 AM > To: Tomcat Users List > Subject: RE: Isapi_redirect.dll > > > no problem..you're the 3rd person on the list (in as many weeks) that has > requested operational detai

RE: Isapi_redirect.dll

2010-05-07 Thread Leo Donahue - PLANDEVX
:19 PM To: Tomcat Users List Subject: RE: Isapi_redirect.dll i used to work at a site where the owner wanted to save a few pennies and turn the AC off at nite.. one day in july it got over 90 degrees and all the apps went into 'super-fried' mode my beeper went off at 8pm ..when i final

RE: Isapi_redirect.dll

2010-05-07 Thread Martin Gainty
alement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > From: leodona...@mail.maricopa.gov > To: users@tomcat.apache.org > Date: Fri, 7 May 2010 12:02:53 -0700 > Subject:

RE: Isapi_redirect.dll

2010-05-07 Thread Leo Donahue - PLANDEVX
hat we are doing. Long answer: For several years, we have had a GIS website running under IIS + Tomcat, using the isapi_redirect.dll, and that is because we followed the vendor's recommendations. IIS = port 80, Tomcat = port 8080. Try deviating from their specs and you lose tech support, tha

RE: Isapi_redirect.dll

2010-05-07 Thread Martin Gainty
alter this transmission. Thank You > From: leodona...@mail.maricopa.gov > To: users@tomcat.apache.org > Date: Fri, 7 May 2010 09:49:41 -0700 > Subject: RE: Isapi_redirect.dll > > Found it. > > http://www.gossipcheck.com/mirrors/apache/tomcat/tomcat-con

RE: Isapi_redirect.dll

2010-05-07 Thread Leo Donahue - PLANDEVX
Found it. http://www.gossipcheck.com/mirrors/apache/tomcat/tomcat-connectors/jk/binaries/win32/jk-1.2.30/ -Original Message- From: Leo Donahue - PLANDEVX [mailto:leodona...@mail.maricopa.gov] Sent: Friday, May 07, 2010 9:48 AM To: 'Tomcat Users List' Subject: Isapi_redirect

Isapi_redirect.dll

2010-05-07 Thread Leo Donahue - PLANDEVX
http://tomcat.apache.org/connectors-doc/webserver_howto/iis.html "A pre-built version of the ISAPI redirector server plugin, isapi_redirect.dll, is available under the win32/i386 directory of tomcat-connectors distribution" I'm blind. I downloaded the zip and I don't see

Re: Problem redirecting requests from IIS to Tomcat by isapi_redirect.dll

2010-03-17 Thread mirkocal
and redirect Java calls to Tomcat using isapi_redirect.dll. 1 - Under Tomcat, I have created a specific virtual host www.teamfarnesevini.it with the same name and alias of my URL and context pointing to my application (TeamFarneseVini under Tomcat 6.0\work\Catalina\www.teamfarnesevini.it

Re: Problem redirecting requests from IIS to Tomcat by isapi_redirect.dll

2010-03-16 Thread Electronjockey
configure virtual hosts. -Original Message- From: Caldarale, Charles R To : Tomcat Users List Sent: Tue Mar 16 9:26:19 2010 Subject: Re: Problem redirecting requests from IIS to Tomcat by isapi_redirect.dll From: Electronjockey [mailto:electronjoc...@hotmail.com] Subject: Re: Problem

RE: Problem redirecting requests from IIS to Tomcat by isapi_redirect.dll

2010-03-16 Thread Caldarale, Charles R
> From: Electronjockey [mailto:electronjoc...@hotmail.com] > Subject: Re: Problem redirecting requests from IIS to Tomcat by > isapi_redirect.dll > > First you need to configure IIS to handle host headers. Actually, the first thing to do is get rid of IIS, since it doesn't a

Re: Problem redirecting requests from IIS to Tomcat by isapi_redirect.dll

2010-03-16 Thread Electronjockey
e.org Sent: Tue Mar 16 8:18:08 2010 Subject: Re: Problem redirecting requests from IIS to Tomcat by isapi_redirect.dll Well, I need to install on the same physical machine multiple application running under Tomcat, let's say - MyApp1 - URL www.myapp1.it - MyApp2 - URL www.myapp2.it What I n

Re: Problem redirecting requests from IIS to Tomcat by isapi_redirect.dll

2010-03-16 Thread Pid
On 16/03/2010 12:18, mirkocal wrote: Well, I need to install on the same physical machine multiple application running under Tomcat, let's say - MyApp1 - URL www.myapp1.it - MyApp2 - URL www.myapp2.it What I need is that both application can be launched simply asking for respectively www.myapp1.

Re: Problem redirecting requests from IIS to Tomcat by isapi_redirect.dll

2010-03-16 Thread mirkocal
rt 80. I've tried to obtain this connecting IIS with Tomcat, but maybe I can use Virtual Hosting. Could you please explain me how to do it? Thanks -- View this message in context: http://old.nabble.com/Problem-redirecting-requests-from-IIS-to-Tomcat-by-isapi_redirect.dll-tp27893887p27916856

Re: Problem redirecting requests from IIS to Tomcat by isapi_redirect.dll

2010-03-16 Thread Pid
On 15/03/2010 22:50, mirkocal wrote: Thanks for your answers, but maybe I have not been enaugh clear. What I want is that my web application can be launched asking for www.myapp.it and, in the future, deploy other web apps on the same physical machine under Tomcat, each one responding to a difff

Re: Problem redirecting requests from IIS to Tomcat by isapi_redirect.dll

2010-03-15 Thread mirkocal
address of my machine). I've tried to do this using IIS and Tomcat communication mechanism, but it doesn't work. Any other suggest? -- View this message in context: http://old.nabble.com/Problem-redirecting-requests-from-IIS-to-Tomcat-by-isapi_redirect.dll-tp27893887p27911408.html Sen

Re: Problem redirecting requests from IIS to Tomcat by isapi_redirect.dll

2010-03-15 Thread mirkocal
address of my machine). I've tried to do this using IIS and Tomcat communication mechanism, but it doesn't work. Any other suggest? -- View this message in context: http://old.nabble.com/Problem-redirecting-requests-from-IIS-to-Tomcat-by-isapi_redirect.dll-tp27893887p27911392.html Sen

Re: Problem redirecting requests from IIS to Tomcat by isapi_redirect.dll

2010-03-14 Thread Rainer Jung
add "MyApp", but then you should be really careful. I'm using isapi_redirect.dll ver. 1.2.30, the operating system is Win 2003. That's fine. Now, asking for www.myapp.it I am only redirected on Tomcat main page That is as it should be, with the standard installation. , but

Re: Problem redirecting requests from IIS to Tomcat by isapi_redirect.dll

2010-03-14 Thread André Warnier
uld be really careful. I'm using isapi_redirect.dll ver. 1.2.30, the operating system is Win 2003. That's fine. Now, asking for www.myapp.it I am only redirected on Tomcat main page That is as it should be, with the standard installation. , but MyApp is not started. To access it, I

Problem redirecting requests from IIS to Tomcat by isapi_redirect.dll

2010-03-14 Thread mirkocal
rtual dir) with host header value www.myapp.it and ISAPI filter as shown in the docs I'm using isapi_redirect.dll ver. 1.2.30, the operating system is Win 2003. Now, asking for www.myapp.it I am only redirected on Tomcat main page, but MyApp is not started. To access it, I have to ask for ww

Re: [/jakarta/isapi_redirect.dll] is not a servlet url

2010-01-30 Thread Rainer Jung
On 07.12.2009 16:40, magillagorilla wrote: Yes, my worker files are in the path I have specified in the registry. I am confused by this as well. I don't know where that worker name is coming from. The workers.minimal settings I posted are the ones I am using. If indeed the redirector is looking

Re: [/jakarta/isapi_redirect.dll] is not a servlet url

2009-12-07 Thread magillagorilla
--- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > > -- View this message in context: http://old.nabble.com/--jakarta-isapi_redi

Re: [/jakarta/isapi_redirect.dll] is not a servlet url

2009-12-04 Thread André Warnier
magillagorilla wrote: ... [Fri Dec 04 12:56:25 2009] [0160:3124] [debug] HttpExtensionProc::jk_isapi_plugin.c (1084): could not get a worker for name ajp13 [Fri Dec 04 12:56:25 2009] [0160:3124] [error] HttpExtensionProc::jk_isapi_plugin.c (1109): could not get a worker for name ajp13 ... I do

[/jakarta/isapi_redirect.dll] is not a servlet url

2009-12-04 Thread magillagorilla
Hello all, This is my first post here. I hope someone can help. I've been searching high and low for days to resolve a problem I am having with the jakarta redirector. My JAVA application is BMC Remedy MidTier I am running: IIS 6 Tomcat 5.5.26 Jakarta isapi_redirect.dll v1.2.28 Wi

Re: IIS isapi_redirect.dll chunked encoding option

2009-09-03 Thread Rainer Jung
On 02.09.2009 22:17, Andy Wang wrote: > Rainer Jung wrote: >> Difficult to answer. My feeling is, that the code is fine and the >> original contributor Tim Whittington seemed to have used basically the >> same code for quite some time. >> >> On the other hand only having it in a separate binary wil

Re: IIS isapi_redirect.dll chunked encoding option

2009-09-02 Thread Andy Wang
Rainer Jung wrote: Difficult to answer. My feeling is, that the code is fine and the original contributor Tim Whittington seemed to have used basically the same code for quite some time. On the other hand only having it in a separate binary will still prevent most people to use it, so it might s

Re: IIS isapi_redirect.dll chunked encoding option

2009-09-02 Thread Rainer Jung
On 21.08.2009 20:51, Andy Wang wrote: > What are the general thoughts on the stability of the > enable_chunked_encoding option for the IIS isapi redirector for tomcat > and IIS? > > We're running into a scenario where something is causing IIS to not send > down the complete response. Haven't figu

Re: IIS isapi_redirect.dll chunked encoding option

2009-08-21 Thread Andy Wang
Sorry, forgot to mention that. We're at the latest and greatest tomcat-connector version: 1.2.28. Thanks, Andy Peter Crowther wrote: 2009/8/21 Andy Wang : What are the general thoughts on the stability of the enable_chunked_encoding option for the IIS isapi redirector for tomcat and IIS?

Re: IIS isapi_redirect.dll chunked encoding option

2009-08-21 Thread Peter Crowther
2009/8/21 Andy Wang : > What are the general thoughts on the stability of the > enable_chunked_encoding option for the IIS isapi redirector for tomcat and > IIS? I suspect it depends on the version ;-). What are you using? - Peter

IIS isapi_redirect.dll chunked encoding option

2009-08-21 Thread Andy Wang
What are the general thoughts on the stability of the enable_chunked_encoding option for the IIS isapi redirector for tomcat and IIS? We're running into a scenario where something is causing IIS to not send down the complete response. Haven't figured out exactly the cause yet, but the sympto

Re: isapi_redirect.dll 64 bit

2008-11-21 Thread Mladen Turk
Michael McLeod wrote: Where can I get a 64 bit version of the isapi_redirect.dll? I assume this is created by Apache? http://www.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/win64/jk-1.2.27/ Regards -- ^(TM

isapi_redirect.dll 64 bit

2008-11-21 Thread Michael McLeod
Where can I get a 64 bit version of the isapi_redirect.dll? I assume this is created by Apache? Regards, Michael McLeod Consultant ProtoCall One T +44 (0) 800 881 8130 F +44 (0) 845 466 6005 M +44 (0) 797 032 9560 E [EMAIL PROTECTED] W www.pc-1.co.uk <http://www

Re: rewrite.properties - AJP1.3 connector (isapi_redirect.dll) from IIS 6 to tomcat 5.5

2008-08-06 Thread Mladen Turk
Saltzman, Robert B (GE, Research) wrote: I have installed tomcat 5.5.26 and JK 1.2.26 on a Windows 2003 Standard Server running IIS 6. isapi_redirect.properties, workers.properties, uriworkermap.properties, server.xml are all configured, and IIS to tomcat jvm AJP connection is working fine. How

rewrite.properties - AJP1.3 connector (isapi_redirect.dll) from IIS 6 to tomcat 5.5

2008-08-06 Thread Saltzman, Robert B (GE, Research)
answering on port 7181 http://localhost/ABC/ does not connect at all - isapi log file suggests translation is not being made. Is rewrite.properties supposed to work with isapi_redirect.dll and IIS 6? If so, are there any tricks to doing URL rewriting or path trimming? (I did try to find answers to this

isapi_redirect.dll without Tomcat

2008-06-17 Thread Diego Fdez . Durán
Hi, I've two hosts: Host A: Windows 2003, IIS 6.0, isapi_redirect.dll 1.2.26. Host B: Windows 2003, Tomcat 6. I've done the steps in the manual[1] and then a configuration using only .properties file[2] and not the registry, but I only get a red down-pointing arrow in t

Re: AW: isapi_redirect from IIS5 to tomcat 5.5 brings HTTP 404 - isapi_redirect.dll not found

2007-07-20 Thread Rainer Jung
Thanks for reporting back your findings! Kirst Martin Wolfgang schrieb: > Hi Bruno, and others! > > In the end I was successfull. > > In summaray, I've checked my config (from HOWTO) tripple and more, > but nothing. I've transfered my config on a test machine > and surprise, it works! But reinst

AW: isapi_redirect from IIS5 to tomcat 5.5 brings HTTP 404 - isapi_redirect.dll not found

2007-07-20 Thread Kirst Martin Wolfgang
different computers.. despite the procedure was correct, > once I had to remove and add IIS again to get everything to work. -Ursprüngliche Nachricht- Von: myrealbruno [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 18. Juli 2007 12:52 An: Tomcat Users List Betreff: Re: isapi_redirect

Re: isapi_redirect from IIS5 to tomcat 5.5 brings HTTP 404 - isapi_redirect.dll not found

2007-07-18 Thread myrealbruno
Message - From: "Kirst Martin Wolfgang" <[EMAIL PROTECTED]> To: Sent: Monday, July 16, 2007 8:40 AM Subject: isapi_redirect from IIS5 to tomcat 5.5 brings HTTP 404 - isapi_redirect.dll not found Hi, I'm trying to use IIS v5.00.3700.1000 with Tomcat 5.5.17 using isap

isapi_redirect from IIS5 to tomcat 5.5 brings HTTP 404 - isapi_redirect.dll not found

2007-07-15 Thread Kirst Martin Wolfgang
Hi, I'm trying to use IIS v5.00.3700.1000 with Tomcat 5.5.17 using isapi_redirect 1.2.23 and AJP13. But in the end I always see an error page from tomcat: " HTTP Status 404 - /jakarta/isapi_redirect.dll ... The requested resource (/jakarta/isapi_redirect.dll) is not available .

isapi_redirect from IIS5 to tomcat 5.5.17 brings HTTP 404 - isapi_redirect.dll not found

2007-06-27 Thread Kirst Martin Wolfgang
Hi, I'm trying to use IIS v5.00.3700.1000 with Tomcat 5.5.17 using isapi_redirect 1.2.23 and AJP13. But in the end I always see an error page from tomcat: " HTTP Status 404 - /jakarta/isapi_redirect.dll ... The requested resource (/jakarta/isapi_redirect.dll) is not available .

Re: which version of isapi_redirect.dll to use

2007-04-20 Thread Mladen Turk
Swaroop George wrote: I have a Windows 2003 machine running IIS 6.0. I need to be able to reverse proxy this to another machine running Tomcat. Which version of isapi_redirect.dll should I use? Stable version of course ;) http://tomcat.apache.org/download-connectors.cgi Regards, Mladen

which version of isapi_redirect.dll to use

2007-04-20 Thread Swaroop George
I have a Windows 2003 machine running IIS 6.0. I need to be able to reverse proxy this to another machine running Tomcat. Which version of isapi_redirect.dll should I use? - To start a new topic, e-mail: users@tomcat.apache.org

Re: modjk isapi_redirect.dll denying access to web-inf and meta-inf

2007-03-13 Thread Mladen Turk
[EMAIL PROTECTED] wrote: Is there an option to configure modjk so that it only protects the WEB-INF and META-INF directories when they are part of a url defined in uriworkermap.properties? No, but good point. Is there an option to turn this protection off completely? No. Regards, Mladen

modjk isapi_redirect.dll denying access to web-inf and meta-inf

2007-03-13 Thread Cory . Bestgen
Windows 2003 server with Tomcat 5.5.20 and modjk 1.2.21 This server is running ViewVC along with having Tomcat serving Hudson and Jira. We have been unable to browse the WEB-INF and META-INF directories of our projects under ViewVC since adding the isapi_redirect.dll. Is there an option to

Help localizing IIS crach running isapi_redirect.dll

2007-02-08 Thread Per Johnsson
We are suddenly experience major problems on all of our four productionservers. We are running four IIS 6 servers on Win 2003 Server which are connected with isapi_redirect (ajp13) to four tomcat 5.5.12 which is mapped 1 to 1. They have been runnning fine in at least some month and suddenly the

Re: isapi_redirect.dll

2006-10-03 Thread Mladen Turk
Reis, Tom wrote: I'm using Tomcat 5.0.25 with Windows 2000 Advanced Server. I am confused with what version of isapi_redirector to use. Any help would be appreciated. http://tomcat.apache.org/download-connectors.cgi Use 1.2.19 Regards, Mladen. ---

isapi_redirect.dll

2006-10-03 Thread Reis, Tom
I'm using Tomcat 5.0.25 with Windows 2000 Advanced Server. I am confused with what version of isapi_redirector to use. Any help would be appreciated.

Tomcat IIS isapi_redirect.dll And Virtual Hosting

2006-09-08 Thread Nick McKenna
Hi All I am having a really hard time getting Tomcat to play nice with multiple hosts. I am running: IIS 6.0 Tomcat 5.0.x Jakarta Isapi Redirector 1.2.14.0 I have two Tomcat services installed in separate folder structures using one instance of Tomcat (i.e. I am using CATALINA_BASE to

isapi_redirect.dll Problem with Request Headers

2006-07-12 Thread Rene Czachs
Hi all, my Config: IIS 6.0, Tomcat 3.x, JBoss3.1, isapi_redirect.dll v1.2.6 My Problem: I'm setting some custom HTTP-Headers, the Request gets to tomcat through the isapi_redirect, and on the appserver-side suddenly all the custom headers are missing. 1) is this known behaviour/bug? 2)

Re: New isapi_redirect.dll appears to be solid

2006-02-27 Thread Zorro3692
I agree. Jimmy In a message dated 2/27/2006 6:09:53 P.M. Eastern Standard Time, [EMAIL PROTECTED] writes: I think tomcat is one of the best s/w products out there. - dave

RE: New isapi_redirect.dll appears to be solid

2006-02-27 Thread David Thielen
I think tomcat is one of the best s/w products out there. - dave David Thielen www.windwardreports.com 303-499-2544 -Original Message- From: Mladen Turk [mailto:[EMAIL PROTECTED] Sent: Monday, February 27, 2006 10:29 AM To: Tomcat Users List Subject: Re: New isapi_redirect.dll

Re: New isapi_redirect.dll appears to be solid

2006-02-27 Thread Mladen Turk
David Thielen wrote: I don't know if it was just coincidence that all those weird requests came in when I first had the new dll or I had something configured wrong. But we built a new web server 2 weeks ago. It is not a coincidence! It is was a hard labor from you favorite Tomcat developers t

New isapi_redirect.dll appears to be solid

2006-02-27 Thread David Thielen
Hi; I don't know if it was just coincidence that all those weird requests came in when I first had the new dll or I had something configured wrong. But we built a new web server 2 weeks ago. First week using the production iaspi_redirect.dll this is the log: [Wed Feb 22 08:08:02 2006] [war

RE: New isapi_redirect.dll has problems

2006-02-20 Thread David Thielen
- dave David Thielen www.windwardreports.com 303-499-2544 -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Sunday, February 19, 2006 4:26 PM To: Tomcat Users List Subject: Re: New isapi_redirect.dll has problems David, I have taken some time to look through the

Re: New isapi_redirect.dll has problems

2006-02-19 Thread Mark Thomas
David, I have taken some time to look through the information you have provided and have come to the conclusion that there are 2 issues here. The first is the connection errors of the form: [Mon Feb 13 07:56:51 2006] [info] jk_ajp_common.c (1749): Sending request to tomcat failed, recoverable o

Re: New isapi_redirect.dll has problems

2006-02-17 Thread Mark Thomas
David Thielen wrote: > Hi; > > Ok, I went back to Info and it is happening again. I think it's the logging > because the IIS logs don't match the isapi log. Not only does the list of > files not match (these are the only places most of these filenames occur) > but there are files listed in the isa

RE: New isapi_redirect.dll has problems

2006-02-16 Thread David Thielen
Hi; Ok, I went back to Info and it is happening again. I think it's the logging because the IIS logs don't match the isapi log. Not only does the list of files not match (these are the only places most of these filenames occur) but there are files listed in the isapi log that never appear in the I

RE: New isapi_redirect.dll has problems

2006-02-16 Thread David Thielen
06] [1680:2112] [debug] jk_isapi_plugin.c (835): Default redirection of / David Thielen www.windwardreports.com 303-499-2544 -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 15, 2006 12:46 PM To: Tomca

Re: New isapi_redirect.dll issues

2006-02-15 Thread Mark Thomas
David Thielen wrote: > I put all of the requested files in a zip at > http://www.windward.net/tomcat_error.zip along with my registry settings. > The errors have not occurred yet but I will leave it running (this is our > production system) and I am sure I will get the errors by morning. I will > p

New isapi_redirect.dll issues

2006-02-15 Thread David Thielen
Hi; I put all of the requested files in a zip at http://www.windward.net/tomcat_error.zip along with my registry settings. The errors have not occurred yet but I will leave it running (this is our production system) and I am sure I will get the errors by morning. I will post those then. Tha

Re: New isapi_redirect.dll has problems

2006-02-15 Thread Mark Thomas
One more thing, turn up the logging level to debug and post the sequence of log messages associated with one of these odd URLs. Cheers, Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PR

Re: New isapi_redirect.dll has problems

2006-02-15 Thread Mark Thomas
David Thielen wrote: > Hi; > > I checked the registry - it's using the workers.properties.minimal I believe > (but I would be happier if it logged the files it uses). > > The problem with the urls it should not touch only showed up with the new > version from Mark - that never happened before. >

RE: New isapi_redirect.dll has problems

2006-02-14 Thread David Thielen
esday, February 14, 2006 12:21 AM To: 'Tomcat Users List' Subject: RE: New isapi_redirect.dll has problems OK, first I'll point out that I'm pretty new to Tomcat myself > workers.properties.minimal: Is jk even using this config file? Normally it would use workers.propert

RE: New isapi_redirect.dll has problems

2006-02-13 Thread Ian Buzer
OK, first I'll point out that I'm pretty new to Tomcat myself > workers.properties.minimal: Is jk even using this config file? Normally it would use workers.properties unless it was configured otherwise. > [Mon Feb 13 07:56:49 2006] [info] jk_ajp_common.c (1248): > Error connecting > to th

New isapi_redirect.dll has problems

2006-02-13 Thread David Thielen
Hi; Still having problems. I think among other issues, it is forwarding for pages it should not forward on. This is using the new version Mark Thomas created. uriworkermap.properties: /store/*=ajp13w /store=ajp13w /track/*=ajp13w /forums/*=ajp13w /forums=ajp13w /WindwardReportsServlet

RE: Desperate for help with isapi_redirect.dll

2006-02-13 Thread David Thielen
- From: Ian Buzer [mailto:[EMAIL PROTECTED] Sent: Monday, February 13, 2006 7:43 AM To: 'Tomcat Users List' Subject: RE: Desperate for help with isapi_redirect.dll :) Should be worker.ajp13w.cachesize=100 > -Original Message- > From: David Thielen [mailto:[EMAIL PR

RE: Desperate for help with isapi_redirect.dll

2006-02-13 Thread Ian Buzer
:) Should be worker.ajp13w.cachesize=100 > -Original Message- > From: David Thielen [mailto:[EMAIL PROTECTED] > Sent: 13 February 2006 15:16 > To: 'Tomcat Users List' > Subject: RE: Desperate for help with isapi_redirect.dll > > > worker.proper

RE: Desperate for help with isapi_redirect.dll

2006-02-13 Thread Paul Hamer
TED] > -Original Message- > From: David Thielen [mailto:[EMAIL PROTECTED] > Sent: Monday, 13 February, 2006 15:16 > To: 'Tomcat Users List' > Subject: RE: Desperate for help with isapi_redirect.dll > > worker.properties.minimal: > worker.list=ajp13w

RE: Desperate for help with isapi_redirect.dll

2006-02-13 Thread David Thielen
isapi_redirect.dll David Thielen wrote: > Hello; > > Ok, I upped the cachesize and now have a new problem > > worker for name ajp13 > [Sun Feb 12 15:29:22 2006] [error] jk_isapi_plugin.c (1049): could not get a > worker for name ajp13 Post your workers.properties f

Re: Desperate for help with isapi_redirect.dll

2006-02-13 Thread Mladen Turk
David Thielen wrote: Hello; Ok, I upped the cachesize and now have a new problem worker for name ajp13 [Sun Feb 12 15:29:22 2006] [error] jk_isapi_plugin.c (1049): could not get a worker for name ajp13 Post your workers.properties file. Regards, Mladen.

RE: Desperate for help with isapi_redirect.dll

2006-02-13 Thread Paul Hamer
toHAVE websolutions www.tohave.nl [EMAIL PROTECTED] > -Original Message- > From: David Thielen [mailto:[EMAIL PROTECTED] > Sent: Monday, 13 February, 2006 05:55 > To: 'Tomcat Users List' > Subject: RE: Desperate for help with isapi_redirect.dll > > Hello; >

RE: Desperate for help with isapi_redirect.dll

2006-02-12 Thread David Thielen
Users List Subject: Re: Desperate for help with isapi_redirect.dll David Thielen wrote: > 3.I consistently get the following in the isapi_redirect.log file > (removed duplicates): > > [Fri Jan 27 12:40:39 2006] [error] HttpExtensionProc::jk_isapi_plugin.c > (1029): could not g

Re: Desperate for help with isapi_redirect.dll

2006-02-12 Thread Mark Thomas
David Thielen wrote: > 3.I consistently get the following in the isapi_redirect.log file > (removed duplicates): > > [Fri Jan 27 12:40:39 2006] [error] HttpExtensionProc::jk_isapi_plugin.c > (1029): could not get a worker for name ajp13 > > [Fri Jan 27 13:53:06 2006] [info] ajp_send_request:

  1   2   >