Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2016 05:54 AM
Hi,
I have just installed the new activiti-app.war in a docker based tomcat:latest container. Not the activiti-rest.war as I think that is not needed when I am using the gui since the engine seems to be packed with the activiti-app also…
Based on one of the forum msg I have modified the log4j properties, so managed to get it up running. (fix filename was defined)
Now I am at the GUI (http://localhost:8080/activiti-app/index.html#/) but nothing happens when I click on any of the app.
No error in the logfiles, no http error in the response
Anythin I may do wrong?
Thanx for the help
sas
I have just installed the new activiti-app.war in a docker based tomcat:latest container. Not the activiti-rest.war as I think that is not needed when I am using the gui since the engine seems to be packed with the activiti-app also…
Based on one of the forum msg I have modified the log4j properties, so managed to get it up running. (fix filename was defined)
Now I am at the GUI (http://localhost:8080/activiti-app/index.html#/) but nothing happens when I click on any of the app.
No error in the logfiles, no http error in the response
Anythin I may do wrong?
Thanx for the help
sas
Labels:
- Labels:
-
Archive
1 ACCEPTED ANSWER
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-27-2016 05:45 AM
Hi,
This was a combination of two or three problem:
- browser -> for some reason I had to close all windows and start again. Maybe some cookie was still there from my many tries ?
- also had an open connection to an older activiti container on the same laptop from the same browser (I am not sure it that had any effect)
- later the mysql docker container start command was wrong. I used the 'activiti' db name at startup instead of 'activiti6ui' (also had to clean up the data-only container)
So now I have two separate container. One for the database one for the UI.
For next I am thinking to separate the UI (Angular.js part) from the engine (or rest api)
Rgds
sas
Now it is running nicely .
This was a combination of two or three problem:
- browser -> for some reason I had to close all windows and start again. Maybe some cookie was still there from my many tries ?
- also had an open connection to an older activiti container on the same laptop from the same browser (I am not sure it that had any effect)
- later the mysql docker container start command was wrong. I used the 'activiti' db name at startup instead of 'activiti6ui' (also had to clean up the data-only container)
So now I have two separate container. One for the database one for the UI.
For next I am thinking to separate the UI (Angular.js part) from the engine (or rest api)
Rgds
sas
Now it is running nicely .

5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2016 12:48 PM
solved. thanx
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-27-2016 05:02 AM
would be cool if you can share how you managed to get it working 🙂
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-27-2016 05:45 AM
Hi,
This was a combination of two or three problem:
- browser -> for some reason I had to close all windows and start again. Maybe some cookie was still there from my many tries ?
- also had an open connection to an older activiti container on the same laptop from the same browser (I am not sure it that had any effect)
- later the mysql docker container start command was wrong. I used the 'activiti' db name at startup instead of 'activiti6ui' (also had to clean up the data-only container)
So now I have two separate container. One for the database one for the UI.
For next I am thinking to separate the UI (Angular.js part) from the engine (or rest api)
Rgds
sas
Now it is running nicely .
This was a combination of two or three problem:
- browser -> for some reason I had to close all windows and start again. Maybe some cookie was still there from my many tries ?
- also had an open connection to an older activiti container on the same laptop from the same browser (I am not sure it that had any effect)
- later the mysql docker container start command was wrong. I used the 'activiti' db name at startup instead of 'activiti6ui' (also had to clean up the data-only container)
So now I have two separate container. One for the database one for the UI.
For next I am thinking to separate the UI (Angular.js part) from the engine (or rest api)
Rgds
sas
Now it is running nicely .

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2016 12:36 AM
I want to separate the UI from the engine as well. Are you still looking to do this?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2017 06:59 AM
Hi can you please share your dockerfile and docker-compose.yml ?
Thanks in advance!
