-----Original Message----- From: chenghong [mailto:[EMAIL PROTECTED]] Sent: Friday, November 16, 2001 12:46 AM To: [EMAIL PROTECTED] Subject: tomcat application deployment
>hi all, > i triued to install an application into tomcat 3.2.3 and putting all the third party libraries jar file into WEB-INF/lib <directory.but what i have seen is that , the webserver doesn;t seem to find the jar file from this directory. it only looks <for the jar file from tomcat/lib or the jdk1.3.1/jre/lib/ext. >does anyone know how to make the tomcat webserver to find the jar file from WEB-INF/lib directory ? izzit because i miss out >something ? thanks. >cheng hong. Are your JARS XML related, Tomcat 3.x exposes its XML parsers to all web applications, this can cause problems if your web-application has a newer XML parser in the WEB-INF/lib directory. If your Jars are not XML related I don't know whats wrong with your setup becuase the way you have set up your web-app always worked for me. Glenn =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com
