tomcat-jdbc? isnt it tomee-jdbc? *Romain Manni-Bucau* *Twitter: @rmannibucau <https://twitter.com/rmannibucau>* *Blog: **http://rmannibucau.wordpress.com/*<http://rmannibucau.wordpress.com/> *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* *Github: https://github.com/rmannibucau*
2012/11/4 Marco de Booij <marco.develo...@debooy.eu> > Hello, > > Just back from a small break. I had the same problem last week. I opened a > thread and got help to solve it. I was planning to 'finish' the thread with > what I did. The break came in between it. So here is what I did to get it > working. > > I deployed the .war with the tomcat deploy option in the console > http://localhost:8080/manager. This was not a success until I copied the > following JARs into the tomcat7/lib directory: > - openejb-javaagent.jar > - tomcat-jdbc.jar > - tomee-loader-1.5.0.jar > > Finaly I modified the server.xml. After the line: > <Server port="8005" shutdown="SHUTDOWN"> > > I added: > <!-- TomEE plugin for Tomcat --> > <Listener className="org.apache.tomee.**loader.OpenEJBListener" /> > > After the restart of Tomcat7 Tomee was deployed correctly and ready to > work. > > The jar files came from the tomee.war file and the tomee package with > Tomcat7 included. > > If this also works for you just let it know. If someone tells me how to > write a help page I want to do it. > > Regards, > > Marco > > Op 01-11-12 22:41, Jonathan Gallimore schreef: > > Hi, >> >> That's good point. I can't obviously find a page. I'll create one (unless >> someone else can point out where this is on the site). >> >> Regards >> >> Jon >> >> On Thu, Nov 1, 2012 at 8:30 PM, nsheamus <my85re...@hotmail.com> wrote: >> >> Hello, >>> >>> There is a little more to installing the tomee drop-in war than just >>> dropping it in to a Tomcat 7. >>> >>> Is there any doc I can look at? If not, does anyone have time to add a >>> page >>> to the documentation covering all the steps? >>> >>> Thanks, >>> shea >>> >>> >>> >>> -- >>> View this message in context: >>> http://openejb.979440.n4.**nabble.com/drop-in-war-** >>> install-instructions-**tp4658344.html<http://openejb.979440.n4.nabble.com/drop-in-war-install-instructions-tp4658344.html> >>> Sent from the OpenEJB User mailing list archive at Nabble.com. >>> >>> >