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
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
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
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[
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
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
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
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
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
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
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):
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
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
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
14 matches
Mail list logo