Hi Martijn, Thanks for the clue! I tried to use WicketServlet instead of WicketFilter in web.xml and it does fix the problem. I don't really know the issue of the WicketFilter or if it's related to the old bug in Websphere 6.0.x as mentioned in other answers (I am using 6.1.0.2).
BTW, I just got the question that what's the advantage of using WicketFilter over WicketServlet or if there is any difference behind? Or what pushes Wicket 1.3 to use WicketFilter? Thanks again, Julie Martijn Dashorst wrote: > > Or use WicketServlet implementation instead of the WicketFilter. > > Martijn > > On 8/22/07, Sean Sullivan <[EMAIL PROTECTED]> wrote: >> I had some problems running Wicket 1.3 in Websphere 6.0 >> >> Websphere 6.x had some servlet filter bugs that affected Wicket. You >> should >> try upgrading to a newer version of Websphere 6.1.x >> >> Sean >> >> On 8/21/07, juliez <[EMAIL PROTECTED]> wrote: >> > >> > >> > It's fairly easy to work with Wicket (1.3 beta2) using Jetty as the web >> > server. However, when I tried to do the same thing using IRAD and >> > Websphere, >> > I always got file not found or Error 404. Then I tried to deploy the >> > wicket-examples-1.3.0-beta2.war to Websphere (6.1.0.2 Build Number: >> > cf20633.22), the example can't work correctly too - got "Error 404: >> Error >> > reported: 404". >> > >> > Is there anything special need to be set for IBM's stuff? Any >> suggestion? >> > >> > >> > >> > > > -- > Wicket joins the Apache Software Foundation as Apache Wicket > Apache Wicket 1.3.0-beta2 is released > Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta2/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Does-anyone-develop-Wicket-app-using-IRAD-and-Websphere-tf4307950.html#a12277482 Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
