Re: Let me get started

2002-11-15 Thread Uma Maheswar
Yes,
And I got the search working for Standalone but not for my website. As I
have no permissions to access the server. Life is critical here.

Uma

- Original Message -
From: "Steven J. Owens" <[EMAIL PROTECTED]>
To: "Lucene Users List" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Saturday, November 16, 2002 7:27 AM
Subject: Re: Let me get started


> On Wed, Nov 13, 2002 at 10:37:39PM +0530, Uma Maheswar wrote:
> > Can you help me get started? I have downloaded lucene-1.2.jar and
> > lucene-demos-1.2.jar and I have placed them in web-inf/lib directory of
my
> > web server (http://www.javagalaxy.com). I do not know what to do next.
>
>  Did you read the article I pointed you to?  That says what to do
> next.
>
> Steven J. Owens
> [EMAIL PROTECTED]
>
> "I'm going to make broad, sweeping generalizations and strong,
>  declarative statements, because otherwise I'll be here all night and
>  this document will be four times longer and much less fun to read.
>  Take it all with a grain of salt." - Me at http://darksleep.com
>
>
> --
> To unsubscribe, e-mail:
<mailto:lucene-user-unsubscribe@;jakarta.apache.org>
> For additional commands, e-mail:
<mailto:lucene-user-help@;jakarta.apache.org>
>
>
>


--
To unsubscribe, e-mail:   <mailto:lucene-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-user-help@;jakarta.apache.org>




Re: Configuration in Standalone

2002-11-15 Thread Uma Maheswar
Yes, I have re index the search and made the search directory in webapps its
now in /webapps/mysearch folder.

How do I remove /webapps from the resulted URL in search? Do I need to
configure any thing?

Thanks
Uma

- Original Message -
From: "Cox, Charlie" <[EMAIL PROTECTED]>
To: "'Lucene Users List'" <[EMAIL PROTECTED]>
Sent: Friday, November 15, 2002 7:44 PM
Subject: RE: Configuration in Standalone


> the directory that you index should be 'webapps', not 'tomcat'. Tomcat
will
> only parse URLs under the webapps directory unless you configure it
> otherwise.
>
> in your browser, use the same url except remove '/webapps' and it should
> show the page.
>
> Charlie
>
> > -Original Message-
> > From: Uma Maheswar [mailto:uma@;globalleafs.com]
> > Sent: Friday, November 15, 2002 5:47 AM
> > To: Lucene Users List
> > Subject: Re: Configuration in Standalone
> >
> >
> > Ok, I got it to work. I can now see a list of search results.
> > But when I
> > click on the links in those search results, I get that  the
> > file is not
> > found. It has this URL
> > http://localhost:8080/webapps/tomcat-docs/catalina/docs/api/or
> > g/apache/catal
> > ina/deploy/Test.html
> >
> > I dont even see http://localhost:8080/webapps is working
> > either. What could
> > be the problem?
> >
> > Uma
> >
> >
> > - Original Message -
> > From: "Spence Nichols" <[EMAIL PROTECTED]>
> > To: "Lucene Users List" <[EMAIL PROTECTED]>
> > Sent: Friday, November 15, 2002 3:40 PM
> > Subject: RE: Configuration in Standalone
> >
> >
> > > The index location specified in the configuration file must
> > be the same as
> > > that specified for the -index parameter when running
> > IndexHTML .  Use an
> > > absolute path for both to make sure its looking at the same
> > location.
> > >
> > > Looks like you may need to restart Tomcat to see your new
> > configuration.jsp
> > > file.
> > >   -Original Message-
> > >   From: Uma Maheswar [mailto:uma@;globalleafs.com]
> > >   Sent: 15 November 2002 09:37
> > >   To: Lucene Users List
> > >   Subject: Configuration in Standalone
> > >
> > >
> > >   Hello,
> > >   I am trying to do search for Standalone. I made it up to
> > configuration
> > > level. All is working well. But when I try to search in
> > >   http://localhost:8080/luceneweb/index.jsp , I get
> > >   Welcome to the Lucene Template application. (This is the header)
> > >
> > >   ERROR opening the Index - contact sysadmin!
> > >
> > >   While parsing query: C:\opt\lucene\index not a directory
> > >
> > >
> > >   Jakarta Lucene Template WebApp 1.0
> > >
> > >   These are the steps that I have followed
> > >
> > >
> > >   C:\Progra~1\Apache Tomcat 4.0\java
> > > org.apache.lucene.demo.IndexHTML -create -index mysearch ..
> > >   I got a directory named "mysearch" in c:\Progra~1\Apache Tomcat
> > > 4.0\mysearch
> > >   I got a direcotory named "luceneweb" in
> > tomcat\webapps\luceneweb after
> > > copying luceneweb.war file to tomcat/webapps
> > >
> > >I have already configured the configuration.jsp and made
> > changes to
> > > indexLocation as C:\\Program~1\ApacheTomcat 4.0\mysearch; I
> > am attaching
> > my
> > > configuration.jsp for your review.
> > >
> > >   I updated my .war file too. But why am I getting this error?
> > >
> > >   Thanks
> > >   Uma
> > >   http://www.javagalaxy.com
> > >
> >
> >
> > --
> > To unsubscribe, e-mail:
> <mailto:lucene-user-unsubscribe@;jakarta.apache.org>
> For additional commands, e-mail:
> <mailto:lucene-user-help@;jakarta.apache.org>
>
> --
> To unsubscribe, e-mail:
<mailto:lucene-user-unsubscribe@;jakarta.apache.org>
> For additional commands, e-mail:
<mailto:lucene-user-help@;jakarta.apache.org>
>
>
>


--
To unsubscribe, e-mail:   <mailto:lucene-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-user-help@;jakarta.apache.org>




Re: Configuration in Standalone

2002-11-15 Thread Uma Maheswar
Ok, I got it to work. I can now see a list of search results. But when I
click on the links in those search results, I get that  the file is not
found. It has this URL
http://localhost:8080/webapps/tomcat-docs/catalina/docs/api/org/apache/catal
ina/deploy/Test.html

I dont even see http://localhost:8080/webapps is working either. What could
be the problem?

Uma


- Original Message -
From: "Spence Nichols" <[EMAIL PROTECTED]>
To: "Lucene Users List" <[EMAIL PROTECTED]>
Sent: Friday, November 15, 2002 3:40 PM
Subject: RE: Configuration in Standalone


> The index location specified in the configuration file must be the same as
> that specified for the -index parameter when running IndexHTML .  Use an
> absolute path for both to make sure its looking at the same location.
>
> Looks like you may need to restart Tomcat to see your new
configuration.jsp
> file.
>   -Original Message-
>   From: Uma Maheswar [mailto:uma@;globalleafs.com]
>   Sent: 15 November 2002 09:37
>   To: Lucene Users List
>   Subject: Configuration in Standalone
>
>
>   Hello,
>   I am trying to do search for Standalone. I made it up to configuration
> level. All is working well. But when I try to search in
>   http://localhost:8080/luceneweb/index.jsp , I get
>   Welcome to the Lucene Template application. (This is the header)
>
>   ERROR opening the Index - contact sysadmin!
>
>   While parsing query: C:\opt\lucene\index not a directory
>
>
>   Jakarta Lucene Template WebApp 1.0
>
>   These are the steps that I have followed
>
>
>   C:\Progra~1\Apache Tomcat 4.0\java
> org.apache.lucene.demo.IndexHTML -create -index mysearch ..
>   I got a directory named "mysearch" in c:\Progra~1\Apache Tomcat
> 4.0\mysearch
>   I got a direcotory named "luceneweb" in tomcat\webapps\luceneweb after
> copying luceneweb.war file to tomcat/webapps
>
>I have already configured the configuration.jsp and made changes to
> indexLocation as C:\\Program~1\ApacheTomcat 4.0\mysearch; I am attaching
my
> configuration.jsp for your review.
>
>   I updated my .war file too. But why am I getting this error?
>
>   Thanks
>   Uma
>   http://www.javagalaxy.com
>


--
To unsubscribe, e-mail:   <mailto:lucene-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-user-help@;jakarta.apache.org>




Configuration in Standalone

2002-11-15 Thread Uma Maheswar




Hello,
I am trying to do search for Standalone. I made it up to configuration 
level. All is working well. But when I try to search in
http://localhost:8080/luceneweb/index.jsp , 
I get


Welcome to the Lucene Template application. (This is the header) 

ERROR opening the Index - contact sysadmin!
While parsing query: C:\opt\lucene\index not a directory

Jakarta Lucene Template WebApp 1.0 
 
These are the steps that I have followed
 
 
C:\Progra~1\Apache Tomcat 4.0\java 
org.apache.lucene.demo.IndexHTML -create -index mysearch ..
I got a directory named "mysearch" in c:\Progra~1\Apache 
Tomcat 4.0\mysearch
I got a direcotory named "luceneweb" in 
tomcat\webapps\luceneweb after copying luceneweb.war file to 
tomcat/webapps
 
 I have already configured the configuration.jsp and made 
changes to indexLocation as C:\\Program~1\ApacheTomcat 4.0\mysearch; I am 
attaching my configuration.jsp for your review.
 
I updated my .war file too. But why am I getting this 
error?
 
Thanks
Uma
http://www.javagalaxy.com
 


configuration.jsp
Description: Binary data
--
To unsubscribe, e-mail:   
For additional commands, e-mail: 


Re: Can any one help me?

2002-11-14 Thread Uma Maheswar
How much do you want? :D


- Original Message - 
From: "Sale, Doug" <[EMAIL PROTECTED]>
To: "'Lucene Users List'" <[EMAIL PROTECTED]>
Sent: Friday, November 15, 2002 2:30 AM
Subject: RE: Can any one help me?


> how much help can you afford? :]
> 
> > -Original Message-
> > From: Uma Maheswar [mailto:uma@;globalleafs.com]
> > Sent: Wednesday, November 13, 2002 9:09 PM
> > To: Lucene Users List
> > Subject: Can any one help me?
> > 
> > 
> > Hello,
> > I am disappointed for not getting any reply evern after 4 
> > posts. Is there any one who can help a beginner in Lucene?
> > 
> > Thanks
> > Uma
> > http://www.javagalaxy.com
> > 
> 


