Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » JBoss, birt.war - deploy own report - how?
JBoss, birt.war - deploy own report - how? [message #103570] Tue, 03 January 2006 15:33 Go to next message
mr. burns is currently offline mr. burnsFriend
Messages: 402
Registered: July 2009
Senior Member
Hello,

I finally got the JBoss working successfully. Also to deploy the birt.war
was successfull and I got the test.rptdesign report working properly.
My question now, how can I deploy my own BIRT report now?

Do I have to add it to the birt.war archieve and deploy the birt.war to
JBoss again?

Whats the right way?

Thanks for any help!
Re: JBoss, birt.war - deploy own report - how? [message #103681 is a reply to message #103570] Tue, 03 January 2006 19:12 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: to.sreddy.gmail.com

As per the documentation you have to put your .rptdesign file in WEB-INF
folder and redeploy it. By the why how did you deploy it in jboss? Can you
write down the step by step procedure? including which versions of s/w you
are using like jdk,birt,jboss...etc.
Thanks,
Srini
Re: JBoss, birt.war - deploy own report - how? [message #103824 is a reply to message #103681] Wed, 04 January 2006 09:28 Go to previous messageGo to next message
mr. burns is currently offline mr. burnsFriend
Messages: 402
Registered: July 2009
Senior Member
Hello Srini,

not really helpful what you wrote. But thanks anyway.
The birt.war comes with the installation of BIRT and contains only the
test.rptdesign.
This I can deploy easily to JBoss. But how can I deploy my own report?
Should I modify the original birt.war and delete the test.rptdesign file and
add my own *.rptdesign file and deploy to JBoss again?
Should I copy my *.rptdesign file in the temporary folder where JBoss
extracted the birt.war?

So what is the correct way to do?

To answer your question, I use

Java 1.5.0_03
JBoss 4.0.3SP1
BIRT 2.0M2
Eclipse 3.1.0 Build ID I20050627-1435

I installed the JBoss under SuSE Linux 9.3 like described in the
documentation on www.jboss.org. I used the shell sript in the jboss/bin
directory, modified it like described in the skript to run it as demon.

Then, when JBoss is running you can just copy the birt.war into the
jboss/server/default/deploy directory.
(where jboss is the path to your JBoss root directory from installation)
After a few seconds JBoss recognized this new application automatically and
you can access BIRT using a webbrowser with following URL:

http://yourlocalhostip:8080/birt

where yourlocalhostip is the IP of your JBoss server IP

Hope that helps,

best regards,

Mr. Burns


"srini" <to.sreddy@gmail.com> schrieb im Newsbeitrag
news:2100d9e67ed4fc358caa42fa0dceceb5$1@www.eclipse.org...
> As per the documentation you have to put your .rptdesign file in WEB-INF
> folder and redeploy it. By the why how did you deploy it in jboss? Can you
> write down the step by step procedure? including which versions of s/w you
> are using like jdk,birt,jboss...etc.
> Thanks,
> Srini
>
Re: JBoss, birt.war - deploy own report - how? [message #104223 is a reply to message #103570] Wed, 04 January 2006 18:58 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

You should be able to specify a location ie
/myreports/myfirstreport.rptdesign in the URL.
It should be in relation to your context.

Jason

"Mr. Burns" <Mr._Burns@web.de> wrote in message
news:dpe5gf$n1d$1@utils.eclipse.org...
> Hello,
>
> I finally got the JBoss working successfully. Also to deploy the birt.war
> was successfull and I got the test.rptdesign report working properly.
> My question now, how can I deploy my own BIRT report now?
>
> Do I have to add it to the birt.war archieve and deploy the birt.war to
> JBoss again?
>
> Whats the right way?
>
> Thanks for any help!
>
>
Re: JBoss, birt.war - deploy own report - how? [message #104912 is a reply to message #104223] Thu, 05 January 2006 15:52 Go to previous messageGo to next message
mr. burns is currently offline mr. burnsFriend
Messages: 402
Registered: July 2009
Senior Member
Hello Jason,

thanks for your reply, bt (sorry) I cannot really follow.

I have the birt.war deployed to JBoss, and I can find the birt directory
somewhere like D:\bossroot\deploy\tmp\deploy\tmp38339birt-exp.war

But this directory is temporary and disappears after I stop the JBoss server
again, so if I use a absolute path like you wrote my *.rptdesign file is
deleted as well after I stop the JBoss.

Sorry for bothering you again, but can you explain more detailed or give an
example?

Thanks a lot!


"Jason Weathersby" <jweathersby@actuate.com> schrieb im Newsbeitrag
news:dph5to$qd6$1@utils.eclipse.org...
> You should be able to specify a location ie
> /myreports/myfirstreport.rptdesign in the URL.
> It should be in relation to your context.
>
> Jason
>
> "Mr. Burns" <Mr._Burns@web.de> wrote in message
> news:dpe5gf$n1d$1@utils.eclipse.org...
>> Hello,
>>
>> I finally got the JBoss working successfully. Also to deploy the birt.war
>> was successfull and I got the test.rptdesign report working properly.
>> My question now, how can I deploy my own BIRT report now?
>>
>> Do I have to add it to the birt.war archieve and deploy the birt.war to
>> JBoss again?
>>
>> Whats the right way?
>>
>> Thanks for any help!
>>
>>
>
>
Re: JBoss, birt.war - deploy own report - how? [message #105130 is a reply to message #104912] Thu, 05 January 2006 22:07 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Sorry for the confusion.
I have not used JBoss that much.
If you use the path as I explained earlier it uses where the context is
mapped to.
On JBoss this may be temp. You may have to rewar the birt.war file, but I
would think there would be an easier way.

Next week I will try this with JBoss.

Jason

"Mr. Burns" <Mr._Burns@web.de> wrote in message
news:dpjfdp$qph$1@utils.eclipse.org...
> Hello Jason,
>
> thanks for your reply, bt (sorry) I cannot really follow.
>
> I have the birt.war deployed to JBoss, and I can find the birt directory
> somewhere like D:\bossroot\deploy\tmp\deploy\tmp38339birt-exp.war
>
> But this directory is temporary and disappears after I stop the JBoss
> server again, so if I use a absolute path like you wrote my *.rptdesign
> file is deleted as well after I stop the JBoss.
>
> Sorry for bothering you again, but can you explain more detailed or give
> an example?
>
> Thanks a lot!
>
>
> "Jason Weathersby" <jweathersby@actuate.com> schrieb im Newsbeitrag
> news:dph5to$qd6$1@utils.eclipse.org...
>> You should be able to specify a location ie
>> /myreports/myfirstreport.rptdesign in the URL.
>> It should be in relation to your context.
>>
>> Jason
>>
>> "Mr. Burns" <Mr._Burns@web.de> wrote in message
>> news:dpe5gf$n1d$1@utils.eclipse.org...
>>> Hello,
>>>
>>> I finally got the JBoss working successfully. Also to deploy the
>>> birt.war was successfull and I got the test.rptdesign report working
>>> properly.
>>> My question now, how can I deploy my own BIRT report now?
>>>
>>> Do I have to add it to the birt.war archieve and deploy the birt.war to
>>> JBoss again?
>>>
>>> Whats the right way?
>>>
>>> Thanks for any help!
>>>
>>>
>>
>>
>
>
Re: JBoss, birt.war - deploy own report - how? [message #105328 is a reply to message #105130] Fri, 06 January 2006 10:06 Go to previous messageGo to next message
mr. burns is currently offline mr. burnsFriend
Messages: 402
Registered: July 2009
Senior Member
Hello Jason,

thanks a lot, this would be great!
Re: JBoss, birt.war - deploy own report - how? [message #1804116 is a reply to message #105328] Mon, 18 March 2019 17:11 Go to previous message
x louk is currently offline x loukFriend
Messages: 6
Registered: March 2019
Junior Member
mr. burns,
I need an answer to your good question also.

Did you find in meanwhile an easier way for deploying a report instead of the time consuming manual replacement of the report file in the war and restarting the JBoss server?
Previous Topic:Report parameter /Link
Next Topic:BIRT Chart color manipulation
Goto Forum:
  


Current Time: Tue Mar 19 07:47:45 GMT 2024

Powered by FUDForum. Page generated in 0.14047 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top