Re: Extracting Lucene onto Tomcat

2004-07-21 Thread Erik Hatcher
On Jul 21, 2004, at 8:10 AM, Ian McDonnell wrote: Is the package information and import paths ready to deploy on Tomcat server. I tried extracting lucene on the server, but when i compile files, it just throws numerous no class definition errors and errors relating to the package. Huh? Lucene

Re: Extracting Lucene onto Tomcat

2004-07-21 Thread Ian McDonnell
Well when i extracted it, it created the org/apache/lucene directories in the public_html directory. When i try to compile any of the source it just throws numerous errors. I've got the classpath set to web-inf/classes. Have i extraced it to the wrong directory? --- Erik Hatcher [EMAIL

Re: Extracting Lucene onto Tomcat

2004-07-21 Thread Ian McDonnell
Also another silly question, do i need to setup a war on the server? --- Ian McDonnell [EMAIL PROTECTED] wrote: Well when i extracted it, it created the org/apache/lucene directories in the public_html directory. When i try to compile any of the source it just throws numerous errors. I've got

Re: Extracting Lucene onto Tomcat

2004-07-21 Thread Zilverline info
Hi Ian, Depending on what you want to do, you could also follow the installation instructions on http://www.zilverline.org. It describes how to install zilverline, but the same goes for the lucene war. Hope this helps, Michael Franken Ian McDonnell wrote: Also another silly question, do i

Re: Extracting Lucene onto Tomcat

2004-07-21 Thread Ian McDonnell
I was looking at your instructions there, but couldnt really figure out what you mean. Can i manually add the extracted directories onto the tomcat server, if so what should my root directory be? Say for example the extracted directories org/apache/lucene/ Should i have that as

Re: Extracting Lucene onto Tomcat

2004-07-21 Thread Erik Hatcher
There is no need to extract Lucene's JAR file. Your questions indicate that you have some Tomcat and Java web application learning to do and this forum is not the most appropriate place to ask. Lucene includes a web application demo that you could try deploying by following the steps here:

Re: Extracting Lucene onto Tomcat

2004-07-21 Thread Zilverline info
Hi Ian, You don't extract war files, or jar files. To deploy a web application that comes as a war file, you just have to drop it into webserver/servlet engine. So just: copy lucene.war tomcatserver/webapps. That's it. I advice you to read some of the documentation on the Tomcat website on

Re: Extracting Lucene onto Tomcat

2004-07-21 Thread Ian McDonnell
No sorry i didnt mean that i was trying to extract the jars at all. I meant the extraction of the original lucene source bundle. I have been developing in java for going on 5 years now, but am relatively new to Web Apps. I have some experience in TomCat from days as an undergrad and do

Re: Extracting Lucene onto Tomcat

2004-07-21 Thread Erik Hatcher
On Jul 21, 2004, at 11:19 AM, Ian McDonnell wrote: No sorry i didnt mean that i was trying to extract the jars at all. I meant the extraction of the original lucene source bundle. I have been developing in java for going on 5 years now, but am relatively new to Web Apps. I have some experience

RE: Extracting Lucene onto Tomcat

2004-07-21 Thread Karthik N S
there should be some Information in the Lucene package itself for doing this with regards Karthik -Original Message- From: Zilverline info [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 21, 2004 7:56 PM To: Lucene Users List Subject: Re: Extracting Lucene onto Tomcat Hi Ian, Depending