if you're not writing within the $CATALINA_HOME folder you'll need to assign 
write permissions for TOMCAT webapps to access the folder
e.g.
grant {
permission java.io.FilePermission "/opt/jdk1.5.0_06/jre/lib/wsdl.properties", 
"read,write,execute";
}

Viel Gluck,
Martin --
--------------------------------------------------------------------------- 
This e-mail message (including attachments, if any) is intended for the use of 
the individual or entity to which it is addressed and may contain information 
that is privileged, proprietary , confidential and exempt from disclosure. If 
you are not the intended recipient, you are notified that any dissemination, 
distribution or copying of this communication is strictly prohibited.
--------------------------------------------------------------------------- 
Le présent message électronique (y compris les pièces qui y sont annexées, le 
cas échéant) s'adresse au destinataire indiqué et peut contenir des 
renseignements de caractère privé ou confidentiel. Si vous n'êtes pas le 
destinataire de ce document, nous vous signalons qu'il est strictement interdit 
de le diffuser, de le distribuer ou de le reproduire.
----- Original Message ----- 
From: <[EMAIL PROTECTED]>
To: "Tomcat Users List" <users@tomcat.apache.org>
Sent: Saturday, February 17, 2007 12:26 PM
Subject: Re: IOException writing to /usr/share/tomcat5/conf/tomcat-users.xml.new


Hi
----- Original Message ----
From: Rainer Jung <[EMAIL PROTECTED]>
To: Tomcat Users List <users@tomcat.apache.org>
Sent: Saturday, February 17, 2007 12:00:25 PM
Subject: Re: IOException writing to /usr/share/tomcat5/conf/tomcat-users.xml.new


Try if you can touch the file outside of tomcat using the same user id, 
that your tomcat process uses and using the exact samne path. Is there 
SELinux something similar on your system?

Regards,

Rainer

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to