Re: Running OFBiz in docker?

2017-10-22 Thread Taher Alkhateeb
> It seems that airdock/oracle-jdk is not up-to-date. The latest version of > this images contains jdk-8u112. > Maybe I'll try the latest openjdk docker image. > > Are you already running OFBiz in docker? > > 2017-10-20 20:43 GMT+02:00 Taher Alkhateeb : > > > Crea

Re: Running OFBiz in docker?

2017-10-22 Thread Heiko Cane
Thanks for your reply. I will try to build my own docker file (without tomcat). It seems that airdock/oracle-jdk is not up-to-date. The latest version of this images contains jdk-8u112. Maybe I'll try the latest openjdk docker image. Are you already running OFBiz in docker? 2017-10-20 20:4

Re: Running OFBiz in docker?

2017-10-20 Thread Taher Alkhateeb
Create your own Dockerfile, you can't use a tomcat container. I recommend airdock/oracle-jdk as your starting docker image On Fri, Oct 20, 2017 at 9:18 PM, Heiko Cane wrote: > Hi, > > I'currently trying to run our OFBiz in docker but I can't find a way to > create a .war or .jar file to deploy it

Re: Running OFBiz in docker?

2017-10-20 Thread Michael Brohl
Hi Heiko, it is not possible to deploy OFBiz as a self-contained WAR OOTB. We have dropped support for this long time ago. OFBiz already contains an embedded Tomcat which will be started when you start OFBiz. There should be no problem to start it in Docker also. Best regards, Michael Broh

Running OFBiz in docker?

2017-10-20 Thread Heiko Cane
Hi, I'currently trying to run our OFBiz in docker but I can't find a way to create a .war or .jar file to deploy it in a simple tomcat or java container. Seems I have to checkout the sources in my docker container, run the gradle build and then start OFBiz. Is there a way to get a .war or a .jar