Re: TransformerFactoryConfigurationError

2006-07-20 Thread Ravi Tharakan
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 jus

Re: TransformerFactoryConfigurationError

2006-07-20 Thread Ravi Tharakan
Sorry, really don't understand. I would just create a text file, rename it to .jsp, put it in the webapp directory and try to open the page? 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 tha

Re: TransformerFactoryConfigurationError

2006-07-19 Thread Christopher Schultz
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

Re: TransformerFactoryConfigurationError

2006-07-19 Thread Ravi Tharakan
So... how do I get it to run with a servlet? On 7/19/06, Christopher Schultz <[EMAIL PROTECTED]> wrote: Ravi, > Sorry, this is going over my head. Is there a way to look at the system > properties without having to write a JSP? There is: public class Env { public static void main(String[

Re: TransformerFactoryConfigurationError

2006-07-19 Thread Christopher Schultz
Ravi, > Sorry, this is going over my head. Is there a way to look at the system > properties without having to write a JSP? There is: public class Env { public static void main(String[] args) { System.getProperties().list(System.out); } } Unfortunately, you can't run this fr

Re: TransformerFactoryConfigurationError

2006-07-19 Thread Ravi Tharakan
Sorry, this is going over my head. Is there a way to look at the system properties without having to write a JSP? On 7/19/06, Christopher Schultz <[EMAIL PROTECTED]> wrote: Ravi, > The TransformerFactoryImpl.class is there, but it's path is > com/sun/org/apache/xalan/internal/xsltc/trax/ > > D

Re: TransformerFactoryConfigurationError

2006-07-19 Thread Christopher Schultz
Ravi, > The TransformerFactoryImpl.class is there, but it's path is > com/sun/org/apache/xalan/internal/xsltc/trax/ > > Do you think this is the problem? Probably. There's a system property that dictates which implementations are chosen for SAX and DOM parsers, as well as XSLT processors. It's

Re: TransformerFactoryConfigurationError

2006-07-19 Thread Ravi Tharakan
The TransformerFactoryImpl.class is there, but it's path is com/sun/org/apache/xalan/internal/xsltc/trax/ Do you think this is the problem? On 7/19/06, Christopher Schultz <[EMAIL PROTECTED]> wrote: Ravi, > I don't really know enough about the command line to know what you mean by > that comm

Re: TransformerFactoryConfigurationError

2006-07-19 Thread Christopher Schultz
Ravi, > I don't really know enough about the command line to know what you mean by > that command, but when I tried copying and pasting it told me '$' not > recognized. Oh, sorry about that. The "$" is a UNIX thing. Your use of Winzip is just as good. > However, I did open up the rt.jar in winzi

Re: TransformerFactoryConfigurationError

2006-07-19 Thread Ravi Tharakan
I don't really know enough about the command line to know what you mean by that command, but when I tried copying and pasting it told me '$' not recognized. However, I did open up the rt.jar in winzip and I did see some files called XSLT, etc. Is that what you mean? On 7/19/06, Christopher Schul

Re: TransformerFactoryConfigurationError

2006-07-19 Thread Christopher Schultz
Ravi, > Hm. I did a full computer search for that file and I don't seem to have it. > Is there a place I can download it? It might not be called "xalan.jar". It might have a version number embedded in it or something like that. Try running this command (or something similar if you're on win32):

Re: TransformerFactoryConfigurationError

2006-07-19 Thread Ravi Tharakan
Hm. I did a full computer search for that file and I don't seem to have it. Is there a place I can download it? On 7/19/06, Christopher Schultz <[EMAIL PROTECTED]> wrote: Ravi, > Hi. I'm having some trouble deploying a webapp I have installed on my local > hard drive to my Tomcat server. When

Re: TransformerFactoryConfigurationError

2006-07-19 Thread Christopher Schultz
Ravi, > Hi. I'm having some trouble deploying a webapp I have installed on my local > hard drive to my Tomcat server. When I try to use some of the features > on my > app, I get the following errors: > > javax.xml.transform.TransformerFactoryConfigurationError: Provider > org.apache.xalan.process

TransformerFactoryConfigurationError

2006-07-19 Thread Ravi Tharakan
Hi. I'm having some trouble deploying a webapp I have installed on my local hard drive to my Tomcat server. When I try to use some of the features on my app, I get the following errors: javax.servlet.ServletException: Servlet execution threw an exception *root cause* javax.xml.transform.Transfo