[mod_cluster-issues] [JBoss JIRA] Updated: (MODCLUSTER-187) ModClusterListener not working with Embedded Tomcat 6

Galder Zamarreño (JIRA) jira-events at lists.jboss.org
Tue Oct 5 03:04:40 EDT 2010


     [ https://jira.jboss.org/browse/MODCLUSTER-187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Galder Zamarreño updated MODCLUSTER-187:
----------------------------------------

    Attachment: TomcatContainer.java


Find attached the code that starts the Tomcat container with the ModClusterListener.

The rest of dependencies, if needed, can be found in Arquillian source code: http://github.com/arquillian/arquillian

I've had to add the following two dependencies:

      <dependency>
         <groupId>org.jboss</groupId>
         <artifactId>jboss-common-core</artifactId>
         <version>${version.jboss.common.core}</version>
      </dependency>

      <dependency>
         <groupId>org.jboss.mod_cluster</groupId>
         <artifactId>mod_cluster</artifactId>
         <version>${version.mod_cluster}</version>
      </dependency>

With versions:

      <version.jboss.common.core>2.2.14.GA</version.jboss.common.core>
      <version.mod_cluster>1.1.0.Final</version.mod_cluster>

To test this container, you can simply run org.jboss.arquillian.container.tomcat.embedded_6.TomcatEmbeddedInContainerTestCase

Let me know if you need more info :)

> ModClusterListener not working with Embedded Tomcat 6
> -----------------------------------------------------
>
>                 Key: MODCLUSTER-187
>                 URL: https://jira.jboss.org/browse/MODCLUSTER-187
>             Project: mod_cluster
>          Issue Type: Bug
>    Affects Versions: 1.1.0.Final
>            Reporter: Galder Zamarreño
>            Assignee: Jean-Frederic Clere
>         Attachments: TomcatContainer.java
>
>
> ModClusterListener does not work with embedded Tomcat.
> The listener does not seem to get called and hence it does not connect to mod_cluster httpd proxy.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the mod_cluster-issues mailing list