No edit summary |
No edit summary Tag: 2017 source edit |
||
(2 intermediate revisions by the same user not shown) | |||
Line 29: | Line 29: | ||
*[[Setup:Installation Guide/Webservices/PDF-Export | PDF Export]] | *[[Setup:Installation Guide/Webservices/PDF-Export | PDF Export]] | ||
*[[Setup:Installation Guide/Webservices/Drawio|Drawio]] | |||
==Next step== | ==Next step== | ||
If you have successfully completed all steps, you can proceed to the next step | If you have successfully completed all steps, you can proceed to the next step: | ||
* From BlueSpice 4.4: [[Setup:Installation Guide/System Preparation/Linux/OpenSearch | OpenSearch]]. | |||
* Up to BlueSpice 4.3: [[Setup:Installation Guide/System Preparation/Linux/Elasticsearch | Elasticsearch]]. | |||
[[en:{{FULLPAGENAME}}]] | [[en:{{FULLPAGENAME}}]] | ||
[[de:Setup:Installationsanleitung/Systemvorbereitung/Linux/Jetty]] | [[de:Setup:Installationsanleitung/Systemvorbereitung/Linux/Jetty]] |
Latest revision as of 15:16, 29 November 2023
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
In your browser, open the official download page on bluespice.com (1). Click on "Download" (2).
- Unzip the BlueSpice-free-4.x.x.zip file.
- Rename the folder "BlueSpice-free-4.x.x" to
bluespice
. - Rename the "bluespice" subfolder to
w
. - Now move the unzipped bluespice folder in the terminal with the command
sudo mv /yourfilepath/bluespice /var/www
.
After successful installation of BlueSpice, follow the next steps to install the web services and activate the respective BlueSpice extension:
Next step
If you have successfully completed all steps, you can proceed to the next step:
- From BlueSpice 4.4: OpenSearch.
- Up to BlueSpice 4.3: Elasticsearch.