
Jboss
tujunlan
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
<转>Jboss jar包冲突及jar加载顺序
转自http://blog.163.com/javaee_chen/blog/static/17919507720116149511489 将一个完整的.war包部署到Jboss容器中,启动后报如下错误: 15:04:48,632 ERROR [ContextLoader] Context initialization failed org.springframework.beans...原创 2013-11-15 16:57:38 · 261 阅读 · 0 评论 -
Apache Tomcat Versions
Apache Tomcat is an open source software implementation of the Java Servlet and JavaServer Pages technologies. Different versions of Apache Tomcat are available for different versions of the Servlet...原创 2013-11-21 12:53:46 · 129 阅读 · 0 评论 -
Tomcat7使用log4j记录日志
具体步骤步骤参考 http://tomcat.apache.org/tomcat-7.0-doc/logging.html#Using_Log4j 简单说就是替换bin下的tomcat-juli.jar,把tomcat-juli-adapters.jar放到lib下,删除lib里原来的logging.properties,换成附件中的log4j.properties,重启 ...原创 2013-11-21 15:19:48 · 176 阅读 · 0 评论 -
tomcat中class加载顺序
Therefore, from the perspective of a web application, class or resource loading looks in the following repositories, in this order: Bootstrap classes of your JVM System class loader classes (descr...原创 2013-11-26 15:32:03 · 162 阅读 · 0 评论