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 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 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 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 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 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

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

Re: Webapp Deploy Problem

2006-07-18 Thread Ravi Tharakan
holy crap, it worked. thanks so much. On 7/18/06, Marc Farrow <[EMAIL PROTECTED]> wrote: Just a thought, but try using HTTP protocol such as: file://c:/directory/filename.xml On 7/18/06, Ravi Tharakan <[EMAIL PROTECTED]> wrote: > > Hi. I'm having some trouble de

Webapp Deploy Problem

2006-07-18 Thread Ravi Tharakan
Hi. I'm having some trouble deploying a webapp I have installed on my local hard drive to my Tomcat server. I have an XML configuration file which I am using to make the deploy. I put the URL in as the full path to the file on my hard drive, but when I try to deploy I get the error Encountered exc