Following Wicket 1.5\'s lead, I\'m converting a project from Jetty 6.1.25 to 7.5.0.v20110901. My existing Start.java
contains the following setup, which I use to co
Starting with Jetty 7, the package name was changed from org.mortbay.jetty
to org.eclipse.jetty
.
In addition, org.eclipse.jetty.plus.webapp.Configuration
was renamed in version 7.2.0 and the new name is PlusConfiguration. I'm guessing this was done to avoid a name clash with org.eclipse.jetty.webapp.Configuration
.