Add support for <Listener>
---------------------------
Key: GERONIMO-3184
URL: https://issues.apache.org/jira/browse/GERONIMO-3184
Project: Geronimo
Issue Type: New Feature
Security Level: public (Regular issues)
Components: Tomcat
Reporter: Michael Malgeri
In tomcat if the following line, among other things, is added to the serve.xml
file
<Listener className="org.apache.jk.config.ApacheConfig"
modJk="/usr/lib/apache2/modules/mod_jk.so"
workersConfig="/etc/apache2/workers.properties"/>
Tomcat will auto generate a mod_jk.conf file in the
/usr/lib/apache-tomcat/conf/auto/ directory
The procedure is described at the following URL
http://www.howtoforge.com/apache2_tomcat5_mod_jk
Geronimo currently does not support the <Listener> tag in the config.xml file
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.