Re: ISAPI redirector for Microsoft IIS, Jboss EAP 7.2 - sticky session issue

2021-05-21 Thread Mark Thomas
On 21/05/2021 05:51, Mathiazhagan, Saravanakumar TPC wrote: Hi Mark, Thanks for the quick response. I suspect some sort of configuration issue. A guess would be that JBoss EAOP isn't configured to append the jvmRoute (to use the Tomcat configuration setting name) to the session ID. I configu

RE: ISAPI redirector for Microsoft IIS, Jboss EAP 7.2 - sticky session issue

2021-05-20 Thread Mathiazhagan, Saravanakumar TPC
Hi Mark, Thanks for the quick response. >I suspect some sort of configuration issue. A guess would be that JBoss >EAOP isn't configured to append the jvmRoute (to use the Tomcat >configuration setting name) to the session ID. I configured IE to show prompt when cookies are set. I can see the jvm

Re: ISAPI redirector for Microsoft IIS, Jboss EAP 7.2 - sticky session issue

2021-05-18 Thread Mark Thomas
On 18/05/2021 19:53, Mathiazhagan, Saravanakumar TPC wrote: Can you please let me know if the above 32-bit isapi_redirect.dll file can be used with Jboss EAP 7.2.7 server? If so, please guide me on what could be causing the sticky session issue. I can't think of any reason why not. I suspe

ISAPI redirector for Microsoft IIS, Jboss EAP 7.2 - sticky session issue

2021-05-18 Thread Mathiazhagan, Saravanakumar TPC
Hi, I am trying to configure the ISAPI redirector for Microsoft IIS web server to Jboss EAP7.2 app server and facing issues with Load balancing. The requests for the same session are not sticking to a single server and keeps switching between different servers, hence session is getting cleared

RE: [External] After upgraded to Tomcat 9.0.31, ISAPI Redirector is not "working" when SSL enabled in IIS

2020-03-12 Thread Mills, Robert - CTR [ASM Research]
Great KC - glad it's working! Chris suggested that solution in another thread and it helped me too. Toby -Original Message- From: KC Mok Sent: Wednesday, March 11, 2020 11:55 PM To: Tomcat Users List Subject: Re: [External] After upgraded to Tomcat 9.0.31, ISAPI Redirector is

Re: [External] After upgraded to Tomcat 9.0.31, ISAPI Redirector is not "working" when SSL enabled in IIS

2020-03-11 Thread KC Mok
e of tomcat. >> >> Give it a shot. >> >> Toby >> >> -Original Message- >> From: KC Mok >> Sent: Wednesday, March 11, 2020 11:36 PM >> To: users@tomcat.apache.org >> Subject: [External] After upgraded to Tomcat 9.0.31, ISAPI Redirecto

Re: [External] After upgraded to Tomcat 9.0.31, ISAPI Redirector is not "working" when SSL enabled in IIS

2020-03-11 Thread KC Mok
this is supposed to be fixed in the next > release of tomcat. > > Give it a shot. > > Toby > > -Original Message- > From: KC Mok > Sent: Wednesday, March 11, 2020 11:36 PM > To: users@tomcat.apache.org > Subject: [External] After upgraded to Tomcat 9.0.31, IS

RE: [External] After upgraded to Tomcat 9.0.31, ISAPI Redirector is not "working" when SSL enabled in IIS

2020-03-11 Thread Mills, Robert - CTR [ASM Research]
h 11, 2020 11:36 PM To: users@tomcat.apache.org Subject: [External] After upgraded to Tomcat 9.0.31, ISAPI Redirector is not "working" when SSL enabled in IIS Hi All, I am using ISAPI redirector to connect IIS to Tomcat via AJP connector. Recently I have replaced the Tomcat 9.0.22

RE: After upgraded to Tomcat 9.0.31, ISAPI Redirector is not "working" when SSL enabled in IIS

2020-03-11 Thread S V Pavankumar
-Original Message- From: KC Mok Sent: Thursday, March 12, 2020 9:06 AM To: users@tomcat.apache.org Subject: After upgraded to Tomcat 9.0.31, ISAPI Redirector is not "working" when SSL enabled in IIS Hi All, I am using ISAPI redirector to connect IIS to Tomcat via AJP connector.

After upgraded to Tomcat 9.0.31, ISAPI Redirector is not "working" when SSL enabled in IIS

2020-03-11 Thread KC Mok
Hi All, I am using ISAPI redirector to connect IIS to Tomcat via AJP connector. Recently I have replaced the Tomcat 9.0.22 with the new version 9.0.31. I have set the new required attributes of the AJP connector in the new 9.0.31 version, and it is working fine when using http. However, it

Problem with Tomcat 8.0.17, ISAPI Redirector for IIS 7.5

2017-04-27 Thread Gulhane, Amol
Hello Experts, I have configured IIS website (port 8128) with ISAPI Redirector and deployed .war files on Tomcat as per instructions from this Tomcat website URL: https://tomcat.apache.org/connectors-doc/webserver_howto/iis.html When I run the Tomcat examples using http://localhost:8128

RE: Tomcat 8.0.3 hangs when ISAPI redirector sends an AJP request without request body

2014-03-17 Thread Konstantin Preißer
Hi Mark, Konstantin K. and others, > -Original Message- > From: Mark Thomas [mailto:ma...@apache.org] > Sent: Monday, March 17, 2014 3:12 PM > This hasn't been forgotten. I have a fix for this that I will commit > shortly that will be in 8.0.4 onwards. Thanks for analyzing and solving

