0 Replies Latest reply on Oct 17, 2001 11:15 AM by alan

    Servlet not looking in lib directory for Xalan

    alan

      Hi All,
      I have been trying to get servlet to run apache's FOP package. To make it portable I wanted to include all the required jar files in the WEB-INF/lib directory. This appears to work fine for all bar the Xalan.jar.

      To get it to work I had to put Xalan into the jboss/lib directory and to change the run.bat file to add the jar to the classpath. Anyone know why ?

      The problem with this solution is that the runtime environment must be altered on the machine the servlet is deployed on, this is not an option!!!

      Alan