David Thibau wrote:

Hi everybody,

I have coded a Servlet which generates PNG images from SVG files.
This servlet is hosted by the JBoss-Tomcat distribution with Xalan and
Xerces libraries.
Everything is ok when i am testing in my dev. environement (Windows XP + Eclipse).
When I deploy on the staging server (Linux), my servlet throw th following Exception /
java.lang.NoClassDefFoundError
at org.apache.batik.dom.svg.SAXSVGDocumentFactory.<init>(Unknown Source)

Well If I had to guess (and I am guessing) it isn't finding Xerces in the new environment. It would be really helpful to know what the line number was (turn on a debug build).

/ I check the jars used by JBoss, it seems to be the same.
My distribution of batik

Does anyone has a suggestion ?

David




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



Reply via email to