User development,
A new message was posted in the thread "Endpoint not registering":
http://community.jboss.org/message/519898#519898
Author : Peter Johnson
Profile :
http://community.jboss.org/people/peterj
Message:
--------------------------------------------------------------
Also try changing your sevlet mapping, I don't know if a '*' is allowed:
<servlet-mapping>
<servlet-name>foobar</servlet-name>
<url-pattern>/foo</url-pattern>
</servlet-mapping>
Also, drop the listener and the conetext-param. I'm not sure if they are causing a
problem or not, but why take a chance when you don't absolutely need them.
--------------------------------------------------------------
To reply to this message visit the message page:
http://community.jboss.org/message/519898#519898