This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Hi, I am using tomcat 3.2.1. Docs say that jars placed in WEB-INF\lib directory will be added to the classpath. I am attempting to use xalan & xerces jars: xmlParserAPIs.jar xalan.jar xercesImpl.jar xml-apis.jar I placed them in the WEB-INF\lib directory but am receiving the following error: javax.xml.transform.TransformerFactoryConfigurationError: Provider for javax.xml.transform.TransformerFactory cannot be found at javax.xml.transform.TransformerFactory.newInstance(Unknown Source) Placiing the jars in the jre/lib/ext folder works fine. I think this may be a class loader issue. any ideas? Thanks, Ronald Whalen