Excerpt |
---|
Process monitor for monitoring the process of the newspaper digitisation flow. The processmonitor is a webservice deployable in a Tomcat. |
Initial Release v1.0
The release war is downloadable at http://...
The application requires a single context parameter pointing at a single configuration file.
The context parameter is:
Code Block |
---|
<Context>
<Parameter name="contextConfigLocation" value="file://${user.home}/newspaper-devel-config/process.monitor.config/ApplicationContext.xml"
override="false"/>
</Context> |
The configuration file is for spring and needs:
...