Cookie consent settingsAccept all
  • Skip to header bar
  • Skip to main navigation
  • Skip to page tools
  • Skip to work area
  • New process
  • Overview
    • Files
    • Processes
    • Ratings
    • Recommendations
    • WikiExplorer
    • Workflows
  • Login
Main navigation contains tabs, main links and MediaWiki sidebar
Entrypoints
  • Main Page
  • Pages
  • Books
  • Blogs
  • Recent changes
Quick Links
  • All topics
  • Video-Tutorials
  • Templates download
Documentation
  • Security Advisories
  • Installation
  • Releases
  • Software catalog
  • Trust & Safety
Books
  • User manual
  • Admin manual
  • Semantic MediaWiki basics
Participate
  • BlueSpice community
You are viewing an old version of this page. Return to the latest version.
This is the version of 11 March 2022, 15:43 by Redaktion
PreviousNext
  • Archive
  • Installation Guide
    • System Preparation
      • Windows
        • Apache Tomcat
        Last edited 26 minutes ago
        by Redaktion

        Apache Tomcat on Windows

        • English
        • Deutsch
        Revision as of 15:43, 11 March 2022 by Redaktion (talk | contribs)
        (diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
        Archived!This documentation is obsolete and no longer applies to the current BlueSpice version.

        Contents

        • 1 Download
        • 2 Installing Apache Tomcat
        • 3 Configuring Apache Tomcat
        • 4 Reviewing the installation
        • 5 Installing the web apps
        • 6 Next step
        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.
        File:icon hint.png
        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 10 (2) download page.

        Tomcat Download 01
        Tomcat Download 01

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

        Tomcat Download 02
        Tomcat Download 02


        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.


        File:icon hint.png
        This guide uses version 10.0.12 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-10.0.12.exe".

        Start the installation by clicking "Next >":

        Tomcat Installation 01
        Tomcat Installation 01

        Confirm the license agreement by clicking "I Agree":

        Tomcat Installation 02
        Tomcat Installation 02

        Click "Next >":

        Tomcat Installation 03
        Tomcat Installation 03

        Click "Next >" again:

        Tomcat Installation 04
        Tomcat Installation 04

        Select (1) the home directory of your OpenJDK Installation (2) and click "Next>" (3):

        Tomcat Installation 05
        Tomcat Installation 05

        Start the Tomcat Installation:

        Tomcat Installation 06
        Tomcat Installation 06

        At the end of the installation, leave both preselected checkboxes (1) and finish the setup (2)

        Tomcat Installation 07
        Tomcat Installation 07

        Configuring Apache Tomcat

        Change to the installation directory of Tomcat. By default, you can find it at C:\Program Files\Apache Software Foundation\Tomcat 9.0\conf.

        Open the context.xml file in a text editor and replace the one-time line

        <Context>

        with

        <Context mapperContextRootRedirectEnabled="true">
        Tomcat Configuration 01
        Tomcat Configuration 01

        Save and close the file.

        In the same directory, open the file server.xml in a text editor and make sure that the complete block

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

        looks like this:

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

        Save and close the file.

        Find the entry "Configure Tomcat" in the start menu and open it:

        Tomcat Configuration 03
        Tomcat Configuration 03

        Set "Startup type" to "Automatic" (1) and start Tomcat (2). Then exit the configuration console (3):

        Tomcat Configuration 04
        Tomcat Configuration 04

        Reviewing the installation

        To check if Tomcat is working correctly, open the address http://localhost:8080/ in a browser on the server.
        You should now see the homepage of the Tomcat server:


        Tomcat Check 01
        Tomcat Check 01

        Installing the web apps

        [[File:{{{file}}}|center]] Please unzip the installed BlueSpice folder and move the subfolder to C:\bluespice\var\www. Rename the folder to "w".

        After the successful installation of BlueSpice, please follow the next steps to install the web services and activate the respective BlueSpice extension:

        • PDF-Export
        • VisualDiff (BlueSpice pro only)
        • LatexRenderer (BlueSpice pro only)

        Next step

        If you have completed all steps successfully, you can delete the previously downloaded "apache-tomcat-10.0.11.exe" file from your hard drive and continue to the next step " Elasticsearch".

        Retrieved from "https://en.wiki5.bluespice.com/w/index.php?title=Archive:Setup:Installation_Guide/System_Preparation/Windows/Apache_Tomcat&oldid=2671"
        Add comment
        • Pages with broken file links
        Edit
        Page actions and tools navigaiton contains tabs, toolbox and actions
        Actions
        • Refresh
        • Copy URL
        • E-Mail
        • QR code
        Details
        • View history
        • Page information
        • Browse properties
        • ... all actions
        • Privacy policy
        • Terms of service
        • Disclaimer
        • Imprint
        • Accessibility
        • About
        • Powered by MediaWiki
        • Powered by BlueSpice
        • Powered by Semantic MediaWiki
        • Creative Commons License