Re: Tomcat 8.0.3 hangs when ISAPI redirector sends an AJP request without request body

2014-03-17 Thread Mark Thomas
gt; Host: localhost >> Connection: keep-alive >> Content-Length: 0 >> >> Then the ISAPI redirector sends the following AJP packet to Tomcat: >> [...] >> >> To me, this looks ok - as the request body is 0 (known in advance) AFAIK only >> the JK_AJP1

RE: Tomcat 8.0.3 hangs when ISAPI redirector sends an AJP request without request body

2014-03-03 Thread Konstantin Preißer
h: 0 > > Then the ISAPI redirector sends the following AJP packet to Tomcat: > [...] > > To me, this looks ok - as the request body is 0 (known in advance) AFAIK only > the JK_AJP13_FORWARD_REQUEST packet should be sent to Tomcat. > Note, that the "Content-Length: 0" header

RE: Tomcat 8.0.3 hangs when ISAPI redirector sends an AJP request without request body

2014-03-03 Thread Konstantin Preißer
> -Original Message- > From: Konstantin Preißer [mailto:kpreis...@apache.org] > Sent: Monday, March 3, 2014 5:19 PM > To: 'Tomcat Users List' > Subject: Tomcat 8.0.3 hangs when ISAPI redirector sends an AJP request > without request body > Note: I do

Tomcat 8.0.3 hangs when ISAPI redirector sends an AJP request without request body

2014-03-03 Thread Konstantin Preißer
Hi, I observed another strange problem when using Tomcat 8.0.3 with Java 1.7.0_51 (64-bit) on Windows Server 2012 R2, in conjunction with IIS 8.5 + ISAPI Redirector 1.2.39 (the problem also happens with 1.2.37). I'm using the AJP NIO and HTTP NIO connectors, but the problem also happens

RE: Status of the current IIS ISAPI Redirector for Tomcat

2014-02-15 Thread Martin Gainty
ainer supports TLS/NPM? *gruss* Martin __ > From: kpreis...@apache.org > To: users@tomcat.apache.org > Subject: RE: Status of the current IIS ISAPI Redirector for Tomcat > Date: Sat, 15 Feb 2014 15:00:44 +0100 > > Hi Angel and Bi

RE: Status of the current IIS ISAPI Redirector for Tomcat

2014-02-15 Thread Konstantin Preißer
Hi Angel and Bilal, thank you for your replies. > -Original Message- > From: Angel Java Lopez [mailto:ajlopez2...@gmail.com] > Sent: Saturday, February 15, 2014 11:59 AM > To: Tomcat Users List > Subject: Re: Status of the current IIS ISAPI Redirector for Tomcat >

Re: Status of the current IIS ISAPI Redirector for Tomcat

2014-02-15 Thread Angel Java Lopez
> > > for my Java Servlet web applications which run on Tomcat (currently > > 8.0.0-RC 10) on various Windows Server OSes (currently Windows Server > 2012 > > R2), I use the ISAPI Redirector to forward requests from IIS to Tomcat > over > > AJP. I use IIS as primar

Re: Status of the current IIS ISAPI Redirector for Tomcat

2014-02-14 Thread Bilal S
Konstantin, On Fri, Jan 24, 2014 at 2:06 PM, Konstantin Preißer wrote: > Hi all, > > for my Java Servlet web applications which run on Tomcat (currently > 8.0.0-RC 10) on various Windows Server OSes (currently Windows Server 2012 > R2), I use the ISAPI Redirector to forward re

Status of the current IIS ISAPI Redirector for Tomcat

2014-01-24 Thread Konstantin Preißer
Hi all, for my Java Servlet web applications which run on Tomcat (currently 8.0.0-RC 10) on various Windows Server OSes (currently Windows Server 2012 R2), I use the ISAPI Redirector to forward requests from IIS to Tomcat over AJP. I use IIS as primary web server because I also host other

Re: ISAPI Redirector

2013-07-14 Thread Mark Eggers
> > From: Christopher Valerio >To: users@tomcat.apache.org >Sent: Sunday, July 14, 2013 6:48 PM >Subject: ISAPI Redirector > > >Hi im using ISAPI redirector for iis 7 on windows 2008 with tomcat 5.5 it >works fine with one instan

ISAPI Redirector

