You could probably set the logging level to Warn for the logging category
org.apache.axis.configuration.FileProvider.  (The message you're
trying to suppress is of level Info.)  You'd probably need to edit the
logging.properties file in the axis jar or alter the logging
configuration programmatically.

Jeff
On 5/26/06, ANTHONY ZIOLKOWSKI <[EMAIL PROTECTED]> wrote:


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]



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

Reply via email to