Logo of Bento frameworkspaceObject Oriented Programming


Example of server.xml for Apache Tomcat 4


<Connector
   className="org.apache.ajp.tomcat4.Ajp13Connector"
   port="8009"
   address="127.0.0.1"
   minProcessors="5"
   maxProcessors="75"
   acceptCount="10"
   debug="0"/>

<Engine
   name="Standalone"
   defaultHost="localhost"
   debug="0">

   <Host name="localhost" debug="0"
      appBase="/home/foo/webapps/example01"
      autoDeploy="false">


Copyright © 1997-2007 OOP-Research CorporationTM, All Rights Reserved.