Re: INSTALL TOMEE with docker

2015-11-29 Thread mauro2java2011
ok i have view to https://github.com/tomitribe/docker-tomee how i can install on docker ? and install it on openshift using docker? -- View this message in context:

Re: INSTALL TOMEE with docker

2015-11-29 Thread Bjorn Danielsson
Hi Mauro, If you can install your webapp on a Linux VM first, it's easy to repackage it for a Docker install. Just prepare a folder with copies of the TomEE install (assuming /opt here), and anything else needed (assuming /etc for e.g. daemon init scripts), and a start.sh script that starts TomEE

Re: INSTALL TOMEE with docker

2015-11-29 Thread hwaastad
Hi, when you have made/built your tomee container you should have a look at jolokia docker plugin and properties-maven-plugin. Basically you would do something like this (maven, BTW): org.jolokia docker-maven-plugin 0.13.6

INSTALL TOMEE with docker

2015-11-29 Thread mauro2java2011
Hi all. I am newbie to docker container. I would try to install a my web app with tomee using docker container. Please i ask if exist a tutorial or article on a blog that explain to install tomee with docker. -- View this message in context:

Re: INSTALL TOMEE with docker

2015-11-29 Thread John D. Ament
Just wondering, are you working off of a tomee docker image? https://github.com/tomitribe/docker-tomee John On Sun, Nov 29, 2015 at 11:06 AM mauro2java2011 wrote: > Hi all. > I am newbie to docker container. > I would try to install a my web app with tomee using