Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
tutorial:adm:server_preparation [2021/05/10 16:09]
urbanl [HTTPd installation and configuration]
tutorial:adm:server_preparation [2021/05/10 16:14]
urbanl [Tomcat] Changed tomcat version to 9.0
Line 215: Line 215:
 </code> </code>
  
-  * Download Apache Tomcat 8.5.x from the website [[https://tomcat.apache.org/download-80.cgi]] to ''/opt/tomcat/'' +  * Download Apache Tomcat 9.0.x from the website [[https://tomcat.apache.org/download-90.cgi]] to ''/opt/tomcat/'' 
-    * In our exapmle the version is 8.5.57.+    * In our exapmle the version is 9.0.45.
  
   * extract files from the archive:   * extract files from the archive:
  
 <code bash> <code bash>
-tar xzf apache-tomcat-8.5.57.tar.gz+tar xzf apache-tomcat-9.0.45.tar.gz
 </code> </code>
  
  • by koulaj