Re: Tomcat ISAPI Redirector for IIS

2010-08-25 Thread andoridyou2010
keep hitting a wall with this ISAPI redirector for IIS/Tomcat. I have been trying to get this to work since 9:00 AM est, and I am losing steam. I tried supplying any useful information for trouble shooting below Error: HTTP Status 404 - /jakarta/isapi_redirect.dll type Status

RE: Is the Apache ISAPI Redirector Chopping Off Cookie Data?

2010-08-04 Thread Richard G Curry
-Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Tuesday, August 03, 2010 9:39 AM To: Tomcat Users List Subject: Re: Is the Apache ISAPI Redirector Chopping Off Cookie Data? On 03/08/2010 15:35, Richard G Curry wrote: Cookie content follows: GAUSERINFO=first_name

Re: Is the Apache ISAPI Redirector Chopping Off Cookie Data?

2010-08-04 Thread Mark Thomas
: Is the Apache ISAPI Redirector Chopping Off Cookie Data? On 03/08/2010 15:35, Richard G Curry wrote: Cookie content follows: GAUSERINFO=first_name=RICHARDlast_name=CURRYmiddle_initial=Gcorpora te_id=XXX That cookie is not spec complaint. You can't use the '=' in a v0 cookie value. You need

Is the Apache ISAPI Redirector Chopping Off Cookie Data?

2010-08-03 Thread Richard G Curry
I have a question about processing within the ISAPI Redirector, in the AJP13 processing in particular is where my situation is occurring. At least that is what I think based upon what I am getting from the logs. First let me describe my setup/config/platform. I am running Tomcat 6.0 (file

Re: Is the Apache ISAPI Redirector Chopping Off Cookie Data?

2010-08-03 Thread Mark Thomas
On 03/08/2010 15:35, Richard G Curry wrote: Cookie content follows: GAUSERINFO=first_name=RICHARDlast_name=CURRYmiddle_initial=Gcorporate_id=XXX That cookie is not spec complaint. You can't use the '=' in a v0 cookie value. You need to switch to v1 cookies and quote the value. Mark

Re: ISAPI Redirector Help

2010-06-30 Thread Rainer Jung
On 30.06.2010 01:48, George Sexton wrote: I'm trying to get the ISAPI redirector working on IIS 7.0 running under Windows Server Data Center 64-bit. When I make a request, I get served the isapi_redirector.dll. Here's the detailed information. IIS is running in 32 bit mode. I have

RE: ISAPI Redirector Help

2010-06-30 Thread George Sexton
I'm using IIS 7.0 so that step would not apply. George Sexton MH Software, Inc. 303 438-9585 www.mhsoftware.com -Original Message- From: Rainer Jung [mailto:rainer.j...@kippdata.de] Sent: Wednesday, June 30, 2010 5:19 AM To: Tomcat Users List Subject: Re: ISAPI Redirector Help

Re: ISAPI Redirector Help

2010-06-30 Thread Rainer Jung
On 30.06.2010 16:57, George Sexton wrote: I'm using IIS 7.0 so that step would not apply. Sure? The docs talk about version 6 because that was the last time they were updated. Rainer - To unsubscribe, e-mail:

RE: ISAPI Redirector Help

2010-06-30 Thread George Sexton
Subject: Re: ISAPI Redirector Help On 30.06.2010 16:57, George Sexton wrote: I'm using IIS 7.0 so that step would not apply. Sure? The docs talk about version 6 because that was the last time they were updated. Rainer

RE: ISAPI Redirector Help

2010-06-30 Thread George Sexton
was keeping me from determining when I had solved the problem. I added a trash value to the request URL. IOW, something like: ?request_id=123. This overrode the browser cache and let me see when I actually had it going. So, one final tip is that if you are troubleshooting IIS/ISAPI redirector problems

ISAPI Redirector Help

2010-06-29 Thread George Sexton
I'm trying to get the ISAPI redirector working on IIS 7.0 running under Windows Server Data Center 64-bit. When I make a request, I get served the isapi_redirector.dll. Here's the detailed information. IIS is running in 32 bit mode. I have downloaded the latest 32-bit ISAPI redirector

Re: ISAPI Redirector Help

2010-06-29 Thread Electronjockey
George, I know this has nothing to do with the solution to your problem, but try using a isapi_redirect.properties file instead of the registry. I find it makes configuration management much easier. George Sexton wrote: I'm trying to get the ISAPI redirector working on IIS 7.0 running under

ISAPI Redirector issue | Building

2010-06-10 Thread vini mr
Hi Team, For the IIS tomcat configuration, i need to customize the 503 error message which is present in *'isapi_redirect.dll'*. *DLL file which i am using :* http://apache.thelorne.com/tomcat/tomcat-connectors/jk/binaries/win32/jk-1.2.30/isapi_redirect-1.2.30.dll *DLL source code :*

RE: IIS7 + ISAPI Redirector on 64Bit Server Platform

2010-02-28 Thread David Bolsover
is with a4j:mediaOutput/ tags where the content image (jpg) is delivered from a backing SQLServer database. Tomcat (8080) renders these images correctly but NOT when using the isapi redirector via IIS. So far, I have only tested on 32bit machine - but 1.2.28, 1.2.29 and 1.2.30 all exhibit

Re: IIS7 + ISAPI Redirector on 64Bit Server Platform

2010-02-27 Thread Pid
with redirector, only the index page is delivered. Links to page menu items are non responsive although it appears that backend calls to the database are being made in response to clicks on the links - but no new pages are delivered to the client. At my wits end - same application performs flawlessly

Re: IIS7 + ISAPI Redirector on 64Bit Server Platform

2010-02-27 Thread Mladen Turk
On 02/27/2010 11:42 AM, Pid wrote: On 27/02/2010 01:00, David Bolsover wrote: At my wits end - same application performs flawlessly when run on Windows 7 IIS7 using 32bit redirector. Seeking inspiration on how to debug / solve this problem. 1.2.30 will be released fairly rapidly, as a bug

RE: IIS7 + ISAPI Redirector on 64Bit Server Platform

2010-02-27 Thread David Bolsover
: IIS7 + ISAPI Redirector on 64Bit Server Platform On 02/27/2010 11:42 AM, Pid wrote: On 27/02/2010 01:00, David Bolsover wrote: At my wits end - same application performs flawlessly when run on Windows 7 IIS7 using 32bit redirector. Seeking inspiration on how to debug / solve this problem

RE: IIS7 + ISAPI Redirector on 64Bit Server Platform

2010-02-27 Thread David Bolsover
Thanks, just tried the 1.2.30 rc - solves my problem :-) -Original Message- From: Pid [mailto:p...@pidster.com] Sent: 27 February 2010 10:42 To: Tomcat Users List Subject: Re: IIS7 + ISAPI Redirector on 64Bit Server Platform On 27/02/2010 01:00, David Bolsover wrote: Environment

