Scott Liu wrote:
> Hi All,
>
> I have installed j2sdk1_3_0 binary version on solaris 2.6
> and had jakarta-ant built. When I tried to build the tomcat
> it failed since there was no class of SAXParserFactory.
> I could not find anything in the j2sdk1_3_0 directories.
> Do I need to install other class libraries to make it work?
>
There are several prerequisites for building Tomcat from sources -- they are
documented (for Tomcat 4.0 at least) in the "README.txt" file in the top level
directory of the source distribution (CVS repository "jakarta-tomcat-4.0").
In particular, the error you got below is because you need to download and
install the Java API for XML Parsing (JAXP) release. See the readme file for
more details.
>
> Thanks
>
> Scott
>
Craig McClanahan
PS: All of these steps are required only if you want to build Tomcat from
source. If you just want to run it, download the binary distribution instead --
everything you need (except for a JDK, and the JSSE classes for SSL) is
included.