I use tomcat-apache.conf
 
Make sure your JkMount directives in httpd.conf refer to ajp13 rather than ajp12.
 
Then you should be in business.
-----Original Message-----
From: Sam T. [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 16, 2001 4:48 PM
To: [EMAIL PROTECTED]
Subject: Re: Q>included into httpd.conf_?

thanks,
what about the tomcat-apache.conf which one of them should be included in http.conf file?
sam
----- Original Message -----
Sent: Tuesday, January 16, 2001 10:37 PM
Subject: RE: Q>included into httpd.conf_?

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.
-----Original Message-----
From: Sam T. [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 16, 2001 4:42 PM
To: [EMAIL PROTECTED]
Subject: Q>included into httpd.conf_?

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