Hi all, now Geronimo says that it can't initialize webapp GBean for myserver.war... You must consider that I'm not as strong to Geronimo as you!
my geronimo-web.xml: <?xml version="1.0" encoding="UTF-8"?> <web-app xmlns="http://geronimo.apache.org/xml/ns/j2ee/web-1.1"> <environment> <moduleId> <artifactId>mySERVERwebAPP</artifactId> </moduleId> </environment> <context-root>/transconnect</context-root> <security-realm-name>geronimo-properties-realm</security-realm-name> <security> <default-principal> <principal name="anonymous" class="org.apache.geronimo.security.realm.providers.GeronimoUserPrincipal" /> </default-principal> <role-mappings> <role role-name="AdminRole"> <principal name="administrators" designated-run-as="true" class="org.apache.geronimo.security.realm.providers.GeronimoGroupPrincipal" /> <principal name="root" class="org.apache.geronimo.security.realm.providers.GeronimoUserPrincipal" /> </role> </role-mappings> </security> <ejb-ref> <ref-name>ejb/clientInterface</ref-name> <pattern> <artifactId>ejb</artifactId> <name>ClientInterfaceJAR/EJBClientInterfaceEJB</name> </pattern> </ejb-ref> <!-- <gbean name="ejb/clientInterface" class="com.sqlgmbh.tcsap.ci.EJBClientInterfaceHome" /> --> </web-app> and my error-message: Using GERONIMO_BASE: C:\ApplicationServers\geronimo-1.1 Using GERONIMO_HOME: C:\ApplicationServers\geronimo-1.1 Using GERONIMO_TMPDIR: C:\ApplicationServers\geronimo-1.1\var\temp Using JRE_HOME: C:\Programme\Java\jre1.5.0_06 Error: Unable to distribute transconnect.ear: Unable to initialize webapp GBean for myserver.war Qualifier patterns in the URLPatternSpec cannot match the first URLPattern What is the reason for this message? -- thanks a lot again mika Echte DSL-Flatrate dauerhaft für 0,- Euro*! "Feel free" mit GMX DSL! http://www.gmx.net/de/go/dsl
