Xalan servlet samples on Tomcat 2003-01-29 - By Christophe Galerne
Balint Fulop wrote:
> I am getting all kinds of error messages. The SimpleXSLTServlet gives an > FileNotFoundException: trax.xml error, even though I have changed, and > recomplid, and updated the java code, and class and it does not even has > the term 'trax.xml' in it !!
The most likely problem is that you are picking up the servlet .SimpleXSLTServlet that is in xalanservlet.jar. Remove xalanservlet.jar and xalansamples.jar from testapp1/WEB-INF/lib. You could also change the package name with your own. ex fulop.testapp1.servlet.
HTH, Christophe
|
|