No categories assigned

Apache Tomcat

< Setup:Installation Guide‎ | System Preparation‎ | Windows
Revision as of 09:18, 12 September 2019 by Mlink-rodrigue (talk | contribs) (translation EN)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


icon for optional
Apache Tomcat is required for the PDF export, VisualDiff (BlueSpice pro only) and the LaTeX renderer (BlueSpice pro only). The following steps are optional and only required if you want to use one or more of these services in your BlueSpice installation.



Hint.jpg
Operation of Apache Tomcat requires OpenJDK. If you have not installed it, follow the link above.


Download

Open the official download page (1) in your browser and go to the version 9 (2) download page.

Tomcat Download 01

Download the "32-bit/64-bit Windows Service Installer"

Tomcat Download 02



Hint.jpg
Please note that the download on your Windows server with Internet Explorer only works if you have configured the Internet Explorer Advanced Security Settings in the Server Manager. Please refer to the technical documentation from Microsoft.



Hint.jpg
This guide uses version 9.0.16 of Apache Tomcat and is just an example of the latest version that you can download at the time of installation.

Installing Apache Tomcat

Open the downloaded file "apache-tomcat-9.0.16.exe".

Start the installation by clicking "Next >":

Tomcat Installation 01

Confirm the license agreement by clicking "I Agree":

Tomcat Installation 02

Click "Next >":

Tomcat Installation 03

Click "Next >" again:

Tomcat Installation 04

Wählen (1) Sie das Home-Verzeichnis Ihrer OpenJDK-Installation (2) aus und klicken auf "Next >" (3):

Tomcat Installation 05

Starten Sie jetzt die Installation von Tomcat:

Tomcat Installation 06

Am Ende der Installation wählen Sie beide vorselektierten Haken ab (1) und beenden das Setup (2)

Tomcat Installation 07

Konfiguration von Apache Tomcat

Wechseln Sie in das Installationsverzeichnis von Tomcat. Standardmäßig finden Sie dies unter C:\Program Files\Apache Software Foundation\Tomcat 9.0\conf.

Öffnen Sie hier die Datei context.xml in einem Texteditor und ersetzen Sie die einmal vorkommende Zeile

<Context>

durch

<Context mapperContextRootRedirectEnabled="true">
Tomcat Konfiguration 01

Speichern und schließen Sie die Datei.

Öffnen Sie im selben Verzeichnis die Datei server.xml in einem Texteditor und stellen sicher, dass der komplette Block

<Connector port="8080" protocol="HTTP/1.1"
	... />

wie folgt lautet:

<Connector port="8080" protocol="HTTP/1.1"
	connectionTimeout="20000"
	URIEncoding="UTF-8"
	redirectPort="8443"
	address="127.0.0.1" />
Tomcat Konfiguration 02

Speichern und schließen Sie die Datei.

Suchen Sie im Startmenü den Eintrag "Configure Tomcat" und öffnen diesen:

Tomcat Konfiguration 03

Stellen Sie den "Startup type" auf "Automatic" (1) und starten Tomcat (2). Anschließend Beenden Sie die Konfigurations-Konsole (3):

Tomcat Konfiguration 04

Überprüfen der Installation

Zur Überprüfung, ob Tomcat korrekt läuft öffnen Sie in einem Browser auf dem Server die Adresse http://localhost:8080/.
Sie sollten nun die Startseite des Tomcat-Servers angezeigt bekommen:

Tomcat Check 01

Installation der Webapps

Nach erfolgreicher Installation von BlueSpice befolgen Sie bitte folgende weitere Schritte zur Installation der Webservices und Aktivierung der jeweiligen BlueSpice-Erweiterung:

Nächster Schritt

Haben Sie alle Schritte erfolgreich abgeschlossen können Sie die zuvor heruntergeladene Datei "apache-tomcat-9.0.16.exe" von Ihrer Festplatte löschen und zum nächsten Schritt "Elasticsearch" weiter gehen.

Attachments

Discussions