JDK 1.5 + TOMCAT 5.5 + DWR 2
启动TOMCAT时,控制台提示以下信息
INFO : Probably not an issue: org.jdom.Document is not available so the jdom converter will not load. This is only an problem if you wanted to use it
但操作没有问题了... ...
在网上搜了一下解决方法:
1) put the xalan.jar in the endorsed folder for tomcat
2) use the following jvm args: -Djavax.xml.transform.TransformerFactory=com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl
probably not an issue org.jdom.document
本文记录了在使用JDK1.5、TOMCAT5.5及DWR2进行部署时遇到的问题及解决方法。主要问题是控制台提示关于org.jdom.Document不可用的警告。文中提供了两种解决方案:一是将xalan.jar放置到Tomcat的endorsed文件夹中;二是通过设置JVM参数。
652

被折叠的 条评论
为什么被折叠?



