Re: Common way for deploying isis apps

2017-01-05 Thread Dan Haywood
Even easier... 1.13.2.1 of the simpleapp archetype now has docker support. If that's your thang. It's the way we're headed with Estatio, at least. Cheers Dan On Wed, 9 Nov 2016 at 18:36 Óscar Bou - GOVERTIS wrote: > Hi Willie. > > Really nice workflow. > > Could you contribute part of the CD/C

Re: Common way for deploying isis apps

2016-11-09 Thread Óscar Bou - GOVERTIS
Hi Willie. Really nice workflow. Could you contribute part of the CD/CI scripts that could be used/evolved by the community ? Thanks, Oscar > El 9 nov 2016, a las 18:24, Willie Loyd Tandingan > escribió: > > We used to deploy using cargo to a remote Wildfly server. After several > deplo

Re: Common way for deploying isis apps

2016-11-09 Thread Willie Loyd Tandingan
We used to deploy using cargo to a remote Wildfly server. After several deployments, the web server will run out of heap space which is quite a common problem, and we would need to manually restart the server. On top of that, the reconfiguration for production happens at war assembly and we had

Re: Common way for deploying isis apps

2016-11-09 Thread Jeroen van der Wal
Hi Bilgin, We are deploying the .war to Tomcat 8 instances. We are investigating Docker and Fabric8 for our CD platform. Cheers, Jeroen On 7 November 2016 at 11:23, Martin Grigorov wrote: > Hi, > > Isis simpleapp (and any other demo app) has config for Jetty-Console: > > > o

Re: Common way for deploying isis apps

2016-11-07 Thread Martin Grigorov
Hi, Isis simpleapp (and any other demo app) has config for Jetty-Console: org.simplericity.jettyconsole jetty-console-maven-plugin createconsole

Re: Common way for deploying isis apps

2016-11-06 Thread Kevin Meyer
Hi, I haven't tried in a while, but I used to use the shade plugin to create a standalone jar. Cheers, Kevin On 6 November 2016 23:46:54 CET, Bilgin Ibryam wrote: >Hi all, > >I was wondering what is the most common way for running isis apps? >I know while developing I can use jetty plugin or

Common way for deploying isis apps

2016-11-06 Thread Bilgin Ibryam
Hi all, I was wondering what is the most common way for running isis apps? I know while developing I can use jetty plugin or the WebServer classes, but what about for running it on other environments? For my semat app I have used the .war file in a tomcat instance. And ll that in a docker contain