EmbededJettywithJSP-创新互联
Simp
网站名称:EmbededJettywithJSP-创新互联
链接URL:http://scyanting.com/article/ccpeej.html
- public static void main(String[] args) throws Exception {
- Server server = new Server(8082);
-
- Configuration.ClassList classlist = Configuration.ClassList.setServerDefault(server);
- classlist.addBefore("org.eclipse.jetty.webapp.JettyWebXmlConfiguration",
- "org.eclipse.jetty.annotations.AnnotationConfiguration" );
-
- WebAppContext context = new WebAppContext("src/main/webapp", "/");
- server.setHandler(context);
- server.start();
- }
网站名称:EmbededJettywithJSP-创新互联
链接URL:http://scyanting.com/article/ccpeej.html