I had a problem with filter wicket and websphere and I solved the problem
this way:
<servlet>
<servlet-name>wicket.application</servlet-name>
<servlet-class>org.apache.wicket.protocol.http.WicketServlet</servlet-class>
<init-param>
<param-name>applicationClassName</param-name>
<param-value>myApplication</param-value>
</init-param>
</servlet>
<servlet-mapping>
<servlet-name>wicket.application</servlet-name>
<url-pattern>/*</url-pattern>
</servlet-mapping>
Only this and its work..
See and try.
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/wicket-1-5-4-on-websphere-7-tp4343774p4344270.html
Sent from the Users forum mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]