I think you might be refering to the xml files you keep in C:\Program 
Files\Apache\Tomcat\conf\Catalina\localhost

I have a file with the contents (myapp.xml):

<?xml version='1.0' encoding='utf-8'?>
<Context docBase="C:/work/aggregation/myapp/web" path="/myapp" reloadable="true">
</Context>



-----Original Message-----
From: Rupinder Singh Mazara [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 31, 2004 12:36 PM
To: Lucene Users List; [EMAIL PROTECTED]
Subject: RE: -- TomCat/Lucene, filesystem


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]


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

Reply via email to