Hi!! Wich configuration is better for MaxtremeJava in Server.xml Tomcat configuration file? <Connector className="org.apache.tomcat.service.PoolTcpConnector"> <Parameter name="handler" value="org.apache.tomcat.service.http.HttpConnectionHandler"/> <Parameter name="port" value="8080"/> OR <Connector className="org.apache.tomcat.service.SimpleTcpConnector"> <Parameter name="handler" value="org.apache.tomcat.service.http.HttpConnectionHandler"/> <Parameter name="port" value="8080"/> Now, in definition "handler" to port 8080 Can I use others connectors like Ajp12 or Ajp13? Regards Mario _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
