you are using wicket filter or servlet? -igor
On Wed, Mar 11, 2009 at 6:04 AM, Goran Novak <gnovak....@gmail.com> wrote: > > Hi, > > I developed my application using Jetty server and URL mounting worked fine. > > When I deploy it on Websphere it still works but on the end of HTML > response > to browser, string "Error 404: SRVE0190E: File not found: /home" is > appended. > > I'm using: > - wicket 1.3.4 > - IBM WebSphere Application Server - ND, 6.0.2.17 Build Number: cf170648.10 > Build Date: 11/29/06 > - java version "1.5.0_12" (build 1.5.0_12-b04) > > Example of URL mount: > mount(new QueryStringUrlCodingStrategy("/home", HomePage.class)); > > End of source of return HTML: > html--------------------> > <?xml version='1.0' encoding='UTF-8'?> > <html> > <head> > ... > <!-- some HTML cut --> > ... > </table> > </body> > </html> > Error 404: SRVE0190E: File not found: /home > <--------------------html > > Does somebody have an idea what could be the problem? > Without URL mounting string does not apear on Websphere. > > -- > View this message in context: > http://www.nabble.com/URL-mounting-on-Websphere-causes-Error-404-tp22455795p22455795.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > >