Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-35981

Unable to get past initial admin password screen on Tomcat 8

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Major Major
    • core
    • None
    • Oracle JDK 8 with Tomcat 8.5.x

      When installing Jenkins 2.8 onto Tomcat 8, it is really difficult to get past the initial admin password screen.

      Looking further into this, it appears that this is because the from parameter defaults to /jenkins and not /jenkins/, and the FORCE_SETUP_WIZARD_FILTER in SetupWizard will fail to realize that it should display the setupWizard. Potentially the if check should be enhanced to:

      if ((req.getContextPath() + "/").equals(req.getRequestURI()) || req.getContextPath().equals(req.getRequestURI()) {
      

            Unassigned Unassigned
            aldaris aldaris
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: