将jbpm4.4安装包中的jbpmeditor.war程序部署到tomcat6中,使用firebox6.0登录时http://localhost:8080/jbpmeditor/p/explore报错:
XML解析错误:不符合的记号.预期:</meta>。
位置:http://localhost:8080/jbpmeditor/p/explore
行:30,列:4: </head>
----------^
------解决方案--------------------
修改jbpmeditor\WEB-INF\web.xml
在下面加入你的浏览器版本支持信息,但是该浏览器未必就能支持
<context-param>
<description>Define a reg exp for all user agents which are supported for the editor</description>
<param-name>supportedBrowserEditor</param-name>
<param-value>Firefox[\/\s](3\.\d+
------解决方案--------------------
6\.\d)
------解决方案--------------------
AppleWebKit
------解决方案--------------------
Opera.9\.\d+</param-value>
</context-param>