Steven Ng wrote:
> 
> i only have jaxp.jar in the j2sdk/jre/lib/ext folder and after removing that
> i get
> 

Hmm... I know the ext folder is convenient but it's calling for trouble when you're
using server java applications.
I strongly suggest you not to put jars in this folder when you want to run server like
application like a servlet container.

> javax/xml/parser/SAXParserFactory NoClassFoundException
> 
> i'm currently running Tomcat 3.2.1
>

Make sure to update the xerces bundled with Tomcat in /lib then.
Remove any other possible jar bundled with the DOM API.
 

--
Rapha�l Luta - [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to