We are evaluating Camunda and in process of doing POC.
We already have a War application and we using Camunda BPMN embedded inside Spring based application.
Now we want to add cockpit also under our war file. Can you please share some link on what steps needs to be followed sp that we can add cockpit inside our Application war file.
I have gone through Camunda site and various other blogs but getting confused with the right steps.
Any pointers will be of great help.
Regards
Ashwin Shah
| <groupId>org.camunda.bpm.webapp</groupId> | |
| <artifactId>camunda-webapp-tomcat-standalone</artifactId> | |
| <packaging>war</packaging> |
On my vanilla Tomcat webapps folder I copied the camunda standalone war file but when I try to open the below url I am getting 404 error.As suggested by you I followed the below linksHi Thorben,Thank you for your quick reply.
Followed instruction from this below link
https://docs.camunda.org/manual/7.4/installation/standalone-webapplication/
Downloaded war file form below link->Camunda Standalone Webapp-> apache tomcat-> 7.4.0-Final
https://camunda.org/download/
Note: I do not see any error in Tomcat console or Tomcat log files.
Hi Ashwin Shah,
It is not required to install the shared engine BPM platform since the standalone web application bundles an embedded engine . Which link did you download the standalone web application from?
Cheers,
Thorben
Von: Ashwin Shah [mailto:on....@gmail.com]
Gesendet: Donnerstag, 4. Februar 2016 14:21
An: Thorben Lindhauer <thorben....@camunda.com>
Betreff: Re: How to add cockpit and Admin inside embedded spring implementation
Hi Thorben,
Yes I had renamed my camunda*.war file to camunda.war and tried the url but it did not work.
I followed the below documentation to make it work.
Doubt: Is it mandatory that we need to follow the Link1 suggested steps even for a standalone camunda cockpit to work.?
Regards
Ashwin Shah
On Thu, Feb 4, 2016 at 4:30 PM, <thorben....@camunda.com> wrote:
Hi Ashwin Shah,
on Tomcat, the servlet context path of a web application is the name of the war file (minus the .war). So, if you deploy a file named camunda-standalone.war, the URL Is going to be localhost:9080/camunda-standalone
Cheers,
Thorben
Am Donnerstag, 4. Februar 2016 11:55:15 UTC+1 schrieb Ashwin Shah:
Hi Thorben,
Thank you for your quick reply.
As suggested by you I followed the below links
Followed instruction from this below link
https://docs.camunda.org/manual/7.4/installation/standalone-webapplication/
Downloaded war file form below link->Camunda Standalone Webapp-> apache tomcat-> 7.4.0-Final
https://camunda.org/download/On my vanilla Tomcat webapps folder I copied the camunda standalone war file but when I try to open the below url I am getting 404 error.
Note: I do not see any error in Tomcat console or Tomcat log files.
Regards
Ashwin Shah