本文介绍了在Glassfish中部署Guvnor的步骤的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
当我尝试将Guvnor部署到Glassfish时,遇到了与此处相同的问题>.
When I had tried deploying Guvnor onto Glassfish, I hit the same problem as here.
如果有人成功完成了部署,将最新版本的Guvnor(例如5.4)部署到最新版本的Glassfish(例如3.1)的步骤是什么?
If anyone has performed a successful deployment, what are the steps to deploy a recent version of Guvnor (e.g. 5.4) to a recent version of Glassfish (e.g. 3.1)?
推荐答案
部署Guvnor 5.4的步骤是:
The steps for deploying Guvnor 5.4 are:
- 获取guvnor-5.4.0.Final-jboss-as-7.0.war二进制war文件
- 从二进制war文件中删除WEB-INF/lib/javassist-3.14.0-GA.jar
- 将glassfish-web.xml文件添加到WEB-INF 请参阅此处
- 用此
- 重新打包二进制war文件并部署到glassfish
- Take the guvnor-5.4.0.Final-jboss-as-7.0.war binary war file
- Remove WEB-INF/lib/javassist-3.14.0-GA.jar from the binary war file
- Add the a glassfish-web.xml file to WEB-INF see here
- Replace WEB-INF/web.xml with this
- Repackage the binary war file and deploy to glassfish
我在git hub上有一个项目,该项目可自动创建特定于glassfish版本的guvnor.请参阅此处以获取更多信息:链接
I have a project on git hub that automates creating a glassfish specific version of guvnor. See here for more information: link
这篇关于在Glassfish中部署Guvnor的步骤的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!