Never mind. It turned out to be that for some reason, Tomcat is distributed without some of the xalan jars. I had to download the xalan.jar and serializer.jar, xercesImpl.jar, xml-apis.jar files from the xalan website and copy them into the tomcat_home/common/endorsed folder. So I guess it was just a problem with tomcat.
On 7/19/06, Christopher Schultz < [EMAIL PROTECTED]> wrote:
Ravi, > So... how do I get it to run with a servlet? You would have to create a new class that extends HttpServlet, implement the "doGet" and/or "doPost" methods and then put your code into there. It might be easier to just stick a JSP file into your webapp's deploy directory and try to hit that, directly. -chris