RE: IIS+Tomcat Port issue

2001-08-07 Thread Michael Wentzel
I've the following scenario... IIS listening on port 80. Tomcat listening on port 8080. How do I restrict the users accessing Tomcat directly? What configuration changes do I've to do in order to accomplish this? As long as your IIS-Tomcat connector is configured correctly you can

RE: IIS+Tomcat Port issue

2001-08-07 Thread Jeff Rancier
Do you mean on port 8080? Jeff -Original Message- From: Ratnakar Palle [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 07, 2001 12:47 PM To: [EMAIL PROTECTED] Subject: IIS+Tomcat Port issue Hi Tomcat-Users, I've the following scenario... IIS listening on port 80. Tomcat listening on

RE: IIS+Tomcat Port issue

2001-08-07 Thread Jeff Rancier
Comment out the following: Connector className=org.apache.tomcat.service.PoolTcpConnector Parameter name=handler value=org.apache.tomcat.service.http.HttpConnectionHandler/ Parameter name=port value=8080/ /Connector And restart Tomcat.

RE: IIS+Tomcat Port issue

2001-08-07 Thread Michael Wentzel
Do you mean on port 8080? Jeff That's the only HttpConnector you mentioned you were using --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com

RE: IIS+Tomcat Port issue

2001-08-07 Thread Jeff Rancier
That's in your server.xml file. -Original Message- From: Jeff Rancier [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 07, 2001 1:34 PM To: [EMAIL PROTECTED] Subject: RE: IIS+Tomcat Port issue Comment out the following: Connector className