>I all,
>
[quoted text clipped - 6 lines]
> Is there some way to do this or security manager
> do not allow in any case.
You'd have to configure your webserver to allow clients to modify files
on there. This might be dangerous though: What if a user uploads a virus to
your webserver?
> If I want yto keep some configuration and update them,
> how could I procede?
You could have a user-account system and let your users update their
preference via JSP or PHP code. When you've got that working, you could
design your applet to use your JSP/PHP interface under the covers.
- Oliver