I have create a Birt project using jsp.It works fine but I want to create a property file which contained some paths where the reports located and Tomcat paths in order to make the installation easier.
Do you have any idea or example how to call the property file?I was reading that through web.xml I can do the servlet mapping but I cannot find it.
Are you using the Viewer or are you writing your own BIRT engine servlet?
Jason
On 1/23/2011 7:49 AM, mary wrote:
> Hi all,
>
> I have create a Birt project using jsp.It works fine but I want to
> create a property file which contained some paths where the reports
> located and Tomcat paths in order to make the installation easier.
>
>
> Do you have any idea or example how to call the property file?I was
> reading that through web.xml I can do the servlet mapping but I cannot
> find it.
>
> I would appreaciate an answer
>
>
>
> Regards,
> Mary
>
If the value is blank the reports are located at the context root. In
the above example if I specify __report=mytestreport.rptdesign in the
url it will look for the reports in the contextroot/myreports.
Jason
On 1/24/2011 3:34 PM, mary wrote:
> Hi,
> I am using a viewer.