I see. Is there anyway of supressing the message or eliminating entirely? My applet will be polling frequently and the message appears in the console on every poll.

----- Original Message ----
From: Jeff Greif <[EMAIL PROTECTED]>
To: [email protected]
Sent: Friday, May 26, 2006 11:53:20 AM
Subject: Re: QUESTION: meaning of message - FileProvider - Configuration file read-only so engine configuration changes will not be saved

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