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
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
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
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
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?