You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Saurabh Arora <Sa...@novell.com> on 2002/12/19 07:09:13 UTC

Use JAXP 1.2 Parser with Tomcat 4.1.17

I would like to know that can we use JAXP 1.2 XML parser with tomcat
4.1.17 (by replacing common\endorsed. The release notes point out use of
JAXP 1.1 parser.

 I would also like to know why is JAXP 1.2 XML parser is not bundled
with tomcat 4.1.17. 


with regards

saurabh 

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Use JAXP 1.2 Parser with Tomcat 4.1.17

Posted by Bill Barker <wb...@wilshire.com>.
"Saurabh Arora" <Sa...@novell.com> wrote in message
news:se010020.032@prv-mail25.provo.novell.com...
>
> I would like to know that can we use JAXP 1.2 XML parser with tomcat
> 4.1.17 (by replacing common\endorsed. The release notes point out use of
> JAXP 1.1 parser.

If you are *not* using a 1.4.x JVM, then you should be able to move
common/endorsed/* to server/lib, and install any XML parser you want in
shared/lib.  The point of 'endorsed' is to get around the fact that in a
1.4.x JVM, you will have an XML parser bundled with the JVM.

>
>  I would also like to know why is JAXP 1.2 XML parser is not bundled
> with tomcat 4.1.17.
>
>
> with regards
>
> saurabh





--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>