RE: IIS7 + ISAPI Redirector on 64Bit Server Platform

2010-02-27 Thread David Bolsover
Jordan Thanks for the suggestion - but have solved my particular problem using the 1.2.30 rc connector. DB -Original Message- From: Jordan Michaels [mailto:jor...@viviotech.net] Sent: 27 February 2010 06:25 To: Tomcat Users List Subject: Re: IIS7 + ISAPI Redirector on 64Bit Server

Re: IIS7 + ISAPI Redirector on 64Bit Server Platform

2010-02-27 Thread Mladen Turk
On 02/27/2010 03:53 PM, David Bolsover wrote: Mladen Brilliant - thanks for this; the release candidate fixes the problem I had encountered. Cool. I'll check out the full release version when available. Should be the same binary We just copy dev/ to dist/ once when voted as a release.

IIS7 + ISAPI Redirector on 64Bit Server Platform

2010-02-26 Thread David Bolsover
, mixed mode) Tomcat: 6.0.24 ISAPI isapi_redirect-1.2.29 (amd64). Client Windows 7 filly patched, IE 8.0 Issue: Access to web application on Tomcat via port 8080, all pages are delivered correctly - no problems. Access to same web application via IIS with redirector, only the index page is delivered

Re: IIS7 + ISAPI Redirector on 64Bit Server Platform

2010-02-26 Thread Jordan Michaels
To: users@tomcat.apache.org Sent: Friday, February 26, 2010 5:00:33 PM GMT -08:00 US/Canada Pacific Subject: IIS7 + ISAPI Redirector on 64Bit Server Platform Environment: Server Hardware: Dell T110 : Intel Xeon X3430, 4Gb RAM. OS: Windows Small Business Server 2008 fully patched. SQL Server

Performance issues when adding Tomcat JK redirector to IIS's Default Web Site?

2010-02-15 Thread Steve Ryan
Dear All I've tried googling this but can't find much, so I was hoping one of you guys might be able to help me. My web application lives under IIS's Default Web Site. It needs to use the Tomcat JK redirector, so I have added the redirector as an ISAPI Filter on the Default Web Site

Re: Performance issues when adding Tomcat JK redirector to IIS's Default Web Site?

2010-02-15 Thread Peter Crowther
Steve, you're likely to get more specific answers if you can tell us versions: what version of the redirector, and what versions of IIS? Also, can you tell us whose instructions you followed to get it working, as there are some out there that are... how shall I say it... less than ideal

