chengbaoku

Results 1 issues of chengbaoku

启动服务,如下代码: System.setProperty("BASE_HOME", "src/main"); JettyServer.main(null); 访问:http://localhost:8080/superdiamond/,报错如下(源码文件目录没改动): com.opensymphony.module.sitemesh.factory.FactoryException: Cannot construct Factory : com.opensymphony.module.sitemesh.factory.DefaultFactory: java.lang.IllegalStateException: Cannot load excludes configuration file "/WEB-INF/decorators.xml" as specified in "sitemesh.xml" or "sitemesh-default.xml" at com.opensymphony.module.sitemesh.Factory.getInstance(Factory.java:50) at com.opensymphony.sitemesh.webapp.SiteMeshFilter.initContentProcessor(SiteMeshFilter.java:107) at com.opensymphony.sitemesh.webapp.SiteMeshFilter.doFilter(SiteMeshFilter.java:54)...