Hi,
I installed Tomcat 4.0 from the self-extracting binary on the Jakarta site.
I noticed that I only have
the following jars:
bootstrap.jar
jasper-runtime.jar
naming-factory.jar
(There is no parser.jar anywhere.)
Assuming that I would have an XML parser, I used the function
org.xml.sax.helpers.ParserFactory.makeParser()
and got an exception as follows:
java.lang.NullPointerException: No value for sax.parser property
at
org.xml.sax.helpers.ParserFactory.makeParser(ParserFactory.java:90)
What am I missing?
Thx,
Andy