Hi, we got an application has multiple Service, Engine and Host entries in server.xml. All Host sections share the same directory:
appBase="webapps" unpackWARs="true" autoDeploy="true" Each host contains Context-Section using docBase="webapps/appX" for diffenent applications appX. Is this a valid configuration (for Tomcat 7.0)? If yes, what should we expect to happen? We currently see and endless loop of application deployments that fail because the ports of the Service Connector is already in use. Thank you, Stefan Mayr --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org