Re: Fatal Error

2012-10-28 Thread Marco de Booij
I downloaded the tomee-plus-webapp-1.5.0.war and renamed it to tomee.war. This I deployed through the tomcat manager console. I do not know what you mean by the server listener to be in the server.xml. My server.xml of tomcat7 looks like (I removed the comments so it is much smaller. Hope I

Re: Fatal Error

2012-10-28 Thread Romain Manni-Bucau
Yes this listener makes tomcat being tomee Le 28 oct. 2012 10:37, Marco de Booij marco.develo...@debooy.eu a écrit : I downloaded the tomee-plus-webapp-1.5.0.war and renamed it to tomee.war. This I deployed through the tomcat manager console. I do not know what you mean by the server listener

Re: Fatal Error

2012-10-28 Thread Jacek Laskowski
On Sun, Oct 28, 2012 at 11:36 AM, Marco de Booij marco.develo...@debooy.eu wrote: ?xml version='1.0' encoding='utf-8'? Server port=8005 shutdown=SHUTDOWN Listener className=org.apache.catalina.core.JasperListener / Listener

Re: Need stable version scheme for TomEE and link to archived releases

2012-10-28 Thread Alex The Rocker
Romain: Good to know that older version still exist, but this is only part of my points, which again are: - How about a well defined version scheme for TomEE ? - Can links to older versions archives be added to TomEE download page? Thanks, Alex On Sat, Oct 27, 2012 at 3:20 PM, Romain

Re: Fatal Error

2012-10-28 Thread Marco de Booij
I added the listener as the first one. When I start tomcat7 it fails because it cannot find the ServerListener of tomee. Do I need to add a jar from tomee into the classpath of tomcat7? I checked the tomee documentation and cannot find a description on how to use the drop-in. Server port=8005

Re: Fatal Error

2012-10-28 Thread Romain Manni-Bucau
Yep thats org.apache.tomee.loader.OpenEJBListener for the install with tomee webapp Le 28 oct. 2012 11:26, Marco de Booij marco.develo...@debooy.eu a écrit : I added the listener as the first one. When I start tomcat7 it fails because it cannot find the ServerListener of tomee. Do I need to add

Re: Need stable version scheme for TomEE and link to archived releases

2012-10-28 Thread Romain Manni-Bucau
Links can definitively be added, about scheme we need to discuss it but well clearly maintain tomee 1 when well start hacking on jee7 (tomee 2 i guess) Le 28 oct. 2012 11:11, Alex The Rocker alex.m3...@gmail.com a écrit : Romain: Good to know that older version still exist, but this is only

Re: Fatal Error

2012-10-28 Thread Romain Manni-Bucau
You just need tomee-loader in lib of tomcat, tomee webapp and the openejblistener Le 28 oct. 2012 11:58, Marco de Booij marco.develo...@debooy.eu a écrit : So how do I solve this? I already copied tomee-catalina-1.5.0.jar and tomee-loader-1.5.0.jar (because the tomee-catalina-1.5.0.jar was not

Re: Fatal Error

2012-10-28 Thread Marco de Booij
I nearly gave up :( Then I saw that the listener that I used was wrong (I used org.apache.tomee.catalina.ServerListener like in my 'all-in installation'). I replaced it by org.apache.tomee.loader.OpenEJBListener and now tomee starts and it has a listener. I also added the agent in the

Re: Fatal Error

2012-10-28 Thread Marco de Booij
I found it myself :) :) The tomcat7 installation does not contain a tomcat-jdbc.jar. I copied the one from the stand-alone tomee and after the restart my applications work. Regards, Marco Op 28-10-12 15:40, Marco de Booij schreef: I nearly gave up :( Then I saw that the listener that I

Re: Fatal Error

2012-10-28 Thread Romain Manni-Bucau
It is in tomee.xml in conf/, can you paste the whole logs please? Le 28 oct. 2012 15:41, Marco de Booij marco.develo...@debooy.eu a écrit : I nearly gave up :( Then I saw that the listener that I used was wrong (I used org.apache.tomee.catalina.**ServerListener like in my 'all-in