firewall setting for AJP1.3 connector

2007-05-03 Thread Swaroop George
I have a machine sitting in the DMZ with IIS 6.0 as the web server. I am trying to redirect request to an internal server running Tomcat sitting behind the firewall using isapi_redirect.dll I have opened up port 8009 which is defined as the AJP1.3 connector in the server.xml. 8009 has been opened

badly need help on some issues with jakarta Tomcat Connector for IIS

2007-04-23 Thread Swaroop George
Context: I am trying to setup a reverse proxy solution from a DMZ server to an internal server. The DMZ server is running Windows 2003(32 bit) with IIS 6.0. The internal server is another Windows 2003 box running a JBoss/Tomcat app server. Additional complexity: The product is Learning Management

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 T

Re: Jakarta Tomcat Connector on IIS

2007-04-19 Thread Swaroop George
Jakarta Tomcat Connector version - jk-1.2.22 for win64 http://www.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/win64/jk-1.2.22/ia64/ IIS 6.0 running on Windows 2003 On 4/19/07, Peter Crowther <[EMAIL PROTECTED]> wrote: > From: Swaroop George [mailto:[EMAIL PROTECTED] > I

Jakarta Tomcat Connector on IIS

2007-04-19 Thread Swaroop George
I have an IIS server sitting in the DMZ and I need to be able to redirect all incoming requests to a Tomcat server in the in the internal network. I know that isapi_redirect.dll is the way to go about it. My question is 1) Does the DMZ server need a Tomcat installation for the redirect to work?