随笔 - 6  文章 - 129  trackbacks - 0
<2025年5月>
27282930123
45678910
11121314151617
18192021222324
25262728293031
1234567

常用链接

留言簿(14)

随笔档案(6)

文章分类(467)

文章档案(423)

相册

收藏夹(18)

JAVA

搜索

  •  

积分与排名

  • 积分 - 825153
  • 排名 - 49

最新评论

阅读排行榜

评论排行榜

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

posted on 2007-10-08 17:49 Ke 阅读(4374) 评论(0)  编辑  收藏 所属分类: ajax