testdriven / psi-probe

Advanced manager and monitor for Apache Tomcat, forked from Lambda Probe
8 stars 1 forks source link

Text-based interface #347

Open padcom opened 10 years ago

padcom commented 10 years ago

From mark.fa...@gmail.com on April 22, 2013 18:15:58

The stock Tomcat 7 manager application has two features I'd like to see in psi-probe. Perhaps they already are and if so I'm sorry but I could not find them. Which existing feature would you like to see enhanced? 1. Text-based control

  1. jmxproxy servlet Please describe the enhancement in detail. 1. Text-based control - From: http://tomcat.apache.org/tomcat-7.0-doc/manager-howto.html A minimal version using HTTP requests only which is suitable for use by scripts setup by system administrators. Commands are given as part of the request URI, and responses are in the form of simple text that can be easily parsed and processed. See Supported Manager Commands for more information.
  2. jmxproxy servlet - From : http://tomcat.apache.org/tomcat-7.0-doc/manager-howto.html#Using_the_JMX_Proxy_Servlet The JMX Proxy Servlet is a lightweight proxy to get and set the tomcat internals.

How will this enhancement make Probe better? It will provide feature parity with stock manager application in Tomcat 7. Allowing administrators to completely remove the stock manager application.

Original issue: http://code.google.com/p/psi-probe/issues/detail?id=347

padcom commented 10 years ago

From MALfunct...@gmail.com on April 22, 2013 13:02:19

It seems that issue 13 can cover the JMX side of this, so I'm removing that part.

In the future, please file separate issues for independent features.

Summary: Text-based interface (was: Add text-based manager control and jmxproxy servlet to psi-probe.)
Status: Accepted
Labels: -Type-Enhancement Type-Feature