Re: Regarding using jetty 6 in wicket

2013-02-13 Thread Ernesto Reinaldo Barreiro
I think http://wicket.apache.org/start/quickstart.html for 1.4.21 will uses jetty 6.1.25. Use that quickstart and replace 1.4.x wicket with 6.x On Wed, Feb 13, 2013 at 3:05 PM, kshitiz wrote: > Hi, > > The code that you have described would only work for jetty 7 or above. For > jetty 6, the ja

RE: Regarding using jetty 6 in wicket

2013-02-12 Thread Colin Rogers
Can you not use the Wicket/Maven archetype? That has it all set up, has a Start.java - and uses Jetty version 7.6.3.v20120416 Cheers, Col. -Original Message- From: kshitiz [mailto:k.agarw...@gmail.com] Sent: 13 February 2013 06:16 To: users@wicket.apache.org Subject: Regarding using jett

Re: Regarding using jetty 6 in wicket

2013-02-12 Thread Francois Meillet
Have a look to http://jetty.codehaus.org/jetty/jetty-6/apidocs/index.html or import org.apache.wicket.util.time.Duration; import org.eclipse.jetty.http.ssl.SslContextFactory; import org.eclipse.jetty.server.Connector; import org.eclipse.jetty.server.Server; import org.eclipse.jetty.server.bio.So