Uploaded image for project: 'Bamboo Data Center'
  1. Bamboo Data Center
  2. BAM-22290

Server.xml file for Bamboo 9.2.1 refers to old Tomcat documentation

XMLWordPrintable

      Issue Summary

      Server.xml file for Bamboo 9.2.1 refers to old tomcat documentation.

      For Bamboo 9.2.1 tomcat version used is 9.0.71, the documentation in server.xml refers to Tomcat 8.5 for SSL related changes

      Steps to Reproduce

      1. goto <bamboo-install>conf>server.xml file
      2. Refer the SSL connector details

      Expected Results

      The tomcat documentation should refer to the related tomcat version

      Actual Results

      The documentation used is https://tomcat.apache.org/tomcat-8.5-doc/ssl-howto.html

      ====================================================================================
      To run Bamboo via HTTPS:

      • Uncomment the Connector below
      • Execute:
        %JAVA_HOME%\bin\keytool -genkey -alias tomcat -keyalg RSA (Windows)
        $JAVA_HOME/bin/keytool -genkey -alias tomcat -keyalg RSA (Unix)
        with a password value of "changeit" for both the certificate and the keystore itself.
      • Restart and visit https://localhost:8443/

      For more info, see :
      https://confluence.atlassian.com/display/BAMBOO/Securing+Bamboo+with+Tomcat+using+SSL
      and
      http://tomcat.apache.org/tomcat-8.5-doc/ssl-howto.html
      ====================================================================================

      Workaround

      Use the right documentation which is https://tomcat.apache.org/tomcat-9.0-doc/ssl-howto.html

              0e9420ab33a9 Sylwester Jeruzal (Inactive)
              4f38d6bf51c0 Shashank Kumar
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: