Tomcat and IIS Web Server

2004-04-19 Thread Varley, Roger
Hi I have Tomcat running behind Microsofts IIS Web server. All requests go first to IIS and IIS forwards any URL specified in workers.properties to Tomcat. All standard stuff and it works well. I now need to use HTTPS to send a request to IIS which is going to be forwarded to Tomcat. My

Re: Tomcat and IIS Web Server

2004-04-19 Thread Daniel Gibby
IIS will handle the https. That means that actually the connection between IIS and tomcat is not secure, so take that into consideration as you make your decision. Varley, Roger wrote: Hi I have Tomcat running behind Microsofts IIS Web server. All requests go first to IIS and IIS forwards any

RE: Tomcat and IIS Web Server

2004-04-19 Thread Varley, Roger
IIS will handle the https. That means that actually the connection between IIS and tomcat is not secure, so take that into consideration as you make your decision. Thanks Daniel. Both the IIS server and Tomcat are located on the same server behind a firewall - so that really shouldn't

Re: Tomcat and IIS Web Server

2004-04-19 Thread Daniel Gibby
You're right. If you can trust your machine(s) and the users on them, then you should be secure enough. Varley, Roger wrote: IIS will handle the https. That means that actually the connection between IIS and tomcat is not secure, so take that into consideration as you make your decision.

Configuring Tomcat with IIS Web Server

2003-03-04 Thread Brewer, Michael
I'm working on Configuring Tomcat with IIS Web Server http://www.onjava.com/pub/a/onjava/2002/12/18/tomcat.htmlfrom O'Reilly Net. I think that I have followed everything exactly. I get a 404. tomcat is the first and only ISAPI redirector in my list, it has a green arrow. I've triple-checked my

RE: Configuring Tomcat with IIS Web Server

2003-03-04 Thread Varley, Roger
I'm working on Configuring Tomcat with IIS Web Server http://www.onjava.com/pub/a/onjava/2002/12/18/tomcat.htmlfro m O'Reilly Net. I think that I have followed everything exactly. I get a 404. tomcat is the first and only ISAPI redirector in my list, it has a green arrow. I've triple

RE: Configuring Tomcat with IIS Web Server

2003-03-04 Thread Jay Lee
by checking the log file iis_redirector.log. this should help and good luck. jay -Original Message- From: Brewer, Michael [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2003 7:03 AM To: [EMAIL PROTECTED] Subject: Configuring Tomcat with IIS Web Server I'm working on Configuring Tomcat

RE: Configuring Tomcat with IIS Web Server

2003-03-04 Thread Mark Eggers
Michael, There are three other issues that you need to be concerned about with IIS. 1. Make sure you set up virtual directories to point to the %TOMCAT_HOME%\webapps\appname for each Tomcat application you wish to serve via IIS. 2. Make sure your System account (which runs IIS) has read access