[Ejtools-cvs] applications/jmx.browser/src/conf README_GERONIMO,NONE,1.1 README_JONAS,NONE,1.1 READM
Brought to you by:
letiemble
Update of /cvsroot/ejtools/applications/jmx.browser/src/conf In directory sc8-pr-cvs1:/tmp/cvs-serv13614/jmx.browser/src/conf Modified Files: README jmx.connection.properties log4j.properties Added Files: README_GERONIMO README_JONAS README_MX4J_1.1.1 README_MX4J_2.0.0 plaf.properties Log Message: Address Bug #775745 Address Todo #800902 Address Todo #755528 Remove @created tags Add support for MXJ4 2.0.0 (still beta) Add support for JXM Remoting through RMI --- NEW FILE: README_GERONIMO --- # ------------------------------------------------------------ # # EJTools, the Enterprise Java Tools # # Distributable under LGPL license. # See terms of license at www.gnu.org. # # Feedback and support at http://sourceforge.net/project/ejtools # # ------------------------------------------------------------ See the README for MX4J. --- NEW FILE: README_JONAS --- # ------------------------------------------------------------ # # EJTools, the Enterprise Java Tools # # Distributable under LGPL license. # See terms of license at www.gnu.org. # # Feedback and support at http://sourceforge.net/project/ejtools # # ------------------------------------------------------------ See the README for MX4J. --- NEW FILE: README_MX4J_1.1.1 --- # ------------------------------------------------------------ # # EJTools, the Enterprise Java Tools # # Distributable under LGPL license. # See terms of license at www.gnu.org. # # Feedback and support at http://sourceforge.net/project/ejtools # # ------------------------------------------------------------ To use the Swing based JMX Browser with MX4J 1.1.1, do as follow : - copy the mx4j.jar file of the MX4J distribution to the lib/ext folder of JMX Browser. - copy the mx4j-tools.jar of the MX4J distribution to the lib/ext folder of JMX Browser. That's it. --- NEW FILE: README_MX4J_2.0.0 --- # ------------------------------------------------------------ # # EJTools, the Enterprise Java Tools # # Distributable under LGPL license. # See terms of license at www.gnu.org. # # Feedback and support at http://sourceforge.net/project/ejtools # # ------------------------------------------------------------ To use the Swing based JMX Browser with MX4J 1.2 (JMX Remoting), do as follow : - copy the mx4j.jar file of the MX4J distribution to the lib/ext folder of JMX Browser. - copy the mx4j-remote.jar of the MX4J distribution to the lib/ext folder of JMX Browser. - copy the mx4j-tools.jar of the MX4J distribution to the lib/ext folder of JMX Browser. That's it. --- NEW FILE: plaf.properties --- # ------------------------------------------------------------ # # EJTools, the Enterprise Java Tools # # Distributable under LGPL license. # See terms of license at www.gnu.org. # # Feedback and support at http://sourceforge.net/project/ejtools # # ------------------------------------------------------------ # Set the class for Pluggable Look And Feel #plaf.class=your.look.and.feel.class.name Index: README =================================================================== RCS file: /cvsroot/ejtools/applications/jmx.browser/src/conf/README,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** README 8 Jan 2003 22:31:09 -0000 1.1 --- README 27 Nov 2003 01:13:06 -0000 1.2 *************** *** 10,12 **** # ------------------------------------------------------------ ! See application server specific README for detailed configuration. --- 10,12 ---- # ------------------------------------------------------------ ! See specific README for detailed configuration. Index: jmx.connection.properties =================================================================== RCS file: /cvsroot/ejtools/applications/jmx.browser/src/conf/jmx.connection.properties,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** jmx.connection.properties 10 Mar 2003 22:13:11 -0000 1.2 --- jmx.connection.properties 27 Nov 2003 01:13:06 -0000 1.3 *************** *** 10,14 **** # ------------------------------------------------------------ ! connection.10.name=JBoss 3.x (RMI) connection.10.classname=org.ejtools.jmx.browser.model.connector.JBoss30RMIConnectionService connection.10.factory=org.jnp.interfaces.NamingContextFactory --- 10,17 ---- # ------------------------------------------------------------ ! # ! # JBoss connectivity ! # ! connection.10.name=JBoss 3.x.x (RMI) connection.10.classname=org.ejtools.jmx.browser.model.connector.JBoss30RMIConnectionService connection.10.factory=org.jnp.interfaces.NamingContextFactory *************** *** 18,23 **** --- 21,30 ---- connection.10.principal= connection.10.credentials= + connection.10.service= + # + # Weblogic connectivity + # connection.20.name=WebLogic 7.x connection.20.classname=org.ejtools.jmx.browser.model.connector.WebLogic70ConnectionService *************** *** 28,33 **** --- 35,44 ---- connection.20.principal= connection.20.credentials= + connection.20.service= + # + # MX4J connectivity + # connection.30.name=MX4J 1.1.1 (IIOP) connection.30.classname=org.ejtools.jmx.browser.model.connector.MX4J111IIOPConnectionService *************** *** 38,41 **** --- 49,53 ---- connection.30.principal= connection.30.credentials= + connection.30.service= connection.31.name=MX4J 1.1.1 (JRMP) *************** *** 47,52 **** --- 59,97 ---- connection.31.principal= connection.31.credentials= + connection.31.service= + connection.32.name=MX4J 2.0.0 (JMX Remoting) + connection.32.classname=org.ejtools.jmx.browser.model.connector.RemotingConnectionService + connection.32.factory=com.sun.jndi.rmi.registry.RegistryContextFactory + connection.32.packages= + connection.32.context= + connection.32.url=rmi://localhost:1099 + connection.32.principal= + connection.32.credentials= + connection.32.service=service:jmx:rmi://localhost/jndi/jmx + connection.33.name=MX4J 2.0.0 (IIOP) + connection.33.classname=org.ejtools.jmx.browser.model.connector.MX4J12IIOPConnectionService + connection.33.factory=com.sun.jndi.cosnaming.CNCtxFactory + connection.33.packages=com.sun.jndi.cosnaming + connection.33.context=iiop + connection.33.url=iiop://localhost:900 + connection.33.principal= + connection.33.credentials= + connection.33.service= + + connection.34.name=MX4J 2.0.0 (JRMP) + connection.34.classname=org.ejtools.jmx.browser.model.connector.MX4J12JRMPConnectionService + connection.34.factory=com.sun.jndi.rmi.registry.RegistryContextFactory + connection.34.packages=com.sun.jndi.rmi.registry + connection.34.context=jrmp + connection.34.url=rmi://localhost:1099 + connection.34.principal= + connection.34.credentials= + connection.34.service= + + + # + # TMX4J connectivity # Stand by : no need for the moment # *************** *** 61,64 **** --- 106,111 ---- + # + # Pramati connectivity # Stand by : no need for the moment # Index: log4j.properties =================================================================== RCS file: /cvsroot/ejtools/applications/jmx.browser/src/conf/log4j.properties,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** log4j.properties 10 Jan 2003 21:26:04 -0000 1.5 --- log4j.properties 27 Nov 2003 01:13:06 -0000 1.6 *************** *** 1,26 **** ! # ------------------------------------------------------------ ! # ! # EJTools, the Enterprise Java Tools ! # ! # Distributable under LGPL license. ! # See terms of license at www.gnu.org. ! # ! # Feedback and support at http://sourceforge.net/project/ejtools ! # ! # ------------------------------------------------------------ ! ! # Set root category priority to DEBUG and its only appender to STDOUT. ! log4j.rootCategory=DEBUG, STDOUT, R ! ! # STDOUT is set to be a ConsoleAppender. ! log4j.appender.STDOUT=org.apache.log4j.ConsoleAppender ! log4j.appender.STDOUT.layout=org.apache.log4j.PatternLayout ! log4j.appender.STDOUT.layout.ConversionPattern=[%-5p] (%c:%L) - %m%n ! ! # R is set to be a RollingFileAppender ! log4j.appender.R=org.apache.log4j.RollingFileAppender ! log4j.appender.R.File=../logs/event.log ! log4j.appender.R.MaxFileSize=500KB ! log4j.appender.R.MaxBackupIndex=5 ! log4j.appender.R.layout=org.apache.log4j.PatternLayout ! log4j.appender.R.layout.ConversionPattern=[%-5p] (%c:%L) - %m%n --- 1,26 ---- ! # ------------------------------------------------------------ ! # ! # EJTools, the Enterprise Java Tools ! # ! # Distributable under LGPL license. ! # See terms of license at www.gnu.org. ! # ! # Feedback and support at http://sourceforge.net/project/ejtools ! # ! # ------------------------------------------------------------ ! ! # Set root category priority to DEBUG and its only appender to STDOUT. ! log4j.rootCategory=DEBUG, STDOUT, R ! ! # STDOUT is set to be a ConsoleAppender. ! log4j.appender.STDOUT=org.apache.log4j.ConsoleAppender ! log4j.appender.STDOUT.layout=org.apache.log4j.PatternLayout ! log4j.appender.STDOUT.layout.ConversionPattern=[%-5p] (%c:%L) - %m%n ! ! # R is set to be a RollingFileAppender ! log4j.appender.R=org.apache.log4j.RollingFileAppender ! log4j.appender.R.File=../logs/event.log ! log4j.appender.R.MaxFileSize=500KB ! log4j.appender.R.MaxBackupIndex=5 ! log4j.appender.R.layout=org.apache.log4j.PatternLayout ! log4j.appender.R.layout.ConversionPattern=[%-5p] (%c:%L) - %m%n |