I want to deploy reports that are created with Birt, in Eclipse to JBoss.
Is it oki to : create a report project, after that to export it as a war and deploy it to the JBoss server?
how do i export it as a war ?
do i need to export it as a war , or I can just export it as a jar?
about the deploy : I just have to copy the war in the deploy folder in JBoss or?
Thank you.