HI Filip,
why this implementation break the build? I have testet with jdk 1.5.0
and made successfull a clean build?
Peter
Am 08.06.2007 um 14:50 schrieb [EMAIL PROTECTED]:
Author: fhanik
Date: Fri Jun 8 05:50:14 2007
New Revision: 545496
URL: http://svn.apache.org/viewvc?view=rev&rev=545496
Log:
undo last minute additions that break the build
Removed:
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/
mbeans/JMXAdaptorLifecycleListener.java
Modified:
tomcat/container/tc5.5.x/webapps/docs/changelog.xml
tomcat/container/tc5.5.x/webapps/docs/monitoring.xml
Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/
docs/changelog.xml?view=diff&rev=545496&r1=545495&r2=545496
======================================================================
========
--- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Fri Jun 8
05:50:14 2007
@@ -96,11 +96,6 @@
Allow for a forward/include to call getAttributeNames on
the Request in a sandbox. (billbarker)
</fix>
<add>
- <bug>39055</bug>: Add JMXAdaptorLifecycleListener to start
JMX Connector with fix naming and data port.
- This feature is needed to have stable remote access as
your local firewall is activ. The adaptor read all
- standard JMX system properties (-
Dcom.sun.management.jmxremote). Feature provided by George Lindholm
and Juergen Herrman (pero)
- </add>
- <add>
And getSession() operation to StandardManager and
DeltaManager JMX Interface (pero)
</add>
</changelog>
Modified: tomcat/container/tc5.5.x/webapps/docs/monitoring.xml
URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/
docs/monitoring.xml?view=diff&rev=545496&r1=545495&r2=545496
======================================================================
========
--- tomcat/container/tc5.5.x/webapps/docs/monitoring.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/monitoring.xml Fri Jun 8
05:50:14 2007
@@ -63,21 +63,9 @@
</ol>
<b>Note:</b>The JSR 160 JMX-Adaptor opens a second data
protocol port. That is a problem
when you have installed a local firewall. However, there is
at least one possible
- workaround: using a custom JMXConnectorServer.</p>
- <p>Start a JMX Adaptor with fix data port is supported with
Tomcst 5.5.24 release:
- <source>
-<Server ...>
-...
-<Listener
className="org.apache.catalina.mbeans.JMXAdaptorLifecycleListener"
- namingPort="8083" port="8084" host="myhost" />
-...
-</Server>
- </source>
- You can use all JMX system properties
(<i>com.sun.management.jmxremote.xxx</i>) to configure the
adaptor :-) <br/>At your remote jconsole
- call the jmx adaptor with following command <br/><i>jconsole
service:jmx:rmi://myhost:8084/jndi/rmi://myhost:8083/server</i>
+ workaround: using a custom JMXConnectorServer. The code for
this is available
+ at <a href="http://issues.apache.org/bugzilla/show_bug.cgi?
id=39055" title="Bugzila 39055">Bugzilla 39055</a>.
</p>
-
-
<p>Activate JMX MX4J Http Adaptor with Java 1.4:
<ol>
<li>Install the tomcat compat package</li>
@@ -111,7 +99,7 @@
<section name="Manage Tomcat with JMX remote Ant Tasks">
<p>For simple tomcat ant task usage with ant 1.6.x we have
integrate import and antlib support.</p>
- <p><b>antlib support:</b><br/> Copy your catalina-ant.jar from
$CATALINA_HOME/server/lib to $ANT_HOME/lib.</p>
+ <p><b>antlib</b>Copy your catalina-ant.jar from $CATALINA_HOME/
server/lib to $ANT_HOME/lib.</p>
<p>Following example show the JMX Accessor usage:</p>
<table border="1">
<tr><td><p><pre>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]