Load Balancer mit mod jk (Linux): Unterschied zwischen den Versionen

Aus Tutorials
Zur Navigation springen Zur Suche springen
Zeile 7: Zeile 7:


Dazu siehe [[Java (Ubuntu)]]
Dazu siehe [[Java (Ubuntu)]]
=== Apache ===
<pre>
sudo apt-get install apache2
</pre>


=== Tomcat ===
=== Tomcat ===

Version vom 17. Mai 2016, 20:23 Uhr

Noch in Bearbeitung


Installation

Java

Dazu siehe Java (Ubuntu)

Apache

sudo apt-get install apache2

Tomcat

mod_jk

sudo apt-get install libapache2-mod-jk
sudo a2enmod jk

Links

http://thetechnocratnotebook.blogspot.co.at/2012/05/installing-tomcat-7-and-apache2-with.html


Zurück zu Tomcat (Linux)