cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common ModJkMX.java

2003-10-13 Thread billbarker
billbarker2003/10/12 23:34:06 Modified:jk/java/org/apache/jk/common ModJkMX.java Log: Slightly improving on sordid hack. It's still too ugly for words, but at least I know it works with modeler-1.1. Revision ChangesPath 1.7 +10 -3

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common ModJkMX.java

2003-10-11 Thread billbarker
billbarker2003/10/10 23:10:00 Modified:jk/java/org/apache/jk/common ModJkMX.java Log: Further attempts to get Gump to build. This patch is truely horrifying. Please remove all small children from the room :(. At this point I'm +1 for excluding this file until it gets a

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common ModJkMX.java

2003-10-09 Thread billbarker
billbarker2003/10/09 21:08:31 Modified:jk/java/org/apache/jk/common ModJkMX.java Log: Fix Gump builds. This should work against both modeler-1.1 and modeler-HEAD, since it seems that having the oname field in this class is redundant. Revision ChangesPath 1.5

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common ModJkMX.java

2003-03-03 Thread costin
costin 2003/03/03 07:24:38 Modified:jk/java/org/apache/jk/common ModJkMX.java Log: A couple of fixes and small enhancements. Clean up on destroy(), fix the last bean, reload after set, allow explicit control of loading meta and values, etc. I think the code is mostly

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common ModJkMX.java

2003-03-03 Thread costin
costin 2003/03/03 23:02:37 Modified:jk/java/org/apache/jk/common ModJkMX.java Log: First cleanup/refactoring. Instead of | separated values ( I can't believe I did that ! ) use the same format as the config. This way I may get around and implement it for config too ( part

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common ModJkMX.java

2003-02-28 Thread costin
costin 2003/02/28 12:51:03 Added: jk/java/org/apache/jk/common ModJkMX.java Log: Initial code for the jmx proxy. Setting is not yet implemented, and I get strange values with get - but getting metadata and registration is fine. Configure by adding:

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common ModJkMX.java

2003-02-28 Thread costin
costin 2003/02/28 13:58:02 Modified:jk/java/org/apache/jk/common ModJkMX.java Log: Few more fixes. Now both reading and writting works ( and metadata, of course ). It is a bit weird that we don't support anything but strings - but anything else would be painfull in C.