Unable to get past initial admin password screen on Tomcat 8

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: Major
    • Component/s: core
    • Environment:
      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()) {
      

            Assignee:
            Unassigned
            Reporter:
            aldaris
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: