floatingworld
08-16-2009, 07:06 AM
There's probably an "official" way to do this, but if you have the resin-status servlet (http://www.caucho.com/resin-3.0/jmx/servlet.xtp) enabled with the security-exception set to only allow it to be viewed from 127.0.0.1, on a server with no GUI, you can install html2text (http://www.mbayer.de/html2text/) (aptitude install html2text on Debian or Ubuntu, for example) and this
html2text http://127.0.0.1/resin-status
will display the page.
html2text http://127.0.0.1/resin-status
will display the page.