ANTHONY ZIOLKOWSKI wrote:
While running an axis client under in a web browser applet, I get the message - FileProvider - Configuration file read-only so engine configuration changes will not be saved. What does it mean?
Applets usually run in a sandbox which prevents them from writing to the file system. In this case, the Axis engine is trying to save its configuration to a file. As this is not allowed, it can keep it in memory but not persist it to disk. For example, if additional services are deployed while it is running, they will need to be deployed the next time the applet is restarted.

Jeff

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to