随笔 - 6  文章 - 129  trackbacks - 0
<2025年7月>
293012345
6789101112
13141516171819
20212223242526
272829303112
3456789

常用链接

留言簿(14)

随笔档案(6)

文章分类(467)

文章档案(423)

相册

收藏夹(18)

JAVA

搜索

  •  

积分与排名

  • 积分 - 828895
  • 排名 - 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 阅读(4390) 评论(0)  编辑  收藏 所属分类: ajax