[Mc4j-development] [ mc4j-Bugs-1067463 ] Documentation bug for Tomcat 4.1.30
Brought to you by:
ghinkl
From: SourceForge.net <no...@so...> - 2004-11-16 16:39:42
|
Bugs item #1067463, was opened at 2004-11-16 17:39 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=1067463&group_id=60228 Category: Connections Group: MC4J 1.2b7-1 Status: Open Resolution: None Priority: 5 Submitted By: -- (pabloj) Assigned to: Nobody/Anonymous (nobody) Summary: Documentation bug for Tomcat 4.1.30 Initial Comment: Hi, I've found out that your docs for Tomcat 4.1 seem to be wrong, at page http://mc4j.sourceforge.net/usageTomcat.html#Setting%20up%20Tomcat%204.1 you detailed a setup and connection procedure that does not work (al least on my server), in order to make it work I had to: add to jk2.properties the following lines: mx.port=1099 mx.enabled=true mx.jrmpPort=1099 mx.jrmpHost=localhost copy to ./common/lib two files: mx4j-jmx-1.1.1.jar mx4j-tools-1.1.1.jar and I got it working, this is what my stdout.log shows: ... - Creating Naming:name=rmiregistry - Creating Adaptor:protocol=jrmp on host localhost at port 1099 - Registering the JMX hierarchy for Log4J ... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=1067463&group_id=60228 |