this.getClass().getClassLoader().getResourceAsStream(log4j.xml)
Hi everybody while reading xml file by this.getClass().getClassLoader().getResourceAsStream(joe/log4j.xml). getting following error
java.net.MalformedURLException
java.net.URL.<init>(URL.java:571)
at java.net.URL.<init>(URL.java:434)
at java.net.URL.<init>(URL.java:383)
(1) where joe/log4j.xml in c:\workspace\myapplication\webroot\joe\log4j.xml
(2) this appl deployed using myeclipse 5.1 and jboss-server 4.0.2
Can Any One ?

