hi all,
I really need help;
1. in my httpd.conf should I include both this two lines
include C:/javaLine/tomcat/conf/tomcat-apache.conf
include C:/javaLine/tomcat/conf/tomcat.conf
2. [ I prefer to use Ajp13 but tomcat ] I change from Ajp12 to Ajp13 ,i.e I remove the Ajp12 connector,but
 it creates a problem when I shut down  tomcat,what can I do?my server.xml (below)
 <Connector className="org.apache.tomcat.service.PoolTcpConnector">
  <Parameter name="handler" value="org.apache.tomcat.service.connector.Ajp13ConnectionHandler"/>
  <Parameter name="port" value="8009"/>
 </Connector>
thanks
sam

Reply via email to