juliez 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?
> 
> Thanks,
> Julie
> 
I develop my wicket applications on windows/linux (with winstone servlet
container) and deploy on various application servers, including Tomcat and
Websphere (6.0.2.9 on iSeries). 6.0.x versions have bug that for filters it
uses class loader other then for web application. So the only solution with
6.0.x is to use wicket servlet. As far as I know this bug is fixed for 6.1.x
versions and probably your problem is not related to this bug. I recommend
to go through Websphere logs, if it says 404, then your application can't be
find in particular location.


-- 
View this message in context: 
http://www.nabble.com/Does-anyone-develop-Wicket-app-using-IRAD-and-Websphere-tf4307950.html#a12276655
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to