Start with this guide: http://openejb.apache.org/tomee-and-eclipse.html
To use Tomee from eclipse, it's just like using Tomcat. If you search the forum you'll find some posts about running Tomee in Eclipse. Mainly, you need: download, extract Tomee to a folder. Install WTF M2e from Eclipse Market place (in help menu), this is maven plugin for WTP, so web dynamic projects deploy automatically to Tomee. In eclipse add Tomcat server 7, point to Tomee root folder. Be sure you have a web dynamic project in Eclipse. Right click on project, choose properties, deployment assembly be sure only needed folder are copied with maven. Exclude your test & test/resources folders. Right click on your project, choose runwith Tomcat. -- View this message in context: http://openejb.979440.n4.nabble.com/New-to-Apache-TomEE-Plus-tp4657336p4657382.html Sent from the OpenEJB Dev mailing list archive at Nabble.com.