You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by co...@apache.org on 2004/10/06 17:30:16 UTC

cvs commit: jakarta-tomcat-catalina/webapps/jmxremote README

costin      2004/10/06 08:30:16

  Added:       webapps/jmxremote README
  Log:
  Add the readme
  
  Revision  Changes    Path
  1.1                  jakarta-tomcat-catalina/webapps/jmxremote/README
  
  Index: README
  ===================================================================
  Simple webapp that loads the Jmx remote connector. 
  
  You need to add mx4j-remote.jar to your common loader or use JDK1.5. Any other JMX implementation
  that supports javax.remote should work as well. 
  
  The directory structure is a bit different from manager and the other webapps in catalina. I'm
  using eclipse, set up to use separate output dirs and autocompile. The output dir is set to WEB-INF/classes,
  and I have a symlink to the jmxremote dir in the sources - so basically there is no need to run ant/manually compile, 
  just save the file and reload the app. 
  
  MISSING: user/password, SSL, custom RMI server address - can be easily added using servlet params ( and should be 
  added if this ever gets included in the distro )
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org