You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by juliez <ju...@yahoo.com> on 2007/08/21 23:20:56 UTC

Does anyone develop Wicket app using IRAD and Websphere

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: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Does anyone develop Wicket app using IRAD and Websphere

Posted by shumbola <sh...@yahoo.com>.


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: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Does anyone develop Wicket app using IRAD and Websphere

Posted by Igor Vaynberg <ig...@gmail.com>.
search the list, this has been discussed a few times already.

-igor


On 8/22/07, juliez <ju...@yahoo.com> wrote:
>
>
> 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 <se...@seansullivan.com> 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 <ju...@yahoo.com> 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: users-unsubscribe@wicket.apache.org
> > For additional commands, e-mail: users-help@wicket.apache.org
> >
> >
> >
>
> --
> 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: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

Re: Does anyone develop Wicket app using IRAD and Websphere

Posted by juliez <ju...@yahoo.com>.
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 <se...@seansullivan.com> 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 <ju...@yahoo.com> 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: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
> 
> 
> 

-- 
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: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Does anyone develop Wicket app using IRAD and Websphere

Posted by Martijn Dashorst <ma...@gmail.com>.
Or use WicketServlet implementation instead of the WicketFilter.

Martijn

On 8/22/07, Sean Sullivan <se...@seansullivan.com> 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 <ju...@yahoo.com> 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: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Does anyone develop Wicket app using IRAD and Websphere

Posted by Sean Sullivan <se...@seansullivan.com>.
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 <ju...@yahoo.com> 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?
>
>
>