I think autoDepoy was added for this. Set it to false.

Charlie

> -----Original Message-----
> From: marba [mailto:[EMAIL PROTECTED]]
> Sent: Friday, September 27, 2002 6:45 AM
> To: [EMAIL PROTECTED]
> Subject: multiple service tag in server.xml
> 
> 
> I'm trying to configure tomcat 4.1.10 (on win2k) to replay 
> with different
> root contexts on different connectors:
> - http on port 8080
> - http on port 8180
> - https on port 8443
> I can't figure out why ALL my contexts (defined in different 
> service tags)
> shows to ALL connectors/services
> (also all contexts are listed by admin and manager apps)
> Thank you
> Marco
> 
> follows my server-xml:
> 
> <?xml version='1.0' encoding='utf-8'?>
> <Server className="org.apache.catalina.core.StandardServer" 
> port="8005"
> debug="0"
> shutdown="SHUTDOWN">
>   <GlobalNamingResources>
>     ....
>   </GlobalNamingResources>
>   <Service 
> className="org.apache.catalina.core.StandardService" debug="0"
> name="Tomcat-8443">
>     <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
> redirectPort="8443"
> address="localhost" bufferSize="2048" port="8443" 
> connectionTimeout="60000"
> scheme="https"
> enableLookups="false" secure="true"
> protocolHandlerClassName="org.apache.coyote.http11.Http11Proto
> col" debug="9"
> proxyPort="0"
> maxProcessors="20" minProcessors="5" tcpNoDelay="true" 
> acceptCount="10"
> useURIValidationHack="true">
>       <Factory
> className="org.apache.coyote.tomcat4.CoyoteServerSocketFactory"
> rootFile="C:\Documents and Settings\marba\root.pem" keystoreType="JKS"
> keystorePass="changeit"
> clientAuth="false" randomFile="C:\Documents and 
> Settings\marba\random.pem"
> keystoreFile="C:\Documents and Settings\marba\.keystore" 
> protocol="TLS"/>
>     </Connector>
> 
>     <Engine className="org.apache.catalina.core.StandardEngine"
> mapperClass="org.apache.catalina.core.StandardEngineMapper" debug="0"
> defaultHost="localhost"
> name="Engine-8443">
>       <Host className="org.apache.catalina.core.StandardHost"
> appBase="webapps" liveDeploy="true"
> mapperClass="org.apache.catalina.core.StandardHostMapper" 
> autoDeploy="true"
> configClass="org.apache.catalina.startup.ContextConfig"
> errorReportValveClass="org.apache.catalina.valves.ErrorReportValve"
> debug="0" deployXML="true"
> contextClass="org.apache.catalina.core.StandardContext" 
> unpackWARs="true"
> name="localhost">
>  <Context
> ...
> </Context>
>  <Context
> ...
>  </Context>
>       </Host>
>     </Engine>
>   </Service>
> 
>   <Service 
> className="org.apache.catalina.core.StandardService" debug="0"
> name="Tomcat-8080">
> <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
> redirectPort="8443"
> address="localhost" bufferSize="2048" port="8080" 
> connectionTimeout="20000"
> scheme="http"
> enableLookups="false" secure="false"
> protocolHandlerClassName="org.apache.coyote.http11.Http11Proto
> col" debug="9"
> proxyPort="0"
> maxProcessors="75" minProcessors="5" tcpNoDelay="true" 
> acceptCount="10"
> useURIValidationHack="false">
>       <Factory
> className="org.apache.catalina.net.DefaultServerSocketFactory"/>
>     </Connector>
> 
>     <Engine className="org.apache.catalina.core.StandardEngine"
> mapperClass="org.apache.catalina.core.StandardEngineMapper" debug="0"
> defaultHost="localhost"
> name="Engine-800">
>       <Host className="org.apache.catalina.core.StandardHost"
> appBase="webapps" liveDeploy="true"
> mapperClass="org.apache.catalina.core.StandardHostMapper" 
> autoDeploy="true"
> configClass="org.apache.catalina.startup.ContextConfig"
> errorReportValveClass="org.apache.catalina.valves.ErrorReportValve"
> debug="0" deployXML="true"
> contextClass="org.apache.catalina.core.StandardContext" 
> unpackWARs="true"
> name="localhost">
>  <Context
> ...
>  </Context>
>  <Context
> ..
>  </Context>
>       </Host>
>     </Engine>
>   </Service>
> 
> </Server>
> 
> 
> 
> 
> --
> To unsubscribe, e-mail:   
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: 
> <mailto:[EMAIL PROTECTED]>
> 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to