This is the second Service element added.

  |    <Service name="my.web" 
className="org.jboss.web.tomcat.tc5.StandardService">
  | 
  |       <Connector port="8181" address="10.0.2.23"
  |          maxThreads="250" strategy="ms" maxHttpHeaderSize="8192"
  |          emptySessionPath="true"
  |          enableLookups="false" redirectPort="8443" acceptCount="100"
  |          connectionTimeout="20000" disableUploadTimeout="true"/>
  | 
  |       <Connector port="8019" address="10.0.2.23"
  |          emptySessionPath="true" enableLookups="false" redirectPort="8443"
  |          protocol="AJP/1.3"/>
  | 
  |       <Engine name="my.web" defaultHost="vhost2">
  | 
  |         <Host name="vhost2" autoDeploy="false" deployOnStartup="false" 
deployXML="false">
  |              <Alias>xxx.domain.com</Alias>
  | 
  |                 <Valve className="org.apache.catalina.valves.AccessLogValve"
  |                        prefix="vhost2_busdev" suffix=".log" pattern="common"
  |                        directory="${jboss.server.home.dir}/log"/>
  | 
  |                 <DefaultContext cookies="true" crossContext="true" 
override="true"/>
  |         </Host>
  | 
  |       </Engine>
  |    </Service>
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026767#4026767

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4026767
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to