There is a line in server.xml that looks like this: <Host name="localhost" blah blah blah>
And then farther down: </Host> That's a Host container. You want your Listener element within that container. The other Listener element goes under the line that looks like this: <Server port="8005" blah blah blah> Nothing goes near Engine for ApacheConfig. John -----Original Message----- From: Willard Farqwark [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 7:30 PM To: [EMAIL PROTECTED] Subject: Getting on port 80 question On Johns good HowTo, where in the xml file are the lines below? "" 3. in the Host container add the following Listener directive (yes, it looks very similar to the one above): <Listener className="org.apache.ajp.tomcat4.config.ApacheConfig" append="true" forwardAll="false" modJk="/usr/local/apache2/modules/mod_jk.so" /> " I have it in "" <!-- Define the top level container in our container hierarchy <Engine name="Standalone" defaultHost="support" debug="0"> <Listener className="org.apache.ajp.tomcat4.config.ApacheConfig" >snip> /> "" AND IT is not I get a 404 error thanks -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.434 / Virus Database: 243 - Release Date: 12/25/2002 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.434 / Virus Database: 243 - Release Date: 12/25/2002 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
