Re: How to set Wicket with embedded Jetty?

2011-02-07 Thread Attila Király
Hi Surapol, Try adding this before registering the filter: filterHolder.setInitParameter(WicketFilter.FILTER_MAPPING_PARAM, /*); It seems wicket is not parsing the web.xml if that init parameter is present. Attila 2011/2/7 Surapol Pairojtanachai sura...@bridsystems.com I can easily create

Re: How to set Wicket with embedded Jetty?

2011-02-07 Thread Surapol Pairojtanachai
Yes, it is working now. Thank you very much. Surapol On 02/07/2011 03:17 PM, Attila Király wrote: Hi Surapol, Try adding this before registering the filter: filterHolder.setInitParameter(WicketFilter.FILTER_MAPPING_PARAM, /*); It seems wicket is not parsing the web.xml if that init

Re: How to set Wicket with embedded Jetty?

2011-02-06 Thread James Carman
Why don't you try creating a quickstart (http://wicket.apache.org/start/quickstart.html) and just copy the code from the Start class that's provided for you there? On Sun, Feb 6, 2011 at 8:58 PM, Surapol Pairojtanachai sura...@bridsystems.com wrote: Please guide me on how to set Wicket to run

Re: How to set Wicket with embedded Jetty?

2011-02-06 Thread Surapol Pairojtanachai
It doesn't create wicket project with embedded jetty. By embedded jetty, I mean no web.xml file. Is this possible? Regards, Surapol On 02/07/2011 11:28 AM, James Carman wrote: Why don't you try creating a quickstart (http://wicket.apache.org/start/quickstart.html) and just copy the code from

Re: How to set Wicket with embedded Jetty?

2011-02-06 Thread James Carman
This is not a Wicket question, then. I'd try the Jetty mailing lists. On Sun, Feb 6, 2011 at 11:47 PM, Surapol Pairojtanachai sura...@bridsystems.com wrote: It doesn't create wicket project with embedded jetty. By embedded jetty, I mean no web.xml file. Is this possible? Regards, Surapol

Re: How to set Wicket with embedded Jetty?

2011-02-06 Thread Surapol Pairojtanachai
I can easily create embedded jetty project (java web project without WEB-INF and web.xml), hence a very modular web server for many purposes. No need to have configuration for a simple/quick fix and small web server. Only embedded jetty with Wicket that I cannot do. It seems Wicket is really