RE: Multiple services in single Tomcat instance

2005-04-21 Thread Gary Hirschhorn
: Wednesday, April 20, 2005 2:12 AM To: 'Tomcat Users List' Subject: RE: Multiple services in single Tomcat instance Try this Service name=RequestsFromPort6000 Connector protocol=HTTP/1.1 port=6000/ Engine debug=0 defaultHost=localhost name=Standalone Host appBase=c:\projects name

Re: Multiple services in single Tomcat instance

2005-04-21 Thread Charles Harvey III
Message- From: Raghupathy,Gurumoorthy [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 20, 2005 2:12 AM To: 'Tomcat Users List' Subject: RE: Multiple services in single Tomcat instance Try this Service name=RequestsFromPort6000 Connector protocol=HTTP/1.1 port=6000/ Engine debug=0

RE: Multiple services in single Tomcat instance

2005-04-21 Thread Darryl Wilburn
: RE: Multiple services in single Tomcat instance We are using all of the following URL formats to access Tomcat. There is a singe IP address on the machine, and a single domain name registered for the IP address. http://localhost:6000/app6000 http://localhost:7000/app7000 http

RE: Multiple services in single Tomcat instance

2005-04-21 Thread Gary Hirschhorn
21, 2005 11:31 AM To: Tomcat Users List Subject: RE: Multiple services in single Tomcat instance Do you not have to specify the className in the service? className=org.apache.coyote.tomcat4.CoyoteConnector? Darryl --- Gary Hirschhorn [EMAIL PROTECTED] wrote: Thanks for the response. However

RE: Multiple services in single Tomcat instance

2005-04-21 Thread Gary Hirschhorn
Thank you very much. That did the trick. -Original Message- From: Charles Harvey III [mailto:[EMAIL PROTECTED] Sent: Thursday, April 21, 2005 10:08 AM To: Tomcat Users List Subject: Re: Multiple services in single Tomcat instance Try changing your Engine names to match your Service

RE: Multiple services in single Tomcat instance

2005-04-20 Thread Raghupathy,Gurumoorthy
deployOnStartup=false Context docBase=app7000 path=/app7000 reloadable=false/ /Host /Engine /Service -Original Message- From: Gary Hirschhorn [mailto:[EMAIL PROTECTED] Sent: 19 April 2005 16:58 To: Tomcat Users List Subject: RE: Multiple services in single Tomcat instance

Multiple services in single Tomcat instance

2005-04-19 Thread Gary Hirschhorn
We would like to have a single Tomcat instance running as a web server that allows requests received on one port to go to one context and requests on another port to go to a second context. Is there a way to do this? We tried putting the following in our server.xml, but requests meant for the

RE: Multiple services in single Tomcat instance

2005-04-19 Thread Raghupathy,Gurumoorthy
How are you accessing tomcat ? http://localhost:7000/ http://localhost:6000/ ??? -Original Message- From: Gary Hirschhorn [mailto:[EMAIL PROTECTED] Sent: 19 April 2005 15:34 To: tomcat-user@jakarta.apache.org Subject: Multiple services in single Tomcat instance We would like to have

RE: Multiple services in single Tomcat instance

2005-04-19 Thread Gary Hirschhorn
://machinename.hostname.com:7000/app7000 -Original Message- From: Raghupathy,Gurumoorthy [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 19, 2005 7:56 AM To: 'Tomcat Users List' Subject: RE: Multiple services in single Tomcat instance How are you accessing tomcat ? http://localhost:7000/ http://localhost