https://issues.apache.org/bugzilla/show_bug.cgi?id=55776

--- Comment #4 from LabnizDirac <labnizdi...@126.com> ---
WebClassLoader.getResource cause this problem,This is my example in jsp:
<% java.net.URL url =
this.getClass().getClassLoader().getResource("/../classes/app.xml");
System.out.println("url="+url);%>

print: url=null

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to