I think my url-pattern is incorrect in my components.xml can anyone tell me what it should
be.
<servlet-mapping>
<servlet-name>logout</servlet-name>
<url-pattern>/logout</url-pattern>
</servlet-mapping>
<web:context-filter url-pattern="/logout/*" />
I think I have tried most combinations now...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067377#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...