如何在Jelastic中将Camunda BPM部署到Tomcat

时间:2014-02-16 06:30:33

标签: tomcat7 bpmn jelastic camunda

我想在运行Jelastic的Tomcat 7中设置Camunda-BPM。我跟着instructions。 现在的问题是Jelastic不允许将文件bpm-platform.xml添加到catalina-home / conf目录中。所以,当我启动tomcat时,我得到了

    ...
    Caused by: org.camunda.bpm.engine.ProcessEngineException: /opt/tomcat/conf/bpm-platform.xml does not exist. This file is necessary for deploying the camunda BPM platform

有人可以给我一个提示,我可以放置bpm-platform.xml以便BPM引擎启动吗?

1 个答案:

答案 0 :(得分:1)

您要查找的目录标记为' server'在Jelastic仪表板中 - 但遗憾的是,您无法通过仪表板将新文件上传到此目录(仅编辑现有文件)。

但是,您可以通过FTP(http://docs.jelastic.com/ftp-ftps-support)写入此目录,因此您应该能够以这种方式添加文件。

如果您目前只是使用试用帐户,则可能需要向您的托管服务提供商寻求帮助,以便从他们那里手动为您添加文件(因为试用帐户没有公共IP,因此可以&#39 ; t使用FTP)。