jboss7.x - steps to deploy the BIRT reports in jboss AS7 -
for reports= birt
server =jboss 7.1.1
front end =richfaces
i have created reports using birt.but when calling reports through webpage showing error.
how deploy reports in jboss , how call reports?
see eclipse's birt viewer setup documentation here.
from 'deploying jboss' section of referenced link:
- download zip file birt report engine runtime. file named birt-runtime-version#.zip.
- unzip file in staging area.
- look under birt-runtime- directory , locate "webviewerexample" directory.
- copy "webviewerexample" directory jboss installation, under deploy directory configuration. (eg) c:\dev\jboss-as-7.1.1.final\standalone\deployments.
- rename webviewerexample directory birt.war, deploy in place.
- start jboss , enter url birt (ie http://localhost:8080/birt) , run test report.
Comments
Post a Comment