Re: Permission Denied - Attachments
Raghu Upadhyayula wrote: Hi John, I'm not sure what path axis sees as its root directory, in my previous project I've given a full path like /usr/local/temp/attachments and I suggest to do the same thing ... Perfect, that is what I needed to know.. Thank you! John... Thanks Raghu -Original Message- From: John B. Moore [mailto:j...@esonicspider.com] Sent: Monday, December 22, 2008 1:20 PM To: axis-user@ws.apache.org Subject: Re: Permission Denied - Attachments Raghu Upadhyayula wrote: John, From the name of the property (attachments.Directory) it looks like you are using Axis 1.x (either 1.3 or 1.4). In that case this property will be in the server-config.wsdd file. Ah, thanks, found it... Next question.. The property is: So what does Axis see as its root directory so that I can create that folder, OR is it best just to put a hard coded path like /usr/local/tomcat/temp ?? (Remember this is Tomcat 5.5.x on CentOS 4.7) Thanks.. John.. Thanks Raghu -Original Message- From: John B. Moore [mailto:j...@esonicspider.com] Sent: Monday, December 22, 2008 10:57 AM To: axis-user@ws.apache.org Subject: Re: Permission Denied - Attachments It seems to boil down to where the property attachments.Directory ..is set.. So far I can't find that "place" or any documentation of where that might be set/defined/etc.. Any pointers will be very much appreciated.. John..
RE: Permission Denied - Attachments
Hi John, I'm not sure what path axis sees as its root directory, in my previous project I've given a full path like /usr/local/temp/attachments and I suggest to do the same thing ... Thanks Raghu -Original Message- From: John B. Moore [mailto:j...@esonicspider.com] Sent: Monday, December 22, 2008 1:20 PM To: axis-user@ws.apache.org Subject: Re: Permission Denied - Attachments Raghu Upadhyayula wrote: > John, > > From the name of the property (attachments.Directory) it looks > like you are using Axis 1.x (either 1.3 or 1.4). In that case this > property will be in the server-config.wsdd file. Ah, thanks, found it... Next question.. The property is: So what does Axis see as its root directory so that I can create that folder, OR is it best just to put a hard coded path like /usr/local/tomcat/temp ?? (Remember this is Tomcat 5.5.x on CentOS 4.7) Thanks.. John.. > > Thanks > Raghu > > -Original Message- > From: John B. Moore [mailto:j...@esonicspider.com] > Sent: Monday, December 22, 2008 10:57 AM > To: axis-user@ws.apache.org > Subject: Re: Permission Denied - Attachments > > It seems to boil down to where the property > > attachments.Directory > > ..is set.. > > So far I can't find that "place" or any documentation of where that > might be set/defined/etc.. > > Any pointers will be very much appreciated.. > > John.. > >
Re: Permission Denied - Attachments
Raghu Upadhyayula wrote: John, From the name of the property (attachments.Directory) it looks like you are using Axis 1.x (either 1.3 or 1.4). In that case this property will be in the server-config.wsdd file. Ah, thanks, found it... Next question.. The property is: So what does Axis see as its root directory so that I can create that folder, OR is it best just to put a hard coded path like /usr/local/tomcat/temp ?? (Remember this is Tomcat 5.5.x on CentOS 4.7) Thanks.. John.. Thanks Raghu -Original Message- From: John B. Moore [mailto:j...@esonicspider.com] Sent: Monday, December 22, 2008 10:57 AM To: axis-user@ws.apache.org Subject: Re: Permission Denied - Attachments It seems to boil down to where the property attachments.Directory ..is set.. So far I can't find that "place" or any documentation of where that might be set/defined/etc.. Any pointers will be very much appreciated.. John..
RE: Permission Denied - Attachments
grant TC access to all files in that folder so for example in $TOMCAT_HOME/conf/catalina.policy // These permissions apply to all files in ${tomcat.home}/ temp/- folder grant codeBase "file:${tomcat.home}/temp/-" { permission java.security.AllPermission; }; HTH Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confidential nature and Sender does not endorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. > Date: Mon, 22 Dec 2008 08:57:19 -0800 > From: j...@esonicspider.com > To: axis-user@ws.apache.org > Subject: Re: Permission Denied - Attachments > > It seems to boil down to where the property > > attachments.Directory > > ..is set.. > > So far I can't find that "place" or any documentation of where that > might be set/defined/etc.. > > Any pointers will be very much appreciated.. > > John.. _ It’s the same Hotmail®. If by “same” you mean up to 70% faster. http://windowslive.com/online/hotmail?ocid=TXT_TAGLM_WL_hotmail_acq_broad1_122008
RE: Permission Denied - Attachments
John, From the name of the property (attachments.Directory) it looks like you are using Axis 1.x (either 1.3 or 1.4). In that case this property will be in the server-config.wsdd file. Thanks Raghu -Original Message- From: John B. Moore [mailto:j...@esonicspider.com] Sent: Monday, December 22, 2008 10:57 AM To: axis-user@ws.apache.org Subject: Re: Permission Denied - Attachments It seems to boil down to where the property attachments.Directory ..is set.. So far I can't find that "place" or any documentation of where that might be set/defined/etc.. Any pointers will be very much appreciated.. John..
RE: Permission Denied - Attachments
John, Which version of Axis are you using? Thanks Raghu -Original Message- From: John B. Moore [mailto:j...@esonicspider.com] Sent: Monday, December 22, 2008 10:57 AM To: axis-user@ws.apache.org Subject: Re: Permission Denied - Attachments It seems to boil down to where the property attachments.Directory ..is set.. So far I can't find that "place" or any documentation of where that might be set/defined/etc.. Any pointers will be very much appreciated.. John..
Re: Permission Denied - Attachments
It seems to boil down to where the property attachments.Directory ..is set.. So far I can't find that "place" or any documentation of where that might be set/defined/etc.. Any pointers will be very much appreciated.. John..