I'm trying to retrieve a DOM implementation from my servlet. The following code works fine when I deploy it to tomcat within JBoss, but when I deploy it to standalone tomcat, the second line returns null.

                        domRegistry = DOMImplementationRegistry.newInstance();
domImpl = (DOMImplementationLS) domRegistry.getDOMImplementation("LS");

Any ideas why that would be?

Thanks,
Michael-

Reply via email to