u do because
i can't do a getResourceAsStream()
> -Message d'origine-
> De : Larry Isaacs [mailto:[EMAIL PROTECTED]]
> Envoyé : mardi 27 août 2002 15:00
> À : Tomcat Developers List
> Objet : RE: Modifying Tomcat to have WEB-INF/config in Classpath
>
>
&
It is not clear why adding WEB-INF/config to the webapp
classpath is necessary or why you would even want to.
If you are simply trying to read a properties file:
<%
java.util.Properties props = new java.util.Properties();
props.load(application.getResourceAsStream(
"/WEB-I