Hello,

I have a simple webapp that I'm trying to port to JBoss.  My web.xml 
includes this servlet mapping:

<servlet-mapping>
   <servlet-name>Example</servlet-name>
   <url-pattern>/control/*/person</url-pattern>
</servlet-mapping>

When I try this URL:

http://example.com/context/control/43434/person

I get a 404.

This pattern works in other containers (weblogic and resin).  Does 
anyone know of an issue with the url-pattern in jboss?  Is jboss correct 
here and the others broken?

Any tips or help would be greatly appreciated,
Thanks!
Seth

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to