Can you comment out the
<security-realm-name>geronimo-properties-realm</security-realm-name>
element as suggested before, in your geronimo-web.*.xml not the standard
web.xml ?
Thanks,
Mario
mika wrote:
Well, I make the neccessary changes, but the error is the same like B4 (before
;-))!
I changed the geronimo-web-csample.xml's in the following way (and the other
xml's referring to their name too):
<?xml version="1.0" encoding="UTF-8"?>
<web-app
xmlns="http://geronimo.apache.org/xml/ns/j2ee/web-1.1">
<environment>
<moduleId>
<groupId>com.myapps</groupId>
<artifactId>csample</artifactId>
<version>1.0</version>
<type>war</type>
</moduleId>
</environment>
<context-root>/sample</context-root>
<security-realm-name>geronimo-properties-realm</security-realm-name>
<ejb-ref>
<ref-name>ejb/clientInterface</ref-name>
<pattern>
<artifactId>ejb</artifactId>
<name>ClientInterfaceJAR/EJBClientInterfaceEJB</name>
</pattern>
</ejb-ref>
</web-app>
But like said, the error remains the same:
Error: Unable to distribute connector.ear: Unable to initialize
webapp GBean for ccserver.war
Qualifier patterns in the URLPatternSpec cannot match the first
URLPattern
There was created in the repository-folder a folder like
com/myapp/TCapplication/1.0 like in geronimo-application.xml mentioned.
But this folder is empty!
The environment-tags in <EAR>/META-INF/geronimo-application.xml looks like:
<environment>
<moduleId>
<groupId>com.myapps</groupId>
<artifactId>TCapplication</artifactId>
<version>1.0</version>
<type>ear</type>
</moduleId>
</environment>
Are these changes valid? What is the reason for the error? It seems, that G 1.1
can't deploy the ccserver.war...
Thanks a lot,
mika