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 2007/04/15 20:37:32 UTC

DO NOT REPLY [Bug 42130] New: - Corrections to manager app's manager.xml and broken links.

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=42130>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=42130

           Summary: Corrections to manager app's manager.xml and broken
                    links.
           Product: Tomcat 6
           Version: 6.0.10
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Catalina
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: rashmi.sub@gmail.com


I noticed that the directory structure within Tomcat has changed after upgrading
from 5.5.12 to 6.0.10, but some of the configuration files and HTML Documents of
6.0.10 are still referring to the directory structure in 5.5.12. 

So far I've identified these files that need to reflect the new directory structure:

1) ...\apache-tomcat-6.0.10\webapps\manager\manager.xml
has docBase="${catalina.home}/server/webapps/manager" should change to 
docBase="${catalina.home}/webapps/manager"

2) In the manager app: http://localhost:8080/manager/html, the "HTML Manager
Help" link is currently pointing to a broken link:
http://localhost:8080/manager/html-manager-howto.html I think the correct link
is: http://localhost:8080/docs/html-manager-howto.html

3) Similarly the "Manager Help" link is also pointing to a broken link:
http://localhost:8080/manager/manager-howto.html
should be changed to: http://localhost:8080/docs/manager-howto.html

4) I couldn't find an HTML link to Host Manager which is supposed to point to:
http://localhost:8080/host-manager/html . I think there should be a link
somewhere, otherwise users tend to click on the /host-manager in the list of
applications and get either a 404 error or directory listing.

5) In the Host Manager application at http://localhost:8080/host-manager/html , 
there's a broken link http://localhost:8080/host-manager/host-manager-howto.html
I couldn't find a corresponding link in the webapps/docs app.

6) ...\apache-tomcat-6.0.10\webapps\host-manager\host-manager.xml ,
docBase="${catalina.home}/server/webapps/host-manager" should change to
docBase="${catalina.home}/webapps/host-manager"

7) ...\apache-tomcat-6.0.10\webapps\host-manager\manager.xml ,
docBase="${catalina.home}/server/webapps/manager" should change to
docBase="${catalina.home}/webapps/manager"

I've only checked the above locations, there could be more files in 6.x that are
still referring to the 5.x directory structure.

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

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


DO NOT REPLY [Bug 42130] - Corrections to manager app's manager.xml and broken links.

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=42130>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=42130


rashmi.sub@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P5




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

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


DO NOT REPLY [Bug 42130] - Corrections to manager app's manager.xml and broken links.

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=42130>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=42130


remm@apache.org changed:

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




------- Additional Comments From remm@apache.org  2007-04-16 17:02 -------
I have addressed these issues.

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

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