Physical Machine
Obtaining the Installation Package
- Download the TomEE installation package using a local browser.
- Upload the downloaded installation package to the server using a tool, such as FTP.
If the server is connected to the Internet, you can run the wget command on the server to download the binary package.
1cd /home
1wget https://archive.apache.org/dist/tomee/tomee-8.0.1/apache-tomee-8.0.1-plus.tar.gz --no-check-certificate
Installing TomEE
Decompress the installation package to the target directory to complete the installation. In this document, the installation is performed in the /opt/apache-tomee directory.
- Create an apache-tomee directory in the /opt directory.
1mkdir -p /opt/apache-tomee
- Decompress the apache-tomee-8.0.1-plus.tar.gz package to this directory.
1tar -zvxf ./apache-tomee-8.0.1-plus.tar.gz -C /opt/apache-tomee
- View the directory.
1ls -l /opt/apache-tomee

The installation is complete, and TomEE has been installed in /opt/apache-tomee/apache-tomee-plus-8.0.1.
Parent topic: Installing TomEE