Next: Data Management
Up: Common Services
Previous: LRU Image Cache Cleanup
Contents
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 admin server running in the HID getCollectiveNameweb application (clients can connect on port 11111)
- a remote admin client running in its own process space (i.e. as a standalone app different than the HID web app).
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