Rate This Document
Findability
Accuracy
Completeness
Readability

Physical Machine

Obtaining the Installation Package

  1. Download the TomEE installation package using a local browser.
  2. 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.

    1
    cd /home
    
    1
    wget 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.

  1. Create an apache-tomee directory in the /opt directory.
    1
    mkdir -p /opt/apache-tomee
    
  2. Decompress the apache-tomee-8.0.1-plus.tar.gz package to this directory.
    1
    tar -zvxf ./apache-tomee-8.0.1-plus.tar.gz -C /opt/apache-tomee
    
  3. View the directory.
    1
    ls -l /opt/apache-tomee
    

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