Search Engine and Tomcat

2002-04-15 Thread alex
I've been very pleased with Tomcat, and have it hosting some of our jsp content. I'm now looking for an indexing/search solution that would index and allow me to create a form to search the site for search keywords and display results. Preferably i'd like to be able to index content that is

RE: Search Engine and Tomcat

2002-04-15 Thread Cox, Charlie
PROTECTED]] Sent: Monday, April 15, 2002 9:04 AM To: [EMAIL PROTECTED] Subject: Search Engine and Tomcat I've been very pleased with Tomcat, and have it hosting some of our jsp content. I'm now looking for an indexing/search solution that would index and allow me to create a form to search

Re: Search Engine and Tomcat

2002-04-15 Thread Jeffrey Bonevich
Try Lucene (another fine product brought to you by the people of Jakarta!) - Java API for indexing and searching. Also, I have had success integrating ht://Dig (www.htdig.org) into web apps, albeit Perl-based web apps. In Java, I would just do a system call I suppose - a bit overburdensome,