next up previous contents
Next: Data Management Up: Common Services Previous: LRU Image Cache Cleanup   Contents

Remote Administration server

The goal of remote administration is to dynamically update/change or monitor system parameters and security administration without bringing down the tomcat server. The remote administration has two parts; The provided remote client is intentionally harcoded to work from the localhost (i.e. same machine as the HID web app (clinical)) for security reasons. The admin server main class is is AdminServer from clinical.tools.security.server package. AdminServer uses extended XML-RPC as implemented in clinical.comm package for communication protocol with its clients.

Check REMOTE_ADMIN_SETUP_GUIDE.txt for info on configuration and usage.


Burak Ozyurt 2008-03-28