2013-07-14 Thread Christopher Valerio
Hi im using ISAPI redirector for iis 7 on windows 2008 with tomcat 5.5 it works fine with one instance of tomcat. But I need to setupo something like this on uiworkermap.properties. subdomain.domain.com/*=worker4 because i need to setup differents environments of tomcat one for prod and

Re: Configuring IIS to use the JK ISAPI redirector plugin when URL paths are different

2013-04-25 Thread Rainer Jung
On 24.04.2013 09:02, Rainer Jung wrote: > On 24.04.2013 06:53, Beavers, Melinda K (Kay) wrote: >> We have installed the IIS-Tomcat redirector (isapi_redirect.dll) on an IIS 6 >> server so that http://iis.company.com/website/myfile.jsp will correctly >> redi

Re: Configuring IIS to use the JK ISAPI redirector plugin when URL paths are different

2013-04-24 Thread Rainer Jung
word "Using". Post at least them or even better all startup log messages, excluding any confidential stuff. Regards, Rainer > -Original Message- > From: Rainer Jung [mailto:rainer.j...@kippdata.de] > Sent: Wednesday, April 24, 2013 2:03 AM > To: users@tomcat.apache.

Re: Configuring IIS to use the JK ISAPI redirector plugin when URL paths are different

2013-04-24 Thread André Warnier
-Original Message- From: Rainer Jung [mailto:rainer.j...@kippdata.de] Sent: Wednesday, April 24, 2013 2:03 AM To: users@tomcat.apache.org Subject: Re: Configuring IIS to use the JK ISAPI redirector plugin when URL paths are different On 24.04.2013 06:53, Beavers, Melinda K (Kay) wrote: We

RE: Configuring IIS to use the JK ISAPI redirector plugin when URL paths are different

2013-04-24 Thread Beavers, Melinda K (Kay)
ner Jung [mailto:rainer.j...@kippdata.de] Sent: Wednesday, April 24, 2013 2:03 AM To: users@tomcat.apache.org Subject: Re: Configuring IIS to use the JK ISAPI redirector plugin when URL paths are different On 24.04.2013 06:53, Beavers, Melinda K (Kay) wrote: > We have installed the IIS-Tomcat

Re: Configuring IIS to use the JK ISAPI redirector plugin when URL paths are different

2013-04-24 Thread Rainer Jung
On 24.04.2013 06:53, Beavers, Melinda K (Kay) wrote: > We have installed the IIS-Tomcat redirector (isapi_redirect.dll) on an IIS 6 > server so that http://iis.company.com/website/myfile.jsp will correctly > redirect according to our 'isapi_redirect.properties', 'wor

Configuring IIS to use the JK ISAPI redirector plugin when URL paths are different

2013-04-23 Thread Beavers, Melinda K (Kay)
We have installed the IIS-Tomcat redirector (isapi_redirect.dll) on an IIS 6 server so that http://iis.company.com/website/myfile.jsp will correctly redirect according to our 'isapi_redirect.properties', 'workers.properties', and 'uriworkermap.properties ' and

Re: Jakarta ISAP Redirector

2012-06-14 Thread André Warnier
t typos or explain precisely what you mean by "it fails", they will get discouraged and leave your message to be answered later, or by someone else. The result is that you get no answer, or get it later. So, be nice to yourself. ... When I call the url via IE directly on the webserver

RE: Jakarta ISAP Redirector

2012-06-14 Thread DeMarco, Alex
-Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Thursday, June 14, 2012 4:16 AM To: Tomcat Users List Subject: Re: Jakarta ISAP Redirector Top-posting (as I am doing here : writing every response at the top of the message), makes it difficult for others to follow

Re: Jakarta ISAP Redirector

2012-06-14 Thread André Warnier
configured the same way.. Locally the call works fine yet remotely I get an iis 404 - Alex -Original Message- From: DeMarco, Alex [mailto:alex.dema...@suny.edu] Sent: Wednesday, June 13, 2012 8:45 PM To: Tomcat Users List Subject: RE: Jakarta ISAP Redirector Yes I have looked in the

Re: Jakarta ISAP Redirector

2012-06-14 Thread Rainer Jung
n and check the full conversation. Regards, Rainer -Original Message- From: DeMarco, Alex [mailto:alex.dema...@suny.edu] Sent: Wednesday, June 13, 2012 8:45 PM To: Tomcat Users List Subject: RE: Jakarta ISAP Redirector Yes I have looked in the log file and set it debug. There are no e

RE: Jakarta ISAP Redirector

2012-06-13 Thread DeMarco, Alex
I have 4 servers all configured the same way.. Locally the call works fine yet remotely I get an iis 404 - Alex -Original Message- From: DeMarco, Alex [mailto:alex.dema...@suny.edu] Sent: Wednesday, June 13, 2012 8:45 PM To: Tomcat Users List Subject: RE: Jakarta ISAP Redirector

RE: Jakarta ISAP Redirector

2012-06-13 Thread DeMarco, Alex
age- From: André Warnier [mailto:a...@ice-sa.com] Sent: Wednesday, June 13, 2012 2:18 PM To: Tomcat Users List Subject: Re: Jakarta ISAP Redirector DeMarco, Alex wrote: > I hope this is the right place to post this question. > It is the right place. > > > We have the lat

Re: Jakarta ISAP Redirector

2012-06-13 Thread Pid *
On 13 Jun 2012, at 18:18, "DeMarco, Alex" wrote: > I hope this is the right place to post this question. > > > > We have the latest Jakarta Plugin installed with IIS 7.5. > > > > Do you know, does the plugin specifically block /services requests on > wsdl's No, it doesn't. > If I go here: > >

Re: Jakarta ISAP Redirector

2012-06-13 Thread André Warnier
rstand "a back-end tomcat"). One more thing : the isapi_redirector can write a logfile. See item (3) in the section "Configuring the ISAPI Redirector" for details. The logfile will tell you when and why it is for

Jakarta ISAP Redirector

2012-06-13 Thread DeMarco, Alex
I hope this is the right place to post this question. We have the latest Jakarta Plugin installed with IIS 7.5. Do you know, does the plugin specifically block /services requests on wsdl's If I go here: http://myural/myapp/services I get a page not available However, if

Re: Isapi redirector log file is always empty - IIS 7.5 - Tomcat 7.0.26 - Isapi 1.2.30 - Win2008 R2

2012-05-21 Thread Pid
y created the folders "Apache Software Foundation\Jakarta Isapi > Redirector". Then inside those folders I created a sub folder bin, conf and > log. > 2. I manually created the registry entries. The set up works because the > system functions as SSO. > > The only th

RE: Isapi redirector log file is always empty - IIS 7.5 - Tomcat 7.0.26 - Isapi 1.2.30 - Win2008 R2

2012-05-20 Thread Alex Samad - Yieldbroker
Pretty sure if you look back in the mailing list logs, I asked the same question :) A -Original Message- From: ann ramos [mailto:ramos_mary...@yahoo.com] Sent: Monday, 21 May 2012 1:28 PM To: Tomcat Users List Subject: Re: Isapi redirector log file is always empty - IIS 7.5 - Tomcat

Re: Isapi redirector log file is always empty - IIS 7.5 - Tomcat 7.0.26 - Isapi 1.2.30 - Win2008 R2

2012-05-20 Thread ann ramos
e looking at my problem. From: Alex Samad - Yieldbroker To: Tomcat Users List ; ann ramos Sent: Monday, 21 May 2012 9:42 AM Subject: RE: Isapi redirector log file is always empty - IIS 7.5 - Tomcat 7.0.26 - Isapi 1.2.30 - Win2008 R2 Silly question but does

RE: Isapi redirector log file is always empty - IIS 7.5 - Tomcat 7.0.26 - Isapi 1.2.30 - Win2008 R2

2012-05-20 Thread Alex Samad - Yieldbroker
Silly question but does IIS have write permissions to the directory where you are writing the isapi log ? A -Original Message- From: ann ramos [mailto:ramos_mary...@yahoo.com] Sent: Monday, 21 May 2012 9:19 AM To: Tomcat Users List; Tomcat Users List Subject: Re: Isapi redirector log

Re: Isapi redirector log file is always empty - IIS 7.5 - Tomcat 7.0.26 - Isapi 1.2.30 - Win2008 R2

2012-05-20 Thread ann ramos
Sorry about that. So here's what I did.  I created a webapps folder for our application in Tomcat.  We're using IIS as the webserver, used the isapi redirector to make IIS and Tomcat interact.  Followed the steps here:  http://tomcat.apache.org/connectors-doc/webserver_howto/ii

Re: Isapi redirector log file is always empty - IIS 7.5 - Tomcat 7.0.26 - Isapi 1.2.30 - Win2008 R2

2012-05-18 Thread André Warnier
karta Isapi Redirector". Then inside those folders I created a sub folder bin, conf and log. 2. I manually created the registry entries. The set up works because the system functions as SSO. The only thing is that my isapi_redirect.log is always empty even though I set the log_level to d

Isapi redirector log file is always empty - IIS 7.5 - Tomcat 7.0.26 - Isapi 1.2.30 - Win2008 R2

2012-05-17 Thread ann ramos
Hi, I have set up our system to do SSO.  The setup works fine because whenever the user access the system, they are automatically logged in to the system. Following are the steps that I used to set up Isapi: 1. Manually created the folders "Apache Software Foundation\Jakarta Isapi Redir

RE: IIS 7.0 Worker process crashes on App Pool recycling since ISAPI redirector 1.2.33

2012-03-20 Thread Alex Samad - Yieldbroker
> -Original Message- > From: Mladen Turk [mailto:mt...@apache.org] > Sent: Tuesday, 20 March 2012 5:57 PM > To: users@tomcat.apache.org > Subject: Re: IIS 7.0 Worker process crashes on App Pool recycling since ISAPI > redirector 1.2.33 > > On 03/20/2

Re: IIS 7.0 Worker process crashes on App Pool recycling since ISAPI redirector 1.2.33

2012-03-19 Thread Mladen Turk
On 03/20/2012 06:55 AM, Alex Samad - Yieldbroker wrote: You should 1. Create a separate 'Unmanaged' application pool for isapi_redirect 2. Disable recycling for that pool 3. Have multiple vhost mapping inside uriworkermap.properties instead having multiple configuration files and instanc

RE: IIS 7.0 Worker process crashes on App Pool recycling since ISAPI redirector 1.2.33

2012-03-19 Thread Alex Samad - Yieldbroker
> -Original Message- > From: Mladen Turk [mailto:mt...@apache.org] > Sent: Tuesday, 20 March 2012 4:09 PM > To: users@tomcat.apache.org > Subject: Re: IIS 7.0 Worker process crashes on App Pool recycling since ISAPI > redirector 1.2.33 > > On 03/20/2

Re: IIS 7.0 Worker process crashes on App Pool recycling since ISAPI redirector 1.2.33

2012-03-19 Thread Mladen Turk
each vhost. 4. Use a single process for that pool. You can eventually have two separate pools (one for testing and other for production) And I would presume the Shared Memory would also be shared between the 2 ? Quote from the doco ! " The ISAPI redirector can read it's configurati

RE: IIS 7.0 Worker process crashes on App Pool recycling since ISAPI redirector 1.2.33

2012-03-19 Thread Alex Samad - Yieldbroker
e Shared Memory would also be shared between the 2 ? Quote from the doco ! " The ISAPI redirector can read it's configuration from a properties file instead of the registry. This has the advantage that you can use multiple ISAPI redirectors with independent configurations on the same se

RE: IIS 7.0 Worker process crashes on App Pool recycling since ISAPI redirector 1.2.33

2012-03-19 Thread Alex Samad - Yieldbroker
March 2012 11:13 AM To: Tomcat Users List Subject: RE: IIS 7.0 Worker process crashes on App Pool recycling since ISAPI redirector 1.2.33 Hi Thanks, looks like this one is the winner ! Alex -Original Message- From: Mladen Turk [mailto:mt...@apache.org] Sent: Tuesday, 20 March 2012 1:43

RE: IIS 7.0 Worker process crashes on App Pool recycling since ISAPI redirector 1.2.33

2012-03-19 Thread Alex Samad - Yieldbroker
redirector 1.2.33 On 03/19/2012 12:00 AM, Alex Samad - Yieldbroker wrote: > Hi > [Mon Mar 19 09:43:53.266 2012] [2516:1892] [error] > service::jk_lb_worker.c (1172): Failed allocating AJP message buffer Please use the newest build (#8) from http://people.apache.org/~mturk/tomcat-connectors/

Re: IIS 7.0 Worker process crashes on App Pool recycling since ISAPI redirector 1.2.33

2012-03-19 Thread Mladen Turk
On 03/19/2012 12:00 AM, Alex Samad - Yieldbroker wrote: Hi [Mon Mar 19 09:43:53.266 2012] [2516:1892] [error] service::jk_lb_worker.c (1172): Failed allocating AJP message buffer Please use the newest build (#8) from http://people.apache.org/~mturk/tomcat-connectors/jk-1.2.34/ There was a bug

Re: IIS 7.0 Worker process crashes on App Pool recycling since ISAPI redirector 1.2.33

2012-03-18 Thread Mladen Turk
On 03/19/2012 12:00 AM, Alex Samad - Yieldbroker wrote: Hi Sorry it failed for me, started up, but I got some error messages [Mon Mar 19 09:43:13.970 2012] [2096:2984] [error] service::jk_lb_worker.c (1172): Failed allocating AJP message buffer This is caused by unable to allocate the buffer

RE: IIS 7.0 Worker process crashes on App Pool recycling since ISAPI redirector 1.2.33

2012-03-18 Thread Alex Samad - Yieldbroker
rashes on App Pool recycling since ISAPI redirector 1.2.33 On 03/18/2012 09:34 PM, verlag.preis...@t-online.de wrote: > -Original-Nachricht- >> Von: Mladen Turk >> An: users@tomcat.apache.org >> Betreff: Re: IIS 7.0 Worker process crashes on App Pool recycling >> s

Re: IIS 7.0 Worker process crashes on App Pool recycling since ISAPI redirector 1.2.33

2012-03-18 Thread Mladen Turk
On 03/18/2012 09:34 PM, verlag.preis...@t-online.de wrote: -Original-Nachricht- Von: Mladen Turk An: users@tomcat.apache.org Betreff: Re: IIS 7.0 Worker process crashes on App Pool recycling since ISAPI redirector 1.2.33 Datum: Sun, 18 Mar 2012 18:39:15 +0100 Could you please try the

Re: IIS 7.0 Worker process crashes on App Pool recycling since ISAPI redirector 1.2.33

2012-03-18 Thread verlag.preis...@t-online.de
-Original-Nachricht- > Von: Mladen Turk > An: users@tomcat.apache.org > Betreff: Re: IIS 7.0 Worker process crashes on App Pool recycling > since ISAPI redirector 1.2.33 > Datum: Sun, 18 Mar 2012 18:39:15 +0100 > > Could you please try the isapi_redirect_1.2.34_5-de

RE: IIS 7.0 Worker process crashes on App Pool recycling since ISAPI redirector 1.2.33

2012-03-18 Thread Alex Samad - Yieldbroker
[snip] > > Just wondering (thinking a bit left field), but question was asked of me. > Any reason to have a shm across processes. > > > > So that worker state is replicated across processes. > Eg, if connection to one backend is broken each process will have to discover > that by itself. Shared

Re: IIS 7.0 Worker process crashes on App Pool recycling since ISAPI redirector 1.2.33

2012-03-18 Thread Mladen Turk
On 03/18/2012 08:30 PM, Alex Samad - Yieldbroker wrote: Hi Guys (Konstantin, Mladen), goo d work, sorry caught me on a Sunday, else I would have chipped in. Just wondering (thinking a bit left field), but question was asked of me. Any reason to have a shm across processes. So that worker

RE: IIS 7.0 Worker process crashes on App Pool recycling since ISAPI redirector 1.2.33

2012-03-18 Thread Alex Samad - Yieldbroker
hes on App Pool recycling since ISAPI > redirector 1.2.33 > > On 03/18/2012 03:11 PM, Konstantin Preißer wrote: > > Hi Mladen, > > > >> -Original Message- > >> From: Mladen Turk [mailto:mt...@apache.org] > >> Sent: Sunday, March 18, 2012 2:54

Re: IIS 7.0 Worker process crashes on App Pool recycling since ISAPI redirector 1.2.33

2012-03-18 Thread Mladen Turk
On 03/18/2012 03:11 PM, Konstantin Preißer wrote: Hi Mladen, -Original Message- From: Mladen Turk [mailto:mt...@apache.org] Sent: Sunday, March 18, 2012 2:54 PM To: Tomcat Users List Subject: Re: IIS 7.0 Worker process crashes on App Pool recycling since ISAPI redirector 1.2.33

RE: IIS 7.0 Worker process crashes on App Pool recycling since ISAPI redirector 1.2.33

2012-03-18 Thread Konstantin Preißer
Hi Mladen, > -Original Message- > From: Mladen Turk [mailto:mt...@apache.org] > Sent: Sunday, March 18, 2012 2:54 PM > To: Tomcat Users List > Subject: Re: IIS 7.0 Worker process crashes on App Pool recycling since > ISAPI redirector 1.2.33 > > > Please

Re: IIS 7.0 Worker process crashes on App Pool recycling since ISAPI redirector 1.2.33

2012-03-18 Thread Mladen Turk
On 03/18/2012 02:40 PM, Mladen Turk wrote: On 03/18/2012 02:34 PM, Mladen Turk wrote: On 03/18/2012 12:16 PM, Konstantin Preißer wrote: Hello Mladen, Thank you very much. I tried the new version, and now when the Application Pool is recycled, the logs show these: [Sun Mar 18 12:10:36.324 20

Re: IIS 7.0 Worker process crashes on App Pool recycling since ISAPI redirector 1.2.33

2012-03-18 Thread Mladen Turk
On 03/18/2012 02:34 PM, Mladen Turk wrote: On 03/18/2012 12:16 PM, Konstantin Preißer wrote: Hello Mladen, Thank you very much. I tried the new version, and now when the Application Pool is recycled, the logs show these: [Sun Mar 18 12:10:36.324 2012] [4144:6216] [error] jk_shm_open::jk_shm.

Re: IIS 7.0 Worker process crashes on App Pool recycling since ISAPI redirector 1.2.33

2012-03-18 Thread Mladen Turk
On 03/18/2012 12:16 PM, Konstantin Preißer wrote: Hello Mladen, Thank you very much. I tried the new version, and now when the Application Pool is recycled, the logs show these: [Sun Mar 18 12:10:36.324 2012] [4144:6216] [error] jk_shm_open::jk_shm.c (220): Failed to map shared memory JK_TTW

RE: IIS 7.0 Worker process crashes on App Pool recycling since ISAPI redirector 1.2.33

2012-03-18 Thread Konstantin Preißer
ol recycling since > ISAPI redirector 1.2.33 > > > Guys, > > Please try the binaries from: > http://people.apache.org/~mturk/tomcat-connectors/jk-1.2.34/ > > They contain two fixes: > 1. Make sure we fallback to heap memory in case shared cannot be > created > 2.

Re: IIS 7.0 Worker process crashes on App Pool recycling since ISAPI redirector 1.2.33

2012-03-18 Thread Mladen Turk
On 03/16/2012 04:27 PM, Konstantin Preißer wrote: Hi all, I have a system with Windows Server 2008 32 bit, IIS 7.0, Java 1.7.0_03, Tomcat 7.0.26 and the ISAPI redirector. Guys, Please try the binaries from: http://people.apache.org/~mturk/tomcat-connectors/jk-1.2.34/ They contain two

RE: IIS 7.0 Worker process crashes on App Pool recycling since ISAPI redirector 1.2.33

2012-03-16 Thread Alex Samad - Yieldbroker
t; I don't think I'm using a web garden - I just have one application pool for > all > virtual hosts which use the ISAPI redirector, and that application pool > consists > of a maximum of 1 worker process (the default IIS values). It is set to be > recycled every 1740 mi

RE: IIS 7.0 Worker process crashes on App Pool recycling since ISAPI redirector 1.2.33

2012-03-16 Thread Konstantin Preißer
Hi Alex, > -Original Message- > From: Alex Samad - Yieldbroker [mailto:alex.sa...@yieldbroker.com] > Sent: Friday, March 16, 2012 5:23 PM > To: Tomcat Users List > Subject: RE: IIS 7.0 Worker process crashes on App Pool recycling since > ISAPI redirector 1.2.33 >

RE: IIS 7.0 Worker process crashes on App Pool recycling since ISAPI redirector 1.2.33

2012-03-16 Thread Alex Samad - Yieldbroker
> -Original Message- > From: Konstantin Preißer [mailto:verlag.preis...@t-online.de] > Sent: Saturday, 17 March 2012 2:31 AM > To: 'Tomcat Users List' > Subject: RE: IIS 7.0 Worker process crashes on App Pool recycling since ISAPI > redirector 1.2.33 > &g

RE: IIS 7.0 Worker process crashes on App Pool recycling since ISAPI redirector 1.2.33

2012-03-16 Thread Konstantin Preißer
> > Any idea what these lines could mean / that caused them? Note that it > seems that after the crash (when a new w3wp.exe is created), pages are > served fine again (though I do not know what happens with request that > are made exactly in the time when IIS resets the app pool). > The crashes an

IIS 7.0 Worker process crashes on App Pool recycling since ISAPI redirector 1.2.33

2012-03-16 Thread Konstantin Preißer
Hi all, I have a system with Windows Server 2008 32 bit, IIS 7.0, Java 1.7.0_03, Tomcat 7.0.26 and the ISAPI redirector. Since I updated the ISAPI redirector from 1.2.32 to 1.2.33, it seems that each time when IIS tries to recycle its application pool, the IIS worker process (w3wp.exe

Re: AJP-APR failures on Tomcat 7.0.16 with ISAPI Redirector 1.2.32

2011-08-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Konstantin, On 8/23/2011 4:02 PM, Konstantin Preißer wrote: > I see that you changed the flush() method in the decorator class to > pass flush() calls to the underlying stream as long as the stream > is set to be "active". > > The reason that I didn

RE: AJP-APR failures on Tomcat 7.0.16 with ISAPI Redirector 1.2.32

2011-08-23 Thread Konstantin Preißer
> -Original Message- > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Sent: Tuesday, July 26, 2011 6:15 PM > To: Tomcat Users List > Subject: Re: AJP-APR failures on Tomcat 7.0.16 with ISAPI Redirector > 1.2.32 > > Konstantin, > > Su

RE: AJP-APR failures on Tomcat 7.0.16 with ISAPI Redirector 1.2.32

2011-08-03 Thread eurotrans-Verlag
> -Original Message- > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Sent: Tuesday, July 26, 2011 6:15 PM > To: Tomcat Users List > Subject: Re: AJP-APR failures on Tomcat 7.0.16 with ISAPI Redirector > 1.2.32 > > You should also null-out t

Re: AJP-APR failures on Tomcat 7.0.16 with ISAPI Redirector 1.2.32

2011-07-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Konstantin, On 7/14/2011 8:41 AM, eurotrans-Verlag wrote: > An alternative that I could imagine, would be to create a class > (that has a boolean flag) which extends OutputStream, and decorates > another OutputStream that is given to the class in the

Re: AJP-APR failures on Tomcat 7.0.16 with ISAPI Redirector 1.2.32

2011-07-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Konstantin, On 7/13/2011 6:53 PM, eurotrans-Verlag wrote: > Thanks. In the meantime, I also came to that conclusion and replaced > all instances of > > ImageIO.write(img, "PNG", response.getOutputStream()) > > in my servlets/webapps with something l

RE: AJP-APR failures on Tomcat 7.0.16 with ISAPI Redirector 1.2.32

2011-07-25 Thread eurotrans-Verlag
Hi all, > > An alternative that I could imagine, would be to create a class (that has a > boolean flag) which extends OutputStream, and decorates another OutputStream > that is given to the class in the constructor (that would be the > OutputStream from the servlet's response). This class would p

RE: AJP-APR failures on Tomcat 7.0.16 with ISAPI Redirector 1.2.32

2011-07-14 Thread eurotrans-Verlag
Hi André, > -Original Message- > From: André Warnier [mailto:a...@ice-sa.com] > Sent: Thursday, July 14, 2011 1:00 PM > To: Tomcat Users List > Subject: Re: AJP-APR failures on Tomcat 7.0.16 with ISAPI Redirector > 1.2.32 > > As a comment purely from a general p

Re: AJP-APR failures on Tomcat 7.0.16 with ISAPI Redirector 1.2.32

2011-07-14 Thread André Warnier
eurotrans-Verlag wrote: Hi Rainer, -Original Message- From: Rainer Jung [mailto:rainer.j...@kippdata.de] Sent: Thursday, July 14, 2011 12:17 AM At least there was trouble about Java2D for several users in the past. One such issue: https://issues.apache.org/bugzilla/show_bug.cgi?id=4177

RE: AJP-APR failures on Tomcat 7.0.16 with ISAPI Redirector 1.2.32

2011-07-13 Thread eurotrans-Verlag
Hi Rainer, > -Original Message- > From: Rainer Jung [mailto:rainer.j...@kippdata.de] > Sent: Thursday, July 14, 2011 12:17 AM > At least there was trouble about Java2D for several users in the past. > One such issue: > > https://issues.apache.org/bugzilla/show_bug.cgi?id=41772 > http://ne

Re: AJP-APR failures on Tomcat 7.0.16 with ISAPI Redirector 1.2.32

2011-07-13 Thread Rainer Jung
On 13.07.2011 00:36, eurotrans-Verlag wrote: > Hmm, could it be that the Java ImageIO is re-using OutputStreams after > calling ImageIO.write(img, "PNG", out), so that I'm getting such a > IllegalStateException? (I think I read somewhere that Tomcat is recycling > OutputStream objects) > Maybe tha

RE: AJP-APR failures on Tomcat 7.0.16 with ISAPI Redirector 1.2.32

2011-07-12 Thread eurotrans-Verlag
Hi André, > -Original Message- > From: André Warnier [mailto:a...@ice-sa.com] > Sent: Tuesday, July 12, 2011 9:25 PM > > Can you take a part of this setup out of the equation ? > > For example, at the moment you have > > browser <-> IIS <-> isapi_redir. <-> AJP Connector:8019 <-> > Tomc

Re: AJP-APR failures on Tomcat 7.0.16 with ISAPI Redirector 1.2.32

2011-07-12 Thread André Warnier
eurotrans-Verlag wrote: However, when I switch to AJP BIO, it seems that the errors go away. Although I now switched to AJP-BIO (by deleting/renaming tcnative-1.dll), today morning I got an error again in the ISAPI log: [Tue Jul 12 06:04:49.812 2011] [4124:2444] [error] ajp_connection_tcp_get

RE: AJP-APR failures on Tomcat 7.0.16 with ISAPI Redirector 1.2.32

2011-07-12 Thread eurotrans-Verlag
> > However, when I switch to AJP BIO, it seems that the errors go away. > Although I now switched to AJP-BIO (by deleting/renaming tcnative-1.dll), today morning I got an error again in the ISAPI log: [Tue Jul 12 06:04:49.812 2011] [4124:2444] [error] ajp_connection_tcp_get_message::jk_ajp_com

AJP-APR failures on Tomcat 7.0.16 with ISAPI Redirector 1.2.32

2011-07-10 Thread eurotrans-Verlag
Hi all, I have a system with Windows Server 2008 (32 bit), Sun/Oracle JDK 1.6.0_26 and I’m using Tomcat 7.0.16 with Tomcat Native 1.1.20, and IIS 7.0 with ISAPI Redirector 1.2.32. For AJP, I use the AJP-APR connector. Sometimes, when many requests are sent to a webapp in short time, some

Re: Canceling Download on IIS7 with ISAPI Redirector 1.2.31 causes 100% CPU usage

2011-05-21 Thread Tim Whittington
.cgi?id=50839 >> If you can capture a TRACE level log form the Tomcat Connector >> (configure in isapi_redirect.properties) and attach it to the bug, >> I'll take a look. >> >> cheers >> tim >

Re: Canceling Download on IIS7 with ISAPI Redirector 1.2.31 causes 100% CPU usage

2011-05-16 Thread Christopher Schultz
ate connections : the connection of the > client to IIS+isapi_redirector, and the connection from > IIS+isapi_redirector to Tomcat+servlet. > The servlet will only throw an I/O exception if that second connection > is closed. +1 If the ISAPI redirector works anything like mod_jk, then

Re: Canceling Download on IIS7 with ISAPI Redirector 1.2.31 causes 100% CPU usage

2011-05-15 Thread verlag.preis...@t-online.de
! I will attach a Trace level log from the Redirector there. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Canceling Download on IIS7 with ISAPI Redirector 1.2.31 causes 100% CPU usage

2011-05-15 Thread Tim Whittington
wrote: > Hello everybody, > > I stumbled upon a strange problem with the ISAPI Redirector 1.2.31 on > Windows Server 2008 SP2 (32 bit) with IIS 7.0. The problem is, that when a > Servlet is generating lots of data (e.g. 200 MB) and a user downloads it > over the Isapi Redirector/IIS7, a

Re: Canceling Download on IIS7 with ISAPI Redirector 1.2.31 causes 100% CPU usage

2011-05-14 Thread André Warnier
e to catch IOException). You are right: When I start the download, the servlet writes the bytes slowly (due to the speed of the Connection) to the output. However, when I then cancel the download, it writes the remaining bytes very fast, probably causing the high CPU usage of the ISAPI redirecto

RE: Canceling Download on IIS7 with ISAPI Redirector 1.2.31 causes 100% CPU usage

2011-05-14 Thread eurotrans-Verlag
-catch clause to catch IOException). You are right: When I start the download, the servlet writes the bytes slowly (due to the speed of the Connection) to the output. However, when I then cancel the download, it writes the remaining bytes very fast, probably causing the high CPU usage of the IS

Re: Canceling Download on IIS7 with ISAPI Redirector 1.2.31 causes 100% CPU usage

2011-05-14 Thread André Warnier
eurotrans-Verlag wrote: Hello everybody, I stumbled upon a strange problem with the ISAPI Redirector 1.2.31 on Windows Server 2008 SP2 (32 bit) with IIS 7.0. The problem is, that when a Servlet is generating lots of data (e.g. 200 MB) and a user downloads it over the Isapi Redirector/IIS7, and

Canceling Download on IIS7 with ISAPI Redirector 1.2.31 causes 100% CPU usage

2011-05-14 Thread eurotrans-Verlag
Hello everybody, I stumbled upon a strange problem with the ISAPI Redirector 1.2.31 on Windows Server 2008 SP2 (32 bit) with IIS 7.0. The problem is, that when a Servlet is generating lots of data (e.g. 200 MB) and a user downloads it over the Isapi Redirector/IIS7, and cancels the download, the

RE: ISAPI Redirector Work-Flow

2010-11-02 Thread Richard G Curry
[mailto:chuck.caldar...@unisys.com] Sent: Tuesday, November 02, 2010 8:47 AM To: Tomcat Users List Subject: RE: ISAPI Redirector Work-Flow > From: Richard G Curry [mailto:rgcu...@jcpenney.com] > Subject: RE: ISAPI Redirector Work-Flow > How is the request data passed? It is a Remore Proce

RE: ISAPI Redirector Work-Flow

2010-11-02 Thread Caldarale, Charles R
> From: Richard G Curry [mailto:rgcu...@jcpenney.com] > Subject: RE: ISAPI Redirector Work-Flow > How is the request data passed? It is a Remore Procedure Call, > an IP port connection, or something else? AJP is analogous to HTTP, in that it passes requests and responses ov

RE: ISAPI Redirector Work-Flow

2010-11-02 Thread Richard G Curry
nt E2 - 066, MS 5210 972-431-9178 (Voice) 972-585-7585 (Pager) To send a (short) Text Message to my Pager: 9725857...@page.metrocall.com -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Monday, November 01, 2010 5:40 PM To: Tomcat Users List Subject: Re: ISAPI Redirector Work

RE: ISAPI Redirector Work-Flow

2010-11-01 Thread Richard G Curry
Users List Subject: Re: ISAPI Redirector Work-Flow On 01/11/2010 21:48, Richard G Curry wrote: > I am trying to understand how the ISAPI Redirector functions at an > overview level but deeper than this: The request comes into IIS where > the ISAPI Redirector filter sends the servlet and JSP

Re: ISAPI Redirector Work-Flow

2010-11-01 Thread Pid
On 01/11/2010 21:48, Richard G Curry wrote: > I am trying to understand how the ISAPI Redirector functions at an > overview level but deeper than this: The request comes into IIS where > the ISAPI Redirector filter sends the servlet and JSP requests to the > Tomcat server. I know th

ISAPI Redirector Work-Flow

2010-11-01 Thread Richard G Curry
I am trying to understand how the ISAPI Redirector functions at an overview level but deeper than this: The request comes into IIS where the ISAPI Redirector filter sends the servlet and JSP requests to the Tomcat server. I know the redirector works with AJP13 to redirect requests to the Tomcat

  1   2   3   >