I am not sure to follow you on this.

Jean-Sébastien Pilon
Systems Administrator
Penson Financial Services Canada Inc.
% Tel.: 514.841.9724 #269 
% Cell: 514.771.0365 

> -----Original Message-----
> From: Martin Gainty [mailto:[EMAIL PROTECTED] 
> Sent: Friday, March 23, 2007 12:38 PM
> To: Tomcat Users List
> Subject: Re: Application resources, where ??
> 
> you will have to set either in server.policy (to make 
> applicable for all containers)
> or catalina.policy (specific for catalina container)
> grant {
> permission java.io.FilePermission "<<ALL FILES>>", 
> "read,write.delete";
> }
> 
> HTH,
> M-
> --------------------------------------------------------------
> ------------- 
> 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: "Jean-Sebastien Pilon" <[EMAIL PROTECTED]>
> To: "Tomcat Users List" <users@tomcat.apache.org>
> Sent: Friday, March 23, 2007 11:20 AM
> Subject: Application resources, where ??
> 
> 
> Hello, 
> 
> I run applications that requires to save have files such as 
> PDF. It was first located within the webapp's directory, but 
> that caused a problem since the files were deleted each time 
> the application was re-deployed.
> 
> Where should I put those files ? 
> 
> Is there any configurations for avoiding to delete the files 
> within the webapp's directory when the webapp is redeployed ?
> 
> 
> TIA
> 
> Jean-Sébastien Pilon
> Systems Administrator
> Penson Financial Services Canada Inc.
> % Tel.: 514.841.9724 #269 
> % Cell: 514.771.0365
> 
> 
> 
> 
> 
> 
> NOTICE: This email contains privileged and confidential 
> information and is intended only for the individual to whom 
> it is addressed. If you are not the named addressee, you 
> should not disseminate, distribute or copy this e-mail. 
> Please notify the sender immediately by e-mail if you have 
> received this transmission by mistake and delete this 
> communication from your system. E-mail transmission cannot be 
> guaranteed to be secured or error-free as information could 
> be intercepted, corrupted, lost, destroyed, arrive late or 
> incomplete, or contain viruses. 
> 
> AVIS: Le présent courriel contient des renseignements de 
> nature privilégiée et confidentielle et n'est destiné qu'à la 
> personne à qui il est adressé. Si vous n'êtes pas le 
> destinataire prévu, vous êtes par les présentes avisés que 
> toute diffusion, distribution ou reproduction de cette 
> communication est strictement interdite. Si vous avez reçu ce 
> courriel par erreur, veuillez en aviser immédiatement 
> l'expéditeur et le supprimer de votre système. Notez que la 
> transmission de courriel ne peut en aucun cas être considéré 
> comme inviolable ou exempt d'erreur puisque les informations 
> qu'il contient pourraient être interceptés, corrompues, 
> perdues, détruites, arrivées en retard ou incomplètes ou 
> contenir un virus. 
> 
> ---------------------------------------------------------------------
> 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