Jetty 7: configuring JNDI for Start.java

前端 未结 2 579
盖世英雄少女心
盖世英雄少女心 2021-02-09 03:41

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

2条回答
  •  执念已碎
    2021-02-09 03:49

    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.

提交回复
热议问题