简体   繁体   English

如何在 Websphere 9.5 上运行 JBPM 7.48

[英]How to run JBPM 7.48 on Websphere 9.5

Anyone have experienced configure jbpm 7.48 on Websphere 9.5?有人在 Websphere 9.5 上配置过 jbpm 7.48 吗? Can help share the step with me?可以帮忙分享一下步骤吗?

I found some references but that one is an old version of jbpm, different from the latest one.我找到了一些参考资料,但那是 jbpm 的旧版本,与最新版本不同。

Also, I don't know how to create the war file for jbpm.另外,我不知道如何为 jbpm 创建war 文件。

Anyone can help me with this?任何人都可以帮助我吗?

If you refer to kie-server, you could generate it by yourself from如果你引用 kie-server,你可以自己生成它

https://github.com/kiegroup/droolsjbpm-integration/blob/master/kie-server-parent/kie-server-wars/ https://github.com/kiegroup/droolsjbpm-integration/blob/master/kie-server-parent/kie-server-wars/

with: mvn clean install -DskipTests (notice that you should build the whole repository from the parent)与: mvn clean install -DskipTests (请注意,您应该从父级构建整个存储库)

It will create kie-server-7.54.0-SNAPSHOT-ee7.war (for the current master branch) that it's the right one for Websphere.它将创建kie-server-7.54.0-SNAPSHOT-ee7.war (用于当前的 master 分支),它是 Websphere 的正确分支。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM