You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Michael Malgeri (JIRA)" <ji...@apache.org> on 2007/05/22 22:51:17 UTC

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

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.


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

Posted by "Jeff Genender (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Jeff Genender (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-3184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeff Genender reassigned GERONIMO-3184:
---------------------------------------

    Assignee: Jeff Genender

> 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
>         Assigned To: Jeff Genender
>
> 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.