You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Zhi Shen <zs...@digitalconnect.com> on 2001/08/09 16:19:25 UTC

ClassLoader.getSystemResourceAsStream() Problem

Hi,

ClassLoader.getSystemResourceAsStream( propertyFileLocation ) cannot load my
properties file.  Does anybody know why?

Tomcat-3.2.3
IIS5.0
JDK1.3.1

Thanks

-zhi

Re: ClassLoader.getSystemResourceAsStream() Problem

Posted by chris monster <cm...@algorithmics.com>.
try ClassLoader.getResourceAsStream() instead.

Zhi Shen wrote:
> 
> Hi,
> 
> ClassLoader.getSystemResourceAsStream( propertyFileLocation ) cannot load my
> properties file.  Does anybody know why?
> 
> Tomcat-3.2.3
> IIS5.0
> JDK1.3.1
> 
> Thanks
> 
> -zhi