amyroh 02/04/30 15:46:08
Modified: catalina/src/share/org/apache/catalina/mbeans
mbeans-descriptors.xml
Log:
Fix proxyPort type to int.
Revision Changes Path
1.54 +1 -1
jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeans/mbeans-descriptors.xml
Index: mbeans-descriptors.xml
===================================================================
RCS file:
/home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeans/mbeans-descriptors.xml,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- mbeans-descriptors.xml 30 Apr 2002 22:14:08 -0000 1.53
+++ mbeans-descriptors.xml 30 Apr 2002 22:46:07 -0000 1.54
@@ -6,7 +6,7 @@
<!--
Descriptions of JMX MBeans for Catalina
- $Id: mbeans-descriptors.xml,v 1.53 2002/04/30 22:14:08 amyroh Exp $
+ $Id: mbeans-descriptors.xml,v 1.54 2002/04/30 22:46:07 amyroh Exp $
-->
<mbeans-descriptors>
@@ -204,7 +204,7 @@
<attribute name="proxyPort"
description="Ther Server port to which we should pretend requests to this
Connector"
- type="java.lang.String"/>
+ type="int"/>
<attribute name="redirectPort"
description="The redirect port for non-SSL to SSL redirects"
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>