This is a draft version with 1 changes in review. The corresponding stable version was approved on 15 January 2021.
You are viewing an old version of this page. Return to the latest version.
No categories assigned
Jetty
-
- Last edited 4 years ago by MLR
-
-
- This page is a draft but has an approved version
< Setup:Installation Guide | System Preparation | Linux
Revision as of 12:59, 29 November 2019 by Mlink-rodrigue (talk | contribs) (Text replacement - "[[en:{{PAGENAME}}]]" to "[[en:{{FULLPAGENAME}}]]")
Jetty is a prerequisite for using PDF export and VisualDiff (BlueSpice pro only). The steps listed here are optional and only required if you plan to use one or more of these services in your BlueSpice installation. |
Introduction
An alternative to Jetty is Apache Tomcat, which you can also find in the package manager of Debian. However, since Jetty works better, this is preferred in this documentation.
Installing Jetty
Install Jetty via Aptitude:
apt update; \ apt install jetty9; \ apt clean
Configuration
To configure, open the file /etc/default/jetty9
in a text editor of your choice (vi, nano). Put the following line at the very end of the file:
JAVA_OPTIONS = "- Xms512m -Xmx1024m -Djetty.host = 127.0.0.1"
Restart Jetty with the command service jetty9 restart
.
Installing the web apps
After successful installation of BlueSpice, follow the next steps to install the web services and activate the respective BlueSpice extension:
- PDF Export
- VisualDiff (BlueSpice pro only)
Next step
If you have successfully completed all steps, you can proceed to the next step" Elasticsearch".