Welcome to OMEN's page on Sourceforge.
Currently OMEN is available in two forms: source code and binary releases.
The source code releases are in 6 directories in the CVS server.
- WebServerPortal: provides web services for the master portal
- OMENAdmin: provides a web interface for administering the master portal computer which resides on the master portal.
- OMEN: provides a web interface for researchers utilizing the service, also residing on the master portal computer
- WebServiceLibrary: provides web services for the library portal computer
- Library: provides a web interface for administering the library portal computer
- WebServiceWorker: provides web services for the Worker computers
The three projects providing web services should be deployed as web applications under tomcat. The
webservices need to be deployed in the axis web app using the appropriate calls to the admin servlet to register them.
There are also four binary releases of OMEN:
- Combined.tar.gz: combines the master server, library server, and a worker server on one computer
- Master.tar.gz: consists of only the code for the master portal computer
- Library.tar.gz: consists of only the code for the library portal computer
- Worker.tar.gz conssits of only code for the worker library portal computer
Each binary release contains all the files necessary to run one of the servers.