Hi,
I am facing issue where I am trying to load jrxml files from classpath, it
is working fine in Tomcat server but same code not working on jetty.

War structure
  - WEB-INF
- classes
  - jrxml
- ABC.jrxml


I am trying to load file via below code:
Thread.currentThread().getContextClassLoader().getResourceAsStream("../../jrxml/ABC.jrxml);

Please let me know how can I solve this problem.

Thanks & Regards
Kapil
_______________________________________________
jetty-users mailing list
[email protected]
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/jetty-users

Reply via email to