RE: Multiple services in single Tomcat instance

2005-04-21 Thread Gary Hirschhorn
name=Standalone Host appBase=c:\projects name=localhost unpackWARs=false autoDeploy=false deployOnStartup=false Context docBase=app7000 path=/app7000 reloadable=false/ /Host /Engine /Service -Original Message- From: Gary Hirschhorn [mailto:[EMAIL PROTECTED

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
- From: Gary Hirschhorn [mailto:[EMAIL PROTECTED] Sent: 19 April 2005 16:58 To: Tomcat Users List Subject: 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

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 Gary Hirschhorn
: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 a single Tomcat instance running as a web server that allows requests

Tomcat 5.0.27 Win2k sp4, service.bat JVM Options

2004-08-18 Thread Gary Hirschhorn
I made the following changes to customize service.bat for 5.0.27 running under Windows XP 1) To allow allow compilation of JSPs, changed PR_CLASSPATH to include J2SDK tools.jar: Before: set PR_CLASSPATH=%CATALINA_HOME%\bin\bootstrap.jar After: set