我正在使用Spring 3.05
andDWR 3.0rc1
在我的应用程序中进行 AJAX 调用。在本地环境中,即 Eclipse 和 Tomcat 服务器,它工作正常,但在集群环境中,我在调用时遇到以下错误,DWR
并且脚本错误即将到来,说DWR
未定义,但我能够myApplication/dwr/index.html
正确看到。
错误日志:
由于 org.directwebremoting.create.ScriptedCreator 上的 NoClassDefFoundError 而跳过“脚本”。原因:org/apache/bsf/BSFException
由于 org.directwebremoting.beehive.PageFlowCreator 上的 ClassNotFoundException 而跳过“页面流”。原因:Beehive/Weblogic jar 文件不可用。
添加创建者类型:none = class org.directwebremoting.create.NullCreator
添加创建者类型:new = class org.directwebremoting.create.NewCreator
请帮帮我