Re: Does anyone develop Wicket app using IRAD and Websphere

2007-08-22 Thread Martijn Dashorst
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]



Re: Does anyone develop Wicket app using IRAD and Websphere

2007-08-22 Thread shumbola



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]



Does anyone develop Wicket app using IRAD and Websphere

2007-08-21 Thread juliez

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
-- 
View this message in context: 
http://www.nabble.com/Does-anyone-develop-Wicket-app-using-IRAD-and-Websphere-tf4307950.html#a12263560
Sent from the Wicket - User mailing list archive at Nabble.com.


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