[
https://issues.apache.org/jira/browse/GERONIMO-3721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12556404#action_12556404
]
Jacek Laskowski commented on GERONIMO-3721:
-------------------------------------------
The configuration file - config.xml should be changed as follows to let
Geronimo start up without troubles:
[EMAIL PROTECTED] /cygdrive/c/geronimo
$ diff var/config/config.xml var/config/config.xml.orig
209,210c209,210
< <module
name="org.apache.geronimo.configs/jetty6-clustering-wadi/2.1-SNAPSHOT/car"
load="false"/>
< <module
name="org.apache.geronimo.configs/wadi-clustering/2.1-SNAPSHOT/car"
load="false">
---
> <module
> name="org.apache.geronimo.configs/jetty6-clustering-wadi/2.1-SNAPSHOT/car"/>
> <module
> name="org.apache.geronimo.configs/wadi-clustering/2.1-SNAPSHOT/car">
250c250
< <module
name="org.apache.geronimo.configs/jetty6-clustering-builder-wadi/2.1-SNAPSHOT/car"
load="false">
---
> <module
> name="org.apache.geronimo.configs/jetty6-clustering-builder-wadi/2.1-SNAPSHOT/car">
> WADI modules prevent Geronimo from starting when offline
> --------------------------------------------------------
>
> Key: GERONIMO-3721
> URL: https://issues.apache.org/jira/browse/GERONIMO-3721
> Project: Geronimo
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: Clustering
> Affects Versions: 2.1
> Reporter: Jarek Gawor
>
> When offline the Geronimo server will not start becuase of failures in WADI
> modules. Once the WADI modules are disabled, the server starts up fine. This
> applies to both tomcat and jetty assemblies.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.