[jdom-interest] can jdom be used inside a servlet?

Guy Nirpaz guyn at tantian.com
Tue Dec 12 00:51:04 PST 2000


Hi,

JDOM is a pure java implementation. This means that there is no problem
using JDOM in any java code including servlets.

Your description of the problem sounds like a CLASSPATH problem. Make sure
that the XML Parser implementation, for instance Xerces, is in your servlet
containers classpath.

Guy

> We are trying to use jdom in our xml API project to
> receive a xml document and send back the response as
> a xml document. This can be easily done by using a simple
> servlet. But our developer find once jdom builder is instantiated, the
> program stops there. Is this  related to  something special in the
threading
> model of xml
> parser?
>
> Please advise.
>
> Thanks,
>
> Yibing
>
>
> _______________________________________________
> To control your jdom-interest membership:
>
http://lists.denveronline.net/mailman/options/jdom-interest/youraddr@yourhos
t.com
>




More information about the jdom-interest mailing list