Re: LIMO problems

2004-12-13 Thread Daniel Cortes
Hi, I want to know what library do you use for search in PPT files?
POI support this?
thanks
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: LIMO problems

2004-12-13 Thread David Spencer
Daniel Cortes wrote:
Hi, I want to know what library do you use for search in PPT files?
I use this (native code):
http://chicago.sourceforge.net/xlhtml
POI support this?
thanks
-
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]


Re: LIMO problems

2004-12-09 Thread Luke Shannon
I use Luke. It is pretty good.

http://www.getopt.org/luke/

Luke
- Original Message - 
From: Daniel Cortes [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, December 09, 2004 8:32 AM
Subject: LIMO problems


 Hi, I'm tying Limo (Index Monitor of Lucene) and I have a problem,
 obviously it will be a silly problem but now I don't
 have solution.
 Someone can tell me how structure it have limo.properties file?
 because I have any example thanks.
 If you know another web-aplication for administration Lucenes Index say
me.
 Thanks for all, and excuse me for my silly questions.


 -
 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]



Re: LIMO problems

2004-12-09 Thread Luke Francl
On Thu, 2004-12-09 at 07:32, Daniel Cortes wrote:
 Hi, I'm tying Limo (Index Monitor of Lucene) and I have a problem, 
 obviously it will be a silly problem but now I don't
 have solution.
 Someone can tell me how structure it have limo.properties file?
 because I have any example thanks.
 If you know another web-aplication for administration Lucenes Index say me.
 Thanks for all, and excuse me for my silly questions.

Daniel,

Julien or I will be happy to help you, but I need more information. What
version of LIMO are you using?

In LIMO 0.5.2, Julien added a new feature which allows you to configure
the LIMO web application while it is running through the limo.properties
file.

This file is in the standard Java properties file format:

index name=filesystem location

However, you shouldn't need to care about this detail, as there is a
method to add indexes from the web application.

If you have any other questions, please don't hesitate to ask.

Regards,
Luke Francl
LIMO developer

P.S.: LIMO 0.5.2 adds a new index file browser that shows you some
interesting details about your index files. Check it out!


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



Re: LIMO problems

2004-12-09 Thread Luke Francl
On Thu, 2004-12-09 at 10:07, Daniel Cortes wrote:
 I've the last version of LIMO.
 It is running in a Tomcat and I can't add any Index and don't load the 
 index that I create the index before from console (java 
 org.apache.lucene.demo.IndexFiles ...)
 This is the reasson that I demand the structure of limo.properties 
 because this file don't exist and this maner I can force to load the 
 localitation of de Index File.
 Thanks for your time.

Ah, this probably means that LIMO cannot write to this location. If you
give the user you are running Tomcat as permission to write files to
your webapps/limo.war directory (or whatever it's called, I don't
actually use Tomcat), it should work.

If you don't want to do that for security reasons, simply create the
file and put it there yourself. It should be at the same level as the
index.jsp file.

Regards,
Luke Francl
LIMO developer


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