[jboss-user] [JBossWS] - Re: Incomplete Deployment Listing Error in JBoss 4.0.4

kevintaute do-not-reply at jboss.com
Mon Oct 27 11:35:53 EDT 2008


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



More information about the jboss-user mailing list