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 閱讀(4375)
評論(0) 編輯 收藏 所屬分類:
ajax