RE: HTMLParser

2006-07-14 Thread Ross Rankin
exer(htmlSource)); try { parser.visitAllNodesWith(sb); } catch (ParserException pe) { System.out.println("Index ParserException:" + pe.getMessage()); } value = sb.getStrings (); -Original Message- From: Ross Rankin Sent: Thu

HTMLParser

2006-07-13 Thread Ross Rankin
Since I cannot seem to access the HTMLParser mailing list and I saw the library recommended here, I thought someone here that has used it successfully can help me out. I have HTML text stored in a database field which I want to add to a Lucene document, but I want to remove the HTML tags, so HTM

JVM Crash

2006-06-13 Thread Ross Rankin
We keep getting JVM crashes on 1.4.3. I found in the archive that setting a JVM parameter solved the problem for a few users. We've tried that and it has not worked. Here's our JVM parameters: -Xms512m -Xmx1024m -XX:PermSize=256m We're running Tomcat 5.5.16. Any Idea? If it's an