Guest_imported
New member
- Jan 1, 1970
- 0
I am using Tomcat 3.2 at home, and I have deployed a webapp in the webapp folder, which is just a JSP page that uses the XSL taglib, <apply>, it just takes a XML and a XSL file, and it does the transformation, and then outputs a HTML file.
This works fine at home, with XALAN 1.2.2 and XERCES 1.2.2 jar files at home.
At my school however, where Tomcat is setup with Apache, and is basically the same, only that the servlet is mapped to my real directory in the deployment xml file. This now doesnt work, and it tries to tell me that it cant find some method, which I can clearly find in the source code. Please help, I have spent the last 3 days trying to figure out whats wrong. I suspect its some obscure version problems, but not sure exactly.
the web page is
all the files are at the/WAM directory accessible there.
THANK YOU!!
This works fine at home, with XALAN 1.2.2 and XERCES 1.2.2 jar files at home.
At my school however, where Tomcat is setup with Apache, and is basically the same, only that the servlet is mapped to my real directory in the deployment xml file. This now doesnt work, and it tries to tell me that it cant find some method, which I can clearly find in the source code. Please help, I have spent the last 3 days trying to figure out whats wrong. I suspect its some obscure version problems, but not sure exactly.
the web page is
all the files are at the/WAM directory accessible there.
THANK YOU!!