https://issues.apache.org/bugzilla/show_bug.cgi?id=48669

           Summary: manager applications have broken links in list of
                    deployed applications
           Product: Tomcat 6
           Version: 6.0.24
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Manager application
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: psko...@gmail.com


When Tomcat Web Application Manager displays list of applications (at left
side) /host-manager and /manager have broken links resulting in 404 http error.
This could be easily fixed by adding following section to their WEB-INF/web.xml
descriptors.

  <welcome-file-list>
     <welcome-file>
        html/
     </welcome-file>
  </welcome-file-list>

(after servlet-mapping sections)

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to