Northstar Update to Debian 11.2

    Table of contents
    No headers

    Version as of 10:37, 15 May 2024

    to this version.

    Return to Version archive.

    View current version

    The OS was updated to Debian 11.2 on Jan 19th 2022

    NorthStar did not run out of the box after the update. Neccesary fixes:

    Issue: enable ajp on Port 8019

    in server.xml (/etc/tomcat9/server.ml)

        <Connector protocol="AJP/1.3"
               address="0.0.0.0"
               secretRequired="false"
               port="8019"
               redirectPort="8443" />
    

    restart tomcat9 and apache2

    check that ajp is listening on port 8019:

    netstat -tunlp | grep 0.0.0.0:8019
    tcp        0      0 0.0.0.0:8019            0.0.0.0:*               LISTEN      65868/java
    

    Pointing browser to https://northstar.mpifr-bonn.mpg.de/ should now work (default tomcat start page)