Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
jboss server is restart
bashid
hi, i am facing this problem with birt
after added the birt report with my jboss, every time jboss server need to restart,
instead of republish the server,its taking too much time for a simple changes,
plese any one can help me...?......
by,
bashid
Find more posts tagged with
Comments
JasonW
What changes are you making? If you are just adding reports you should not have to restart.
Jason
bashid
<blockquote class='ipsBlockquote' data-author="'JasonW'" data-cid="69873" data-time="1288366957" data-date="29 October 2010 - 08:42 AM"><p>
What changes are you making? If you are just adding reports you should not have to restart.<br />
<br />
Jason<br /></p></blockquote>
<br />
i have just embedded the chart report with my jsf page,! every time to see the output i need shutdown and start again, to see the reflected changes,..! is there any need to change the settings for this? in eclipse (using version 2.5.2.v2)?
JasonW
how are you canging the output? Are you changing code?
Jason
bashid
I have changed the simple alignment in my report page, to this changes in my application, i need to restart my jboss server every time., ! is there any solution for this..,help me pls
JasonW
Can you post an example of how you are calling the report? If you use something like the WebViewer the report location can be specified with a full url which does not have to be in the webapp.
bashid
hi, i am not using any web viewer, i am just embedding the birt wrapper tag with my jsf page.
like,
<birt:birtWrapper id="sattendanceDetailReport"
reportDesign="/pages/users/common/all/attendance/Report/StaffAttendanceReport.rptdesign">
<f:param value="#{AttendancedbController.schoolId}"name="SCHOOL_ID" />
<f:param value="#{AttendancedbController.strdate}"name="FROM_DATE" />
<f:param value="#{AttendancedbController.schoolYear}"name="SCHOOL_YEAR" />
</birt:birtWrapper>
by,
sbashid
JasonW
I assume the Birt wrapper calls the birt engine to run the report?
Why not try using a full path to a report or antother app context?
="c:/test/StaffAttendanceReport.rptdesign"
="
http://localhost:8080/myreports/StaffAttendanceReport.rptdesign"
;
Jason
bashid
<blockquote class='ipsBlockquote' data-author="'JasonW'" data-cid="72002" data-time="1294412001" data-date="07 January 2011 - 07:53 AM"><p>
I assume the Birt wrapper calls the birt engine to run the report?<br />
<br />
Why not try using a full path to a report or antother app context?<br />
="c:/test/StaffAttendanceReport.rptdesign"<br />
="<a class='bbc_url' href='
http://localhost:8080/myreports/StaffAttendanceReport.rptdesign'>http://localhost:8080/myreports/StaffAttendanceReport.rptdesign"</a><br
/>
<br />
Jason<br /></p></blockquote>