i have a web application using  lucene via tomcat,
you may need to set 
the correct permissions in ur catalina.policy file 

i use a blanket policy of
grant  {
   permission java.io.FilePermission       "/","read";
};

to manage allow access to lucene 


>-----Original Message-----
>From: J.Ph DEGLETAGNE [mailto:[EMAIL PROTECTED]
>Sent: 31 August 2004 17:12
>To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
>Subject: -- TomCat/Lucene, filesystem
>
>
>Hello Somebody, 
> 
>..I beg your pardon... 
> 
>Under Windows XP / TomCat, 
> 
>How to "customize"  Webapp Lucene to access directory filesystem which are
>outside TomCat ?
>like this :
>D:\Program Files\Apache Software Foundation\Tomcat 5.0\..
>to access
>E:\Data
> 
>Thank's a lot
> 
>JPhD
>

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

Reply via email to