-
Bug
-
Resolution: Done
-
Minor
-
JBossAS-4.0.2 Final
-
None
In tomcat/src/main/org/jboss/web/tomcat/tc5/StatusServlet.java, the reference to the stylesheet comes from org.apache.catalina.manager.Constants.XML_STYLE, in which the path /manager/xform.xsl is hardcoded. The xform.xsl is packaged in the ROOT.war instead of ROOT.war/manager. To fix the issue:
1. Create the following directory:
jbossweb-tomcat50.sar/ROOT.war/manager
2. Move the file:
jbossweb-tomcat50.sar/ROOT.war/xform.xsl
to:
jbossweb-tomcat50.sar/ROOT.war/manager/xform.xsl