pero2005/01/29 11:31:50
Modified:jk/java/org/apache/jk/common JkMX.java
Log:
make log4j mbean configureable with attribute log4jEnabled
Revision ChangesPath
1.26 +31 -14
jakarta-tomcat-connectors/jk/java/org/apache/jk/common/JkMX.java
Index: JkMX.java
AFAIK, the 5.0 branch of j-t-c isn't used for anything.
- Original Message -
From: "Rainer Jung" <[EMAIL PROTECTED]>
To: "Tomcat Developers List" <[EMAIL PROTECTED]>
Sent: Friday, September 03, 2004 10:52 AM
Subject: Re: cvs commit:
jakarta-tomcat-co
Hi,
thanks for accepting the authentication patch for the mx4j JMX adapter.
Are you going to apply it to the 5.0 branch too? That would be nice.
Have a nice weekend
Rainer Jung
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For
billbarker2004/09/02 21:28:40
Modified:jk/java/org/apache/jk/common JkMX.java
Log:
Allow the mx4j HttpAdaptor to be configured for authentication.
Submitted By: Rainer Jung [EMAIL PROTECTED]
Revision ChangesPath
1.25 +48 -1 jakarta-tomcat-connectors/jk/java
billbarker2004/06/16 23:31:12
Modified:jk/java/org/apache/jk/common JkMX.java
Log:
Add support for the mx4j 2.x HttpAdapter.
Also added option to turn off the XSLTProcessor, and cleaned up some dead code.
Partial fix for Bug #29259
Revision ChangesPath
1.23
Hello,
Due to the increased volume of SPAM this mailbox has been closed.
Please contact us via http://www.directxtras.com/ContactUS.asp
We apology for the inconvenience.
Best Regards,
--
The DirectXtras Team
-
DirectXtras - Xtr
Dear Tomcat Developers List,
The Support Request you submitted to the Opera Software
Support Desk with the Title of "cvs commit:
jakarta-tomcat-connectors/jk/java/org/apache/jk/common JkMX.java" has been
given the following ID-number:
274864
Please do not change the Subject l
22:05 -
Received: (qmail 47691 invoked by uid 1198); 9 Apr 2004 08:22:30 -
Date: 9 Apr 2004 08:22:30 -
Message-ID: <[EMAIL PROTECTED]>
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common JkMX.java
X-Spam-Rating:
hgomez 2004/04/09 01:22:30
Modified:jk/java/org/apache/jk/common JkMX.java
Log:
Set the RMI port to the one provided in parameter.
If not, MX4J will use the default one, 1099, and JRMP adaptor
won't be able to access service
Revision ChangesPath
1.22 +2 -0
billbarker2004/03/08 21:39:15
Modified:jk/java/org/apache/jk/common JkMX.java
Log:
Fix problems with finding the Adapter in TC 5.
In TC 5, jmx.jar is in a different CL than jmx-tools.jar, so you can't use
createMBean w/o specifying the CL. TC 3 & 4 should work much as before.
hgomez 2003/10/16 04:51:16
Modified:jk/xdocs/jk2 configweb.xml
jk/java/org/apache/jk/common JkMX.java
Log:
Fix getters/setters and update documentation
Revision ChangesPath
1.18 +4 -3 jakarta-tomcat-connectors/jk/xdocs/jk2/configweb.xml
Inde
hgomez 2003/10/16 04:41:56
Modified:jk/java/org/apache/jk/common JkMX.java
Log:
Oups, no my day ;(
Revision ChangesPath
1.18 +1 -1 jakarta-tomcat-connectors/jk/java/org/apache/jk/common/JkMX.java
Index: JkMX.java
=
hgomez 2003/10/16 04:41:18
Modified:jk/java/org/apache/jk/common JkMX.java
Log:
Update code to be able to select HTTP + JRMP support,
also you should use now mx.enabled
mx.enabled=true
mx.httpPort=8098
mx.httpHost=mymachine
mx.jrmpPort=8098
mx.jrmpHost=mymachine
hgomez 2003/10/16 04:09:09
Modified:jk/java/org/apache/jk/common JkMX.java
Log:
More log informations
Revision ChangesPath
1.16 +3 -3 jakarta-tomcat-connectors/jk/java/org/apache/jk/common/JkMX.java
Index: JkMX.java
==
hgomez 2003/10/16 04:05:56
Modified:jk/java/org/apache/jk/common JkMX.java
Log:
Better check the class than the package isn't it ?
Revision ChangesPath
1.15 +1 -1 jakarta-tomcat-connectors/jk/java/org/apache/jk/common/JkMX.java
Index: JkMX.java
=
hgomez 2003/10/16 03:58:15
Modified:jk/java/org/apache/jk/common JkMX.java
Log:
When adding jrmp support I added a sac of ...
I win the Jaja D'Or contest this time
Revision ChangesPath
1.14 +9 -7 jakarta-tomcat-connectors/jk/java/org/apache/jk/common/JkMX.
could you pl. redirect these messages to [EMAIL PROTECTED]
thanks & best regards
Rajendra K. Warrier
From: [EMAIL PROTECTED]
Reply-To: "Tomcat Developers List" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/
funkman 2003/06/01 18:22:33
Modified:jk/java/org/apache/jk/common JkMX.java
Log:
Check for the existence of the class before trying to load the adapter.
This is an attempt to prevent the logging of error messages
since they aren't errors. If no adapters get loaded, but mx.port
costin 2003/02/16 18:12:46
Modified:jk/java/org/apache/jk/common JkMX.java
Log:
If the RMI adapter fails, we can still load http.
This should be deprecated/removed - there are better ways to load jmx console,
and the magic it is doing to avoid deps on JMX is no longer needed.
costin 2002/10/30 14:22:46
Modified:jk/java/org/apache/jk/common JkMX.java
Log:
Added support for starting the mx4j RMI connector. This is
obviously disabled by default.
Revision ChangesPath
1.7 +33 -0 jakarta-tomcat-connectors/jk/java/org/apache/jk/common/Jk
costin 2002/08/09 13:53:21
Modified:jk/java/org/apache/jk/common JkMX.java
Log:
Update to match the fixes in DynamicMBeanProxy.
Register JkMain as an mbean.
Revision ChangesPath
1.6 +6 -17 jakarta-tomcat-connectors/jk/java/org/apache/jk/common/JkMX.java
costin 2002/07/24 15:10:59
Modified:jk/java/org/apache/jk/common JkMX.java
Log:
Added the host attribute - since MX4J now defaults to localhost.
Revision ChangesPath
1.4 +15 -1 jakarta-tomcat-connectors/jk/java/org/apache/jk/common/JkMX.java
Index: JkMX.j
costin 2002/06/06 17:24:24
Modified:jk/java/org/apache/jk/common JkMX.java
Log:
Support for JMX_RI. ( again, using jmx magic to avoid explicit dependencies )
Revision ChangesPath
1.3 +19 -1 jakarta-tomcat-connectors/jk/java/org/apache/jk/common/JkMX.java
costin 2002/06/06 15:21:04
Modified:jk/java/org/apache/jk/common JkMX.java
Log:
You can no specify the port where the mx4j adapter listens.
That's for debugging - it should be set to -1 for normal use.
Note that mx4j has problems with the thread class loader ( surprise ? ),
costin 2002/06/05 14:27:06
Added: jk/java/org/apache/jk/common JkMX.java
Log:
Initial code for the (experimental for now ) JMX support for jk.
This is the first step in enabling JMX support for the C components
and the remote native jk ( there is still a _lot_ of work for
25 matches
Mail list logo