Instead of deploying the war file, deploy the expanded war. In other words, where now you have a file named jboss_home/server/default/deploy/test.war, instead, create a directory named jboss_home/server/default/deploy/test.war, and unpack you war file into that directory.
Then, have your code create your pie chart file in the jboss_home/server/default/deploy/test.war directory (or in some subdirectory). For example, if your code creates a pie chart in a file named chart.jpg within the test.war directory, you can access it via /chart.jg (or http://localhost:8080/test/chart.jpg). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934411#3934411 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934411 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
