There are two items that must be configured for your specific application in this configuration file:
- the sap.proxy.pkg
- the appname
They come configured for the skeleton, oasskeleton:
- sap.proxy.pkg=edu.mit.oasskeleton.proxy
- appname=oasskeleton
They should be changed to, for example,
- sap.proxy.pkg=edu.mit.safo.proxy
- appname=safo
Message content can also be overridden and customized in the ApplicationResources.properties file.
...