You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jeff Genender (JIRA)" <ji...@apache.org> on 2007/06/28 22:38:04 UTC

[jira] Closed: (GERONIMO-3184) Add support for

     [ https://issues.apache.org/jira/browse/GERONIMO-3184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeff Genender closed GERONIMO-3184.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0-M7

Added the ability to have LifecycleListeners.

Added LifecycleListenerGBean.

Added LifecycleListenerChain to the Container, Engine, Host, and Context.  Chain works in a similar fashion as a ValveChain.

For the geronimo-web.xml, there is a new parameter called <listener-chain> which also works just like the <valve-chain>

> 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
>            Assignee: Jeff Genender
>             Fix For: 2.0-M7
>
>
> 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.