Howdy, Put it in the WEB-INF/lib directory of the webapp where the JSP is. And make sure that's the only copy of jdom in your server: take it out of common/classes and server/lib.
Yoav Shapira Millennium ChemInformatics >-----Original Message----- >From: Jacques Capesius [mailto:[EMAIL PROTECTED] >Sent: Tuesday, March 11, 2003 11:47 AM >To: 'Tomcat' >Subject: importing jdom.jar into Tomcat > >I have a real basic question, stemming from the problem I'm having getting >the org.jdom packages to work on my Tomcat server. The problem is, I don't >know where to put jdom.jar so that a JSP with the line <%@ page >import="org.jdom.*"%> will work. > >I tried putting the jar in... >$catalina_home\common\classes >$catalina_home\server\lib > >and other places, and still the import directive throws Package org.jdom >not >found in import. > >This is probably something really rudimentary that I'm missing, and I'd >appreciate any advice I can get on this, and how to make this import work. > >thanks :) > >-jacques :) > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
