Hi servlet experts, a quick question: Jow do I add .zip files (e.g. JDBC drivers) to a web application's classpath ?
The servlet specification says that only jar files in WEB-INF/lib will be added to the classpath, not .zip files. Is there a server-independent way of doing this ? Or will servers typically provide a specific way of doing this ? Or am I supposed to rename the files to .jar ? Am I not risking some legal issues by doing that ? Thanks Petr ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
