服务器加载spring配置文件报context:component-scan节点未声明解决方法

摘要: 关于jboss服务器启动,spring配置文件加载报错解决方法The matching wildcard is strict, but no declaration can be found for element 'context:component-scan'.spring配置文件代码: ... 阅读全文
posted @ 2015-08-01 15:03 qq752802762 阅读(954) 评论(0) 推荐(0)

关于jetty服务器默认首页和端口设置

摘要: 一、jetty服务器部署、启动成功后,在浏览器输入http://localhost:8080/ 可以直接访问到jetty欢迎首页。这是因为在Jetty包中默认带了一个test.war的应用,在${JETTY_HOME}/webapps目录下可以找到这个文件,在启动Jetty服务的时候默认已经部署了t... 阅读全文
posted @ 2015-07-27 11:55 qq752802762 阅读(11391) 评论(0) 推荐(0)