517518519520521522523524525526527
* */ protected void serverinfo() throws IOException { final TServerInfo tpl = new TServerInfo(); tpl.setProperties( getProperties() ); getResponse().showJson( tpl.makeRenderer() ); }