mika wrote:
Sorry, I did not want to confuse you too much. My real geronimo-application.xml:<?xml version="1.0" encoding="UTF-8"?> <application xmlns="http://geronimo.apache.org/xml/ns/j2ee/application-1.1" xmlns:web="http://geronimo.apache.org/xml/ns/j2ee/web-1.1" xmlns:openejb="http://www.openejb.org/xml/ns/openejb-jar-2.1" application-name="Connector"> <environment></environment> <module> <ejb>ccserver.jar</ejb> <alt-dd>dds/openejb-jar.xml</alt-dd> <!-- <openejb:emptyType/> --> </module> <module> <web>csample.war</web> <alt-dd>dds/geronimo-web-tcsample.xml</alt-dd> <!-- <web:context-root>/sample</web:context-root> --> </module> <module> <web>ccserver.war</web> <alt-dd>dds/geronimo-web-tcserver.xml</alt-dd> <!-- <web:context-root>/transconnect</web:context-root> --> </module> <module> <web>wsci.war</web> <alt-dd>dds/geronimo-web-wsci.xml</alt-dd> <!-- <web:context-root>/service</web:context-root> --> </module> </application> Is there anything to write between the <environment>-tags?
The moduleId I mentioned in my last mail and maybe dependency settings to libraries in the repository if some of them used. http://cwiki.apache.org/GMOxDOC11/deployment-plans.html Thanks, Mario
