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=39663>. 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=39663 ------- Additional Comments From [EMAIL PROTECTED] 2006-05-26 09:24 ------- I'm experiencing the same issue with my application (MeshCMS). The taglib standard-fmt-rt does not work, while my custom taglib still works. I tested the app on both Windows (JDK 1.5 and 1.6) and Linux (JDK 1.5). The issue happens with all versions of Tomcat > 5.5.12, which works fine instead. This is my test server.xml: ----------------- <Server port="8005" shutdown="SHUTDOWN"> <Service name="Catalina"> <Connector port="8080" /> <Engine name="Catalina" defaultHost="localhost"> <Host name="localhost" appBase="/home/tomcat/meshcms"> <Context path="" docBase="" debug="0" reloadable="false" allowLinking="false" /> </Host> </Engine> </Service> </Server> ----------------- -- 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]