dwinterfeldt    01/07/08 19:51:01

  Added:       contrib/validator/conf/test/tomcat testserver-32.xml
                        testserver-40.xml
  Log:
  Adding Struts Validator.
  
  Revision  Changes    Path
  1.1                  
jakarta-struts/contrib/validator/conf/test/tomcat/testserver-32.xml
  
  Index: testserver-32.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  
  <Server>
  
    <!-- Note: the @out.server.dir@ will be replaced (by Ant) to the root -->
    <!-- directory that we use for testing J2EEUnit with Tomcat           -->
  
    <ContextManager home="@server.root@" debug="0" workDir="work" showDebugInfo="true" 
>
  
      <ContextInterceptor className="org.apache.tomcat.context.AutoSetup" />
      <ContextInterceptor className="org.apache.tomcat.context.WebXmlReader" />
      <ContextInterceptor className="org.apache.tomcat.context.LoaderInterceptor" />
      <ContextInterceptor className="org.apache.tomcat.context.DefaultCMSetter" />
      <ContextInterceptor className="org.apache.tomcat.context.WorkDirInterceptor" />
      <RequestInterceptor className="org.apache.tomcat.request.SessionInterceptor" 
noCookies="false" />
      <RequestInterceptor className="org.apache.tomcat.request.SimpleMapper1" 
debug="0" />
      <RequestInterceptor className="org.apache.tomcat.request.InvokerInterceptor" 
debug="0" prefix="/servlet/" />
      <RequestInterceptor className="org.apache.tomcat.request.StaticInterceptor" 
debug="0" suppress="false" />
      <RequestInterceptor 
className="org.apache.tomcat.session.StandardSessionInterceptor" />
      <RequestInterceptor className="org.apache.tomcat.request.AccessInterceptor" 
debug="0" />
      <RequestInterceptor className="org.apache.tomcat.request.SimpleRealm" debug="0" 
/>
      <ContextInterceptor 
className="org.apache.tomcat.context.LoadOnStartupInterceptor" />
      <Connector className="org.apache.tomcat.service.PoolTcpConnector">
          <Parameter name="handler" 
value="org.apache.tomcat.service.http.HttpConnectionHandler"/>
          <Parameter name="port" value="8080"/>
      </Connector>
      <Connector className="org.apache.tomcat.service.PoolTcpConnector">
          <Parameter name="handler" 
value="org.apache.tomcat.service.connector.Ajp12ConnectionHandler"/>
          <Parameter name="port" value="8007"/>
      </Connector>
      <Context path="" docBase="" debug="0" />
  
    </ContextManager>
  </Server>
  
  
  1.1                  
jakarta-struts/contrib/validator/conf/test/tomcat/testserver-40.xml
  
  Index: testserver-40.xml
  ===================================================================
  <Server port="8005" shutdown="SHUTDOWN" debug="0">
  
    <Service name="Tomcat-Standalone">
  
      <Connector className="org.apache.catalina.connector.http.HttpConnector"
                 port="8080" minProcessors="5" maxProcessors="75"
                 acceptCount="10" debug="0"/>
  
      <Engine name="Standalone" defaultHost="localhost" debug="0">
  
        <Realm className="org.apache.catalina.realm.MemoryRealm" />
  
        <Host name="localhost" debug="0" appBase="@server.root@/webapps">
        </Host>
  
      </Engine>
  
    </Service>
  
  </Server>
  
  
  

Reply via email to