Adding a directory in a webapp to the webapps classpath

2004-01-16 Thread Ryan Lissack
Hi, Is there a way to include a directory of a webapp, other than WEB-INF/classes, on the web apps classpath? For example, I want to include [webapp]/somedir on the classpath for the web app, while still including [webapp]/WEB-INF/classes. I can just modify our build scripts to copy things from

RE: Adding a directory in a webapp to the webapps classpath

2004-01-16 Thread Shapira, Yoav
Howdy, Only with a custom Loader. (See the Loader configuration reference). You probably don't want to do this: the servlet container's classloader scheme is complicated enough as is. Yoav Shapira Millennium ChemInformatics -Original Message- From: Ryan Lissack [mailto:[EMAIL