LoginSignup
0
0

More than 3 years have passed since last update.

Apache Tomcat のインストール

Last updated at Posted at 2018-10-23

試したメモ

手順

  1. 必要なパッケージをインストールする

    # yum -y install gcc autoconf
    
  2. Tomcat の tar ファイルをダウンロードする

    # curl -LkvOf https://ftp.riken.jp/net/apache/tomcat/tomcat-9/v9.0.31/bin/apache-tomcat-9.0.31.tar.gz
    
  3. 破損がないかチェックする

    # sha512sum apache-tomcat-9.0.31.tar.gz
    
    75045ce54ad1b6ea66fd112e8b2ffa32a0740c018ab9392c7217a6dd6b829e8645b6810ab4b28dd186c12ce6045c1eb18ed19743c5d4b22c9e613e76294f22f5  apache-tomcat-9.0.31.tar.gz
    
  4. ダウンロードした tar ファイルを展開する

    # tar -zxf apache-tomcat-9.0.14.tar.gz
    

参考

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0