

Unzip the zip into your home directory (or any other location) TomEE+ is the full feature packed distribution from TomEE. Here we discuss about the tomee plus distribution & TomEE war distribution only.

The TomEE build builds several distributions (zip & war files) to cater the different needs of different users. More details about building the product from the source can be found here. Mvn -Pquick eFile=false -DdisableXmlReport=true -DuniqueVersion=false -ff -Dassemble -DskipTests -DfailIfNoTests=false clean install The above command will create the openejb-4.7.1 directory in your home directory.Įven though you can do a full build, We will run the following command to do a quick build so that you can have your meal before your hunger kills you.

Move to trunk once you are ready to do some code modification on TomEE.Ĭlick here to download TomEE 1.7.1 Source code Build the Source Codeįirst extract the zip file named openejb-4.7.1-source-release.zip to any location. So first start with the latest stable released source code. This is a guide to quickly start your debugging session with TomEE as a TomEE developer.įor beginners it is recommended not to start with the trunk, because it is common to have some blockers or non-stable functionality which could bring your learning to a halt. Stepping through the TomEE source code is a must-to-follow step if you want to understand how TomEE works and later contribute. Share share share share contributeĭebugging an Apache TomEE App in Intellij IDEA
