You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2010/02/03 19:19:42 UTC

DO NOT REPLY [Bug 48669] New: manager applications have broken links in list of deployed applications

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: pskopek@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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 48669] manager applications have broken links in list of deployed applications

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=48669

Konstantin Kolinko <kn...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX

--- Comment #2 from Konstantin Kolinko <kn...@gmail.com> 2010-02-03 10:50:31 UTC ---
That is intentional.

-- 
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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 48669] manager applications have broken links in list of deployed applications

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=48669

--- Comment #1 from Konstantin Kolinko <kn...@gmail.com> 2010-02-03 10:49:12 UTC ---
*** Bug 48670 has been marked as a duplicate of this bug. ***

-- 
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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org