Re: http://myhost:8080/tomee give "HTTP Status 404 -" error

2016-05-17 Thread Christoph Nenning
> > My understanding is that tomee-webaccess (webapps/tomee) is a admin > > console of sorts for TomEE. Why would it not be included by default? I > > must be misunderstanding something. > > > > It is kind of but it doesn't provide much feature for administration, > mainly a port of the old weba

Re: Cannot create a secure XMLInputFactory

2016-10-18 Thread Christoph Nenning
> From: Steve Goldsmith > To: users@tomee.apache.org, > Date: 18.10.2016 03:31 > Subject: Re: Cannot create a secure XMLInputFactory > > OK, I've built TomEE from source before, but I've not run it in debug mode. > Wouldn't it be just as easy to simply log vars f, p and o when I build the > so

How to launch EjbServer?

2015-10-08 Thread Christoph Nenning
Dear List, I'm new to TomEE so please forgive me if I ask something obvious. I want to play with remote EJB and created a simple setup: - TomEE 1.7.2 - 2 Instances (same machine, different ports) - in 1st instance I deployed an EAR providing a simple EJB - in 2nd instance I deployed a WAR which

Re: How to launch EjbServer?

2015-10-08 Thread Christoph Nenning
> From: Romain Manni-Bucau > To: "users@tomee.apache.org" , > Date: 08.10.2015 16:05 > Subject: Re: How to launch EjbServer? > > Hi > > by default it is done on http[s]://[host]:[port]/tomee/ejb > > to activate ejbd you need to force the service manager impl using in > conf/system.properties:

Re: How to launch EjbServer?

2015-10-09 Thread Christoph Nenning
> > > From: Romain Manni-Bucau > > > To: "users@tomee.apache.org" , > > > Date: 08.10.2015 16:05 > > > Subject: Re: How to launch EjbServer? > > > > > > Hi > > > > > > by default it is done on http[s]://[host]:[port]/tomee/ejb > > > > > > to activate ejbd you need to force the service manager impl

Re: INSTALL TOMEE with docker

2015-11-30 Thread Christoph Nenning
> ok i have view to https://github.com/tomitribe/docker-tomee > > > how i can install on docker ? The files in this repo are used to build docker-images. You could use them to build your own tomee-base-imgage. But there are also pre-built images a

Re: Clean way to modify tomee using docker build?

2015-12-04 Thread Christoph Nenning
> Hey > > I use tomee maven plugin today and I do some upgrades in lib (myfaces). > > Anyone else who modifies tomee this way but based on docker instead? > > Just getting started with docker btw. > > Cheers I would use a simple Dockerfile like this: FROM tomee:8-jre-1.7.2-plus ADD myface