Bill Barker wrote:
The Tomcat Team announces the immediate availability of Apache Tomcat 3.3.2 Release Candidate 1.
Downloads: http://www.apache.org/~larryi/tomcat-3.3.2-rc1
The Apache Tomcat Team
I make test on it and play with JMXSupport and noticed :
- XSL problem with HTTP connector :
[Error] common.xsl:14:80: Element type "xsl:stylesheet" must be declared. [Error] common.xsl:16:38: Element type "xsl:import" must be declared. [Error] common.xsl:19:35: Element type "xsl:param" must be declared. [Error] common.xsl:21:96: Element type "xsl:variable" must be declared. [Error] common.xsl:24:28: Element type "xsl:template" must be declared. [Error] common.xsl:25:30: Element type "xsl:if" must be declared.
....
It seems Costin patch the xsl sometimes ago at mx4j, so should we included this modified version ?
- As many, in my web application, I allready load HTTP/JRMP connector (at special ports with custom login/pwd), but since JMXSupport is loaded before my app, it didn't use my HTTP port settings.
What about set port to -1 by default in interceptors.xml to avoid such problems ?
org.apache.coyote.tomcat3.CoyoteInterceptor2 didn't present many informations via JMX, could we use a trick to present what is present
in processor class ?
The goal is to be able to change some attributes, like port or listen adress from JMX console.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]