|
Don't remove
it! (AJP12)
It says not
to in the docs. It is necessary for shutdown. Leave both configured, just make
sure the directives to use AJP 13 are in place then the presence of AJP 12 will
be irrelevant.
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
|