RE: Performance issues when adding Tomcat JK redirector to IIS's Default Web Site?

2010-02-15 Thread Steve Ryan
Hi Peter Thanks for your reply. To answer your questions: I am using IIS 6 and IIS 7. I am using the latest version of the redirector, i.e. JK-1.2.28. Our technical architect decided how we should use the redirector. This is the basic design: IIS - Default Web Site (ISAPI Filter

RE: Performance issues when adding Tomcat JK redirector to IIS's Default Web Site?

2010-02-15 Thread Steve Ryan
Apologies, for some reason the formatting of my e-mail get messed up. I have reformatted below: Hi Peter Thanks for your reply. To answer your questions: I am using IIS 6 and IIS 7. I am using the latest version of the redirector, i.e. JK-1.2.28. Our technical architect decided how we should

Re: Performance issues when adding Tomcat JK redirector to IIS's Default Web Site?

2010-02-15 Thread Mladen Turk
On 02/15/2010 12:30 PM, Steve Ryan wrote: Are there any known performance issues with the Tomcat JK redirector, in particular, any performance issues which could affect the third-party websites as explained in my example above? Since this is filter it will participate in every request. Now

w3wp randomly crashes when redirector is used

2010-02-03 Thread Steve Ryan
recreate the problem on various flavours of Windows, and in IIS 6 IIS 7. Details of the issue: I have a web application which lives under the Default Web Site in IIS 6, and which has its own app pool. The redirector (isapi_redirect.dll 1.2.28) lives under the DefaultAppPool. The user would

Re: w3wp randomly crashes when redirector is used

2010-02-03 Thread André Warnier
. The redirector (isapi_redirect.dll 1.2.28) lives under the DefaultAppPool. The user would log into our web application (which uses our app pool) and everything works as expected. If he then uses functionality which uses the redirector (and the DefaultAppPool), w3wp.exe will probably crash. (I say

RE: w3wp randomly crashes when redirector is used

2010-02-03 Thread Steve Ryan
: 03 February 2010 20:44 To: Tomcat Users List Subject: Re: w3wp randomly crashes when redirector is used Hmmm. Are you sure that you are posting to the right list here ? Steve Ryan wrote: Hello I really hope someone can help me with this. I have been trying to figure it out for days

RE: w3wp randomly crashes when redirector is used

2010-02-03 Thread Caldarale, Charles R
From: Steve Ryan [mailto:st...@acme.ie] Subject: RE: w3wp randomly crashes when redirector is used Is there a more specific mailing list for such issues? No, this is the proper mailing list. Unfortunately, the problem is sufficiently esoteric (as well as having a work-around) so you're

RE: w3wp randomly crashes when redirector is used

2010-02-03 Thread Steve Ryan
...@unisys.com] Sent: 03 February 2010 21:47 To: Tomcat Users List Subject: RE: w3wp randomly crashes when redirector is used From: Steve Ryan [mailto:st...@acme.ie] Subject: RE: w3wp randomly crashes when redirector is used Is there a more specific mailing list for such issues

Re: w3wp randomly crashes when redirector is used

2010-02-03 Thread André Warnier
. The jk redirector's function is to redirect (or rather proxy) some HTTP requests from IIS to a back-end Tomcat, so that these requests are processed by a Tomcat-based application. Conversely, the response from this Tomcat-based application is then returned through the jk redirector, back to IIS

RE: w3wp randomly crashes when redirector is used

2010-02-03 Thread Caldarale, Charles R
From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: w3wp randomly crashes when redirector is used My knowledge being limited, there might well be something I am missing in all of this. All I'm going on is Mark T's comment on the bug report: Moving to TC6 to increase visibility

RE: w3wp randomly crashes when redirector is used

2010-02-03 Thread Steve Ryan
Hi Andre Thanks for your reply. W3wp.exe is the process which manages the application pool where the redirector lives. I'm fairly confident the problem is due to the redirector because the crash only occurs when the redirector is used. Also, there is an open bug (45063) which appears

Re: w3wp randomly crashes when redirector is used

2010-02-03 Thread Peter Crowther
Steve, I'm with you - the issue does look unpleasantly similar. I wonder whether some experimentation with running the redirector under a local account with particular rights set might tell you which right was required, and hence which one might be causing an issue? But in the longer term

Re: IIS ISAPI redirector help! Attempting to map URI always fail with invalid argument.

2009-07-13 Thread Rainer Jung
On 11.07.2009 00:41, Dan Ganny wrote: I am really desperate to need some help with a weird customer issue. The IIS ISAPI redirector log excerpt is posted below. The URI printed out in the log is '/24.220.76.4http://24.220.76.4/CCPROChat/CPChatRequest.jsp'. This is obviously invalid, I

IIS ISAPI redirector help! Attempting to map URI always fail with invalid argument.

2009-07-10 Thread Dan Ganny
Hi guys, I am really desperate to need some help with a weird customer issue. The IIS ISAPI redirector log excerpt is posted below. The URI printed out in the log is '/24.220.76.4http://24.220.76.4/CCPROChat/CPChatRequest.jsp'. This is obviously invalid, I know it should

isapi redirector question

2009-04-24 Thread Danny.van-denSteen
IIS - isapi redirector - Tomcat Versions: OS Windows 2003 enterprise edition x64 SP2 (2X dual-core ADM Opteron 2218 processor) IIS6.0 x64 Tomcat5.5.exe version 2.0.4.0 X64 isapi_redirect-1.2.27.dll (via tomcat site x64) Java jdk1.5.0_18 x64 Problem description: We currently have

Re: isapi redirector question

2009-04-24 Thread Rainer Jung
On 24.04.2009 13:28, danny.van-denst...@shell.com wrote: IIS - isapi redirector - Tomcat Versions: OS Windows 2003 enterprise edition x64 SP2 (2X dual-core ADM Opteron 2218 processor) IIS6.0 x64 Tomcat5.5.exe version 2.0.4.0 X64 isapi_redirect-1.2.27.dll (via tomcat site x64) Java

RE: isapi redirector question

2009-04-24 Thread Danny.van-denSteen
.properties' · Run the 'install4iis.js' file to set the necessary parameters in IIS and in the registry using the command: cscript install4iis.js NB. The registry location affected is: - Hklm\software\Apache Software Foundation\Jakarta Isapi Redirector\2.0\ Confirmed the Default Web Site name

Re: isapi redirector question

2009-04-24 Thread Rainer Jung
Isapi Redirector\2.0\ Confirmed the Default Web Site name of the IIS web server site. Method · Access 'Control Panel-Administrative Tools-Internet Information Services (IIS) Manager' · Enter the properties of the 'actual websites name'. · Go to the tab called 'ISAPI Filters

Problem with ISAPI Redirector

2009-04-09 Thread George Sexton
I'm having a problem using the ISAPI redirector. I making the request, and I get back a 400 Bad Request response. I've gone through the troubleshooting doc, and the howto for the redirector and come up blank. I've also searched the net for the issue. I'm using version 1.2.27 of the ISAPI

RE: IIS6, Tomcat 6.0, ISAPI redirector 1.2.27 - no log on one server

2009-02-22 Thread Martin Gainty
not endorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. Date: Wed, 21 Jan 2009 19:35:12 -0800 From: rclar...@yahoo.com Subject: IIS6, Tomcat 6.0, ISAPI redirector 1.2.27 - no log on one server To: users

Re: IIS6, Tomcat 6.0, ISAPI redirector 1.2.27 - no log on one server

2009-01-22 Thread Thangavel Sankaranarayanan
Subject Please respond to IIS6, Tomcat 6.0, ISAPI redirector Tomcat Users 1.2.27 - no log on one server

Re: IIS6, Tomcat 6.0, ISAPI redirector 1.2.27 - no log on one server

2009-01-22 Thread ManiacCoder
Yes, I have verified that the user account under which the Tomcat service is running has the same permissions on all platforms, as well as the web and pool users for the IIS web site. -- View this message in context: http://www.nabble.com/IIS6%2C-Tomcat-6.0%2C-ISAPI-redirector-1.2.27---no-log

IIS6, Tomcat 6.0, ISAPI redirector 1.2.27 - no log on one server

2009-01-21 Thread Rick Larkin
1.2.27 IIS6 I've set the system up on all of our boxes -- same configuration, and it runs on all of them but one production server. On that machine, the redirector shows in IIS with the green up arrow but no matter what I do I cannot get any kind of log out of the redirector. IIS is not routing any

RE: Using Tomcat with ISAPI Redirector

2008-11-19 Thread Patrick Markiewicz
Hi, I finally found an answer to my problem, thanks to a few posts on the interenet. Here they mention the fact that NETWORK SERVICE needs WRITE access to the directory defined by the log_file key under HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi Redirector

redirector

2008-10-09 Thread Frank Uccello
I have installed tomcat 5.5 with iis 6 and using the isapi redirector I can point to the http://localhost:8050/Abc/servelt and that reslove fine. However when I try to use http://local/Abc/servelt it give me a web page that states Incorrect function. there nothing else on the web page I

redirector

2008-09-30 Thread Frank Uccello
Tomcat redirector for iss not working I can http://localhost:8080/app/servlet but not http://localhost/app/servlet -- error page could not be found I have no errors in the event viewer or tomcat logs Thanks Frank

Re: redirector

2008-09-30 Thread André Warnier
Frank Uccello wrote: Tomcat redirector for iss not working That is quite unlikely, because there must be at least 10,000 installations out there where it is working. I can http://localhost:8080/app/servlet but not http://localhost/app/servlet -- error page could not be found So

Re: redirector

2008-09-30 Thread Gabe Wong
Frank Uccello wrote: Tomcat redirector for iss not working I can http://localhost:8080/app/servlet but not http://localhost/app/servlet -- error page could not be found I have no errors in the event viewer or tomcat logs Is /app included in the uriworkermap.properties. Also

RE: JK ISAPI redirector delay

2008-08-04 Thread Peter Gallagher
If you can reproduce easily and it is not a heavy traffic application. Increase log level to debug until it happens again and make the log available plus the information, between which timestamps you think there is such a delay. Below is an excerpt from the ISAPI redirector log. The last 3

Re: JK ISAPI redirector delay

2008-08-04 Thread Rainer Jung
redirector log. The last 3 lines before the pause are: [Mon Aug 04 14:50:19.243 2008] [4144:2384] [debug] jk_isapi_plugin.c (1518): service() returned OK [Mon Aug 04 14:50:19.243 2008] [4144:2384] [debug] jk_ajp_common.c (691): (tomcat2) resetting endpoint with sd = 1196 [Mon Aug 04 14:50:19.243 2008

JK ISAPI redirector delay

2008-08-01 Thread Peter Gallagher
IIS is configured with isapi_redirect-1.2.26.dll and is redirecting requests to Tomcat successfully. However when attempting to download a Web Start application the ISAPI redirector appears to randomly introduce huge delays (15mins+) between TCP requests. I am unsure how to diagnose this any

Re: JK ISAPI redirector delay

2008-08-01 Thread Rainer Jung
Peter Gallagher wrote: IIS is configured with isapi_redirect-1.2.26.dll and is redirecting requests to Tomcat successfully. However when attempting to download a Web Start application the ISAPI redirector appears to randomly introduce huge delays (15mins+) between TCP requests. I am unsure how

Using Tomcat with ISAPI Redirector

2008-07-24 Thread Patrick Markiewicz
Hi, I'm using Apache Tomcat/5.5.4 with Plesk 8.2 on a Windows Server 2003 machine. The isapi redirector program is supposed to allow me to connect to my server, and redirect my request to Tomcat, if the url matches a certain pattern. I have multiple sites configured in IIS, including

Isapi Redirector Question

2008-07-22 Thread Patrick Markiewicz
Hi, I have a question about the isapi redirector. I am using Plesk. On port 80, the redirector works fine. On port 8880, the redirector fails to retrieve the specified tomcat application and returns a status code of not found for slash jakarta slash isapi underscore redirect dot

RE: Isapi Redirector Question

2008-07-22 Thread Patrick Markiewicz
Attempt to post the original question: I'm running into trouble trying to use the isapi_redirect that comes with Plesk 8.2. Basically, if my web application is on a port other than 80, the redirector appears to present the url /jakarta/isapi_redirect.dll to Tomcat instead of the url

Re: Problems installing Jakarta Isapi Redirector

2008-06-27 Thread spencer.keller
Hi, Carlos, did you ever figure out what was causing this problem. I have what appears to be the same situation. I installed IIS, Tomcat and the redirector on a second system and it works just fine. I have spent some time trying to see what is different about the two systems and why it won’t

ISAPI/JK redirector question

2008-06-25 Thread Brantley Hobbs
All, Is there a way to map an application to a back-end load-balanced/clustered tomcat farm from an IIS webserver such that an application deployed on the default host (i.e. deployed to the default webapps folder) can be addressed as a FQDN from the browser. For example: Application

Re: ISAPI/JK redirector question

2008-06-25 Thread Rainer Jung
, if there is not match for the host name. The /foo stripping is not trivial: the isapi redirector can rewrite request URLs, so it is able to add a /foo at the beginning of the URL. But if your webapp does any of the following things, this will not be enough: - including absolute links to itself

Problems installing Jakarta Isapi Redirector

2008-05-23 Thread Carlos Diaz Maya
Hi, I'm trying to install and configure Jakarta Isapi Redirector on a Windows Server 2003 machine with IIS 6.0 and many ASP.Net web sites deployed and working on it. Also, this server redirects some URLs to a J2EE application deployed under WebSphere 6.0 (using a ISAPI filter) that is installed

RE: Problems installing Jakarta Isapi Redirector

2008-05-23 Thread Martin Gainty
I would test and verify the ISAPI redirector is working properly first.. In other words run it standalone and check the IIS logs.. Once th microsoft component is working then load the binary(ies) under the path pointed to by LD_LIBRARY_PATH (its an environment variable) then restart TOMCAT

Re: Problems installing Jakarta Isapi Redirector

2008-05-23 Thread Louis
Carlos Diaz Maya wrote: Hi, I'm trying to install and configure Jakarta Isapi Redirector on a Windows Server 2003 machine with IIS 6.0snip When I configure the redirector (configuration files workers.properties, uriworkermap.properties, virtual directory in IIS (jakarta), registering the ISAPI

Re: Problems installing Jakarta Isapi Redirector

2008-05-23 Thread Louis
to add the Jakarta Isapi Redirector to the Web Service Extension's . 2. Right-click on Web Service Extensions and choose Add a new Web Service Extension... 3. Enter tomcat for the Extension Name and then add the isapi_redirect.dll file to the required files. 4. Check the Set

64-bit isapi redirector not working with Tomcat.

2008-04-01 Thread Panian, Ardo
Trying to get Tomcat to work on Win2k3 64-bit w.\ IIS 6.0 I downloaded a 64-bit isapi redirector DLL from: http://www.trieuvan.com/apache/tomcat/tomcat-connectors/jk/binaries/win64/jk-1.2.26/ia64/ http://www.trieuvan.com/apache/tomcat/tomcat-connectors/jk/binaries/win64/jk-1.2.26/amd64

RE: [SPAM:] - IIS and Tomcat Redirector. - Email has different SMTP TO: and MIME TO: fields in the email addresses

2008-02-18 Thread doepain
I have the same exact problem with my installation of Tomcat and the ISAPI redirector. I have the Web Service Extension in IIS, mapped to the location of the isapi redirector dll, and set it to allowed? If anyone can follow-up with the post it would be greatly appreciated. Leo Donahue

Tomcat ISAPI Redirector for IIS

2008-02-18 Thread doepain
No matter what I try where I go I just keep hitting a wall with this ISAPI redirector for IIS/Tomcat. I have been trying to get this to work since 9:00 AM est, and I am losing steam. I tried supplying any useful information for trouble shooting below Error: HTTP Status 404 - /jakarta

RE: Tomcat ISAPI Redirector for IIS

2008-02-18 Thread Tim Whittington
: doepain [mailto:[EMAIL PROTECTED] Sent: Tuesday, 19 February 2008 9:14 a.m. To: users@tomcat.apache.org Subject: Tomcat ISAPI Redirector for IIS No matter what I try where I go I just keep hitting a wall with this ISAPI redirector for IIS/Tomcat. I have been trying to get this to work since 9:00

Re: Tomcat ISAPI Redirector for IIS

2008-02-18 Thread mgainty
: VWWCUFPEGAUTFJMVRESKPNKMBIPBARHDMNNSKVFVWRKJVZCMHVI To: 'Tomcat Users List' users@tomcat.apache.org Sent: Monday, February 18, 2008 3:28 PM Subject: RE: Tomcat ISAPI Redirector for IIS It looks like you've got more than one thing going on. The debug log refers to a worker named 'ajp13', which is the default

Re: Tomcat ISAPI Redirector for IIS

2008-02-18 Thread Rainer Jung
Start fixing it by *not* commenting out the worker.list=ajp13w and set your connection pool size to something reasonable (default is 1, start with let's say 50). Then follow Tim's adviceand please also tell us which isapi redirector version you are using. Regards, Rainer doepain schrieb

ISAPI Redirector not redirecting?

2008-02-13 Thread Kutsy, Bob
a page cannot be displayed. Much research has yielded many documents and I have installed and configured the ISAPI redirector dll along with the extensions configuration and I have green arrows everywhere still with the port 8080 requirement. I have also checked and double checked permissions

ISAPI redirector log file not being written

2008-01-09 Thread pmarchwiak
Isapi_redirect.dll is not writing to its log file. I have Tomcat 5.5 installed on a Windows Server 2003 box and I am using the ISAPI redirector to redirect some requests from IIS. I am using the isapi_redirect.properties file for my configuration (as opposed to the registry settings) and my

RE: ISAPI redirector log file not being written

2008-01-09 Thread Charlie Wingate
09, 2008 10:19 AM To: users@tomcat.apache.org Subject: ISAPI redirector log file not being written Isapi_redirect.dll is not writing to its log file. I have Tomcat 5.5 installed on a Windows Server 2003 box and I am using the ISAPI redirector to redirect some requests from IIS. I am using

Re: ISAPI redirector log file not being written

2008-01-09 Thread Rainer Jung
pmarchwiak wrote: Isapi_redirect.dll is not writing to its log file. I have Tomcat 5.5 installed on a Windows Server 2003 box and I am using the ISAPI redirector to redirect some requests from IIS. I am using the isapi_redirect.properties file for my configuration (as opposed to the registry

Re: ISAPI redirector log file not being written

2008-01-09 Thread Mladen Turk
pmarchwiak wrote: Isapi_redirect.dll is not writing to its log file. I have allowed full control for the user IUSR_MACHINE_NAME on this file and it makes no difference. If it's working (I suppose it is from your comment), then you should allow the permission read/write/create permission to

RE: [Announce] Enhanced ISAPI Redirector + Tomcat Connector Binaries (and IIS 6.0)

2008-01-02 Thread Tim Whittington
optimised network writes of chunk encoded blocks), but that's auto-detected. I haven't had any experience using the redirector in IIS 5 isolation mode, but I can't imagine why it wouldn't work - the ISAPI redirector doesn't do anything too esoteric with the IIS APIs, and the same builds run in IIS

Re: ISAPI redirector error in Tomcat 4.1

2007-12-28 Thread Rainer Jung
Chacko Kuruvilla schrieb: Thanks for your response. I removed the older version of isapi redirector and started from scratch using isapi_redirect-1.2.26.dll. When I try now, I get an Incorrect function message on the browser. Any ideas? What about my other points? Thanks

RE: ISAPI redirector error in Tomcat 4.1

2007-12-27 Thread Chacko Kuruvilla
Can somebody help me with this error? Thanks a lot. -Original Message- From: Chacko Kuruvilla [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 26, 2007 1:23 PM To: 'Tomcat Users List' Subject: RE: ISAPI redirector error in Tomcat 4.1 Here it is... Created MBeanServer with ID

RE: ISAPI redirector error in Tomcat 4.1

2007-12-27 Thread Chacko Kuruvilla
Thanks for your response. I removed the older version of isapi redirector and started from scratch using isapi_redirect-1.2.26.dll. When I try now, I get an Incorrect function message on the browser. Any ideas? Thanks. -Original Message- From: Rainer Jung [mailto:[EMAIL PROTECTED

ISAPI redirector error in Tomcat 4.1

2007-12-26 Thread Chacko Kuruvilla
, after setting up the ISAPI redirector in IIS, I received a 404 error. However, I was told that I need to add the ISAPI redirector in IIS as a web service extension. However, after I do that, I just get a Page cannot be displayed error. I also see the following in the stdout_20071226 log file

RE: ISAPI redirector error in Tomcat 4.1

2007-12-26 Thread Chacko Kuruvilla
AM To: [EMAIL PROTECTED] Subject: Re: ISAPI redirector error in Tomcat 4.1 Error 2 is 'directory program or file not found' the best tutorial on fronting Tomcat with IIS is to follow Mladen Turk's advice at http://people.apache.org/~mturk/docs/article/ftwai.html In the meanwhile Send us

RE: ISAPI redirector error in Tomcat 4.1

2007-12-26 Thread Martin Gainty
CDDJBLVLMHAALPTCXLYRWTQTIPWIGYOKSTTZRCLBDXRQBGJSNBOHMKHJYFMYXOEAIJJPHSCRTNHGSWZIDREXCAXZOWCONEUQZAAFXISHJEXXIMQZUIVOTQNQEMSFDULHPQQWOYIYZUNNYCGPKYLEJGDGVCJVTLBXFGGMEPYOQKEDOTWFAOBUZXUWLSZLKBRNVWWCUFPEGAUTFJMVRESKPNKMBIPBARHDMNNredirector in IIS, I received a 404 error. However, I was told that I need to add the ISAPI redirector in IIS

RE: ISAPI redirector error in Tomcat 4.1

2007-12-26 Thread Chacko Kuruvilla
: RE: ISAPI redirector error in Tomcat 4.1 all i see in the attachment is the tomcat standard annotation lines can you inline the relevant log errors? ThanksMartin Gainty__Disclaimer and confidentiality noteEverything in this e-mail and any attachments

Re: [Announce] Enhanced ISAPI Redirector + Tomcat Connector Binaries

2007-12-21 Thread Rainer Jung
Hi Tim, Tim Whittington wrote: There's one in particular that we feel is very useful that hasn't been accepted though, which is the addition of chunked encoding support to the ISAPI Redirector, which allows IIS to use HTTP keep alives between the browser and IIS - we've found this has major

Re: [Announce] Enhanced ISAPI Redirector + Tomcat Connector Binaries

2007-12-21 Thread Jim Jagielski
On Dec 21, 2007, at 9:56 AM, Rainer Jung wrote: Hi Tim, Tim Whittington wrote: There's one in particular that we feel is very useful that hasn't been accepted though, which is the addition of chunked encoding support to the ISAPI Redirector, which allows IIS to use HTTP keep alives

Re: [Announce] Enhanced ISAPI Redirector + Tomcat Connector Binaries (and IIS 6.0)

2007-12-21 Thread Travis Haagen
Tim, Have you had experience testing your version of the ISAPI redirector DLL with IIS 6.0? What specific IIS configuration settings take the fullest advantage of the persistent HTTP connections that your version offers? Also, I've seen zero discussion thus far on whether version 1.2.25

Re: [Announce] Enhanced ISAPI Redirector + Tomcat Connector Binaries (and IIS 6.0)

2007-12-21 Thread Martin Gainty
, December 21, 2007 7:30 PM Subject: Re: [Announce] Enhanced ISAPI Redirector + Tomcat Connector Binaries (and IIS 6.0) Tim, Have you had experience testing your version of the ISAPI redirector DLL with IIS 6.0? What specific IIS configuration settings take the fullest advantage of the persistent

[Announce] Enhanced ISAPI Redirector + Tomcat Connector Binaries

2007-12-20 Thread Tim Whittington
Hi all We've been using Tomcat and Tomcat Connectors in our company products for almost 10 years now, and it's a very important part of our technology stack. Over those years we've contributed some enhancements and fixes to the IIS connector/ISAPI Redirector, and most of these have been

Re: Tomcat IIS Redirector Issues with SSL and Query Strings

2007-08-06 Thread Antonio Santana
, ...) Regards, Rainer Antonio Santana wrote: The main unique thing we have with IIS is a redirector on port 80 traffic so it is forced to 443 (SSL). Here is the log: - To start a new topic, e-mail: users

Re: Tomcat IIS Redirector Issues with SSL and Query Strings

2007-08-03 Thread Rainer Jung
is a redirector on port 80 traffic so it is forced to 443 (SSL). Here is the log: - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Tomcat IIS Redirector Issues with SSL and Query Strings

2007-08-02 Thread Antonio Santana
Team, We have been using the Tomcat Redirector in our Dev environment and even our local machines while developing code. We have a classic ASP site that works with JSP hosted by Tomcat. The redirector has been working in these two environments fine, but when we move our code to Certification

Re: Tomcat IIS Redirector Issues with SSL and Query Strings

2007-08-02 Thread Rainer Jung
Please post your configuration. If the configuration is fine, set your redirector log level to debug, do one request with http and query parameter, one with https and query parameter and a third with https without query parameter and let us have a look at the redirector log file. Regards

Re: Tomcat IIS Redirector Issues with SSL and Query Strings

2007-08-02 Thread Antonio Santana
The main unique thing we have with IIS is a redirector on port 80 traffic so it is forced to 443 (SSL). Here is the log: [Thu Aug 02 14:20:53 2007] [5856:3368] [debug] map_uri_to_worker::jk_uri_worker_map.c (449): Attempting to map URI '/eservices-cert.sabre.com/jtest/john/jp.jsp' from 7 maps

isapi redirector

2007-06-12 Thread Michael Angelo
I check my isapi.log file and it says “/jsp-examples/ is a servlet ULR and should redirect to ajp13….” but I continue to get the error page 404. I have tried everything and cannot get this connect to work with Tomcat 5.5. Very frustrated and lost!! Can anyone help? Mike.

isapi redirector 404 error

2006-11-13 Thread Milan Hampl
I am using isapi_redirector in W2003, IIS6.0 and Apache tomcat 5.5.9 environment. Goal of this solution is to use active directory logon to use also in Apache application (Archibus web central). I tried a lot of variants of configuration files, such as workers.properties, uriworkers,

Tomcat IIS redirector seems to cause high CPU cycle

2006-11-09 Thread Low Kwok Leong
Hi all, I am using Tomcat IIS redirector v1.2.19 on a Windows 2000 server. This server runs IIS 5.0 as a web server and Tomcat 5.5.20 as application server. However I am facing a problem with the redirector which seems to cause high CPU cycle. When I access my application directly through

Re: Tomcat IIS redirector seems to cause high CPU cycle

2006-11-09 Thread Rémy Maucherat
http://issues.apache.org/bugzilla/show_bug.cgi?id=40909 Rémy - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

IIS and Tomcat Redirector.

2006-07-19 Thread sbell
Hello, I am having troubles setting up the Tomcat Redirector (binary version 1.2.15) on Windows 2000 server. Java 1.5_07 is installed, and I am using the base binary installation of Tomcat 5.5.17. After installing the redirector dll, I configured an isapi filter on my web site

<    1   2   3   >