--
To unsubscribe, e-mail:   <mailto:lucene-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-user-help@;jakarta.apache.org>




Re: Can any one help me?

2002-11-13 Thread Uma Maheswar
Otis,
Yes, I know Servlets and JSP. I am the only developer working on
http://www.javagalaxy.com. All the contents in the site are developed by me.
But I am not sure of working with Lucene. Can you help me?

Uma


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Can any one help me?

2002-11-13 Thread Uma Maheswar
Hello,
I am disappointed for not getting any reply evern after 4 posts. Is there any one who 
can help a beginner in Lucene?

Thanks
Uma
http://www.javagalaxy.com



Re: Let me get started

2002-11-13 Thread Uma Maheswar
Thanks Steve,
Can you help me get started? I have downloaded lucene-1.2.jar and
lucene-demos-1.2.jar and I have placed them in web-inf/lib directory of my
web server (http://www.javagalaxy.com). I do not know what to do next.

I read the documents that came with .zip file. But they are all for
localhost:8080, I need lucene for my website. Could any one guide me with
steps to successfully make lucene work in my website?

Thanks
Uma


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Let me get started

2002-11-13 Thread Uma Maheswar
Hello,
I have copied the jar files to the /lib directory of my web server. Can you
tell me what should I do next? or in short can you guide me in points?

Thanks
Uma


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Indexing files

2002-11-13 Thread Uma Maheswar
Hello,

This is what I see in the docs for indexing the files,

" Once you've gotten this far you're probably itching to go. Let's build an
index! Assuming you've set your classpath correctly, just type "java
org.apache.lucene.demo.IndexFiles {full-path-to-lucene}/src". This will
produce a subdirectory called "index" which will contain an index of all of
the Lucene sourcecode. "

How do I type this command (java org.apache.lucene.demo.IndexFiles
{full-path-to-lucene}/src) if the files are in the server? I have copied
lucene-1.2.jar and lucene-demos-1.2.jar to web-inf/lib directory. Please
advice me what is the next step.

Thanks
Uma
http://www.javagalaxy.com



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Let me get started

2002-11-13 Thread Uma Maheswar
Clemens,
Thanks for the messages. Yes I wanted to index .jsp files also. Is it
possible? I thought we need a database to store some values and then retrive
them back. Dont we need database for it?

Thanks
Uma

- Original Message -
From: "Clemens Marschner" <[EMAIL PROTECTED]>
To: "Lucene Users List" <[EMAIL PROTECTED]>
Sent: Wednesday, November 13, 2002 4:07 PM
Subject: Re: Let me get started


> >Now where should I place these jar files? In the /lib dir?
>
> Yes.
>
> >I am having MS SQL Server, Will this help me get my work easy?.
> <
>
> MS SQL Server and Lucene are two completely different things. It's like
> talking about apples and pears.
>
> >I need to search for .jsp files and .html files. Is this possible?
>
> You want to index .jsp files Or do you mean the data that comes from
> your database?
> Regarding HTML files: yes you can index anything you want with Lucene, but
> you have to do some manual steps. See
>
http://lucene.sourceforge.net/cgi-bin/faq/faqmanager.cgi?file=chapter.indexi
> ng&toc=faq#q11 for a pointer.
>
> >Is there any website running with Lucene? Please guide me.
> <
>
> See http://jakarta.apache.org/lucene/docs/powered.html
> which by the way is a page you should have read before posting ;-)
>
>
> --Clemens
>
>
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>
>
>


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Let me get started

2002-11-12 Thread Uma Maheswar
Hello,
I have downloaded the required files of Lucene. I have no permissions to set the 
classpath in the server. My site is running on Apache Tomcat. I have been given one 
root directory and one web-inf directory. e.g

/somename
  |
  |
  /web-inf
|
|
/classes
   /lib

Now where should I place these jar files? In the /lib dir?  I am having MS SQL Server, 
Will this help me get my work easy?. I need to search for .jsp files and .html files. 
Is this possible? Is there any website running with Lucene? Please guide me.

Thanks
Uma
http://www.javagalaxy.com



I need help with lucene

2002-10-02 Thread Uma Maheswar

Hello,
I have downloaded lucene-1.2.jar, lucene-demos-1.2.jar and lucene-.12.zip files.

I wanted to add search functionaly to my website www.javagalaxy.com. I do not have any 
idea of how to work with lucene. What should I do now? Where should I copy and what is 
the form that I should prepare to make sure that my lucene works perfectly as a normal 
search engine in other sites.

Thanks
Uma
Java Developer
http://www.javagalaxy.com