The Jasper Reports API requires access to the text file definition (jrxml).  In 
order to deploy under jboss, you will need to include the jrxml file like any 
other text file being deployed (ie your html, jsp, etc), then use something 
like 

String dirName = getServletContext().getRealPath("/");

to get the root directory of your application.  If you chose to place them in a 
subfolder (such as reports) you would need to add that to the string above.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4184880#4184880

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4184880
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to