<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body link="#355491" alink="#4262a1" vlink="#355491" style="background: #e2e2e2; margin: 0; padding: 20px;">
<div>
        <table cellpadding="0" bgcolor="#FFFFFF" border="0" cellspacing="0" style="border: 1px solid #dadada; margin-bottom: 30px; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                <tbody>
                        <tr>
                                <td>
                                        <table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: solid 2px #ccc; background: #dadada; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                                                <tbody>
                                                        <tr>
                                                                <td bgcolor="#000000" valign="middle" height="58px" style="border-bottom: 1px solid #ccc; padding: 20px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;">
                                                                        <h1 style="color: #333333; font: bold 22px Arial, Helvetica, sans-serif; margin: 0; display: block !important;">
                                                                        <!-- To have a header image/logo replace the name below with your img tag -->
                                                                        <!-- Email clients will render the images when the message is read so any image -->
                                                                        <!-- must be made available on a public server, so that all recipients can load the image. -->
                                                                        <a href="http://community.jboss.org/index.jspa" style="text-decoration: none; color: #E1E1E1">JBoss Community</a></h1>
                                                                </td>
                                                        </tr>
                                                        <tr>
                                                                <td bgcolor="#FFFFFF" style="font: normal 12px Arial, Helvetica, sans-serif; color:#333333; padding: 20px; -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;"><h3 style="margin: 10px 0 5px; font-size: 17px; font-weight: normal;">
Re: Birt 3.7
</h3>
<span style="margin-bottom: 10px;">
created by <a href="http://community.jboss.org/people/bussard">Busssard Buss</a> in <i>JBoss Tools</i> - <a href="http://community.jboss.org/message/636162#636162">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">
<div class="jive-rendered-content"><p>Ops, I missed it. It's here now:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>6 - Add this to the web.xml</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>  <description>Deployment Descriptor for BIRT Viewer. Please check and specify the following settings.</description></p><p>  <context-param></p><p>    <description>Flag whether the report resources can only be accessed under the working folder. Defaults to false</description></p><p>    <param-name>WORKING_FOLDER_ACCESS_ONLY</param-name></p><p>    <param-value>false</param-value></p><p>  </context-param></p><p>  <context-param></p><p>    <description>Temporary document files directory. Defaults to ${Context Root}/documents</description></p><p>    <param-name>BIRT_VIEWER_DOCUMENT_FOLDER</param-name></p><p>    <param-value>documents</param-value></p><p>  </context-param></p><p>  <context-param></p><p>    <description>Flag whether to allow server-side printing. Possible values are ON and OFF. Defaults to ON</description></p><p>    <param-name>BIRT_VIEWER_PRINT_SERVERSIDE</param-name></p><p>    <param-value>ON</param-value></p><p>  </context-param></p><p>  <context-param></p><p>    <description>Memory size in MB for creating a cube.</description></p><p>    <param-name>BIRT_VIEWER_CUBE_MEMORY_SIZE</param-name></p><p>    <param-value></param-value></p><p>  </context-param></p><p>  <context-param></p><p>    <description>Directory where to store all the birt report script libraries (JARs).. Defaults to ${Context Root}/scriptlib</description></p><p>    <param-name>BIRT_VIEWER_SCRIPTLIB_DIR</param-name></p><p>    <param-value>scriptlib</param-value></p><p>  </context-param></p><p>  <context-param></p><p>    <description>Temporary images/charts directory. Defaults to ${Context Root}/report/images</description></p><p>    <param-name>BIRT_VIEWER_IMAGE_DIR</param-name></p><p>    <param-value>report/images</param-value></p><p>  </context-param></p><p>  <context-param></p><p>    <description>BIRT viewer extended configuration file</description></p><p>    <param-name>BIRT_VIEWER_CONFIG_FILE</param-name></p><p>    <param-value>WEB-INF/viewer.properties</param-value></p><p>  </context-param></p><p>  <context-param></p><p>    <description>Preview report rows limit. An empty value means no limit.</description></p><p>    <param-name>BIRT_VIEWER_MAX_ROWS</param-name></p><p>    <param-value></param-value></p><p>  </context-param></p><p>  <context-param></p><p>    <description>Max cube fetch rows levels limit for report preview (Only used when previewing a report design file using the preview pattern). Defaults to return all levels</description></p><p>    <param-name>BIRT_VIEWER_MAX_CUBE_ROWLEVELS</param-name></p><p>    <param-value></param-value></p><p>  </context-param></p><p>  <context-param></p><p>    <description>Default locale setting</description></p><p>    <param-name>BIRT_VIEWER_LOCALE</param-name></p><p>    <param-value>en-US</param-value></p><p>  </context-param></p><p>  <context-param></p><p>    <description>Max cube fetch columns levels limit for report preview (Only used when previewing a report design file using the preview pattern). Defaults to return all levels</description></p><p>    <param-name>BIRT_VIEWER_MAX_CUBE_COLUMNLEVELS</param-name></p><p>    <param-value></param-value></p><p>  </context-param></p><p>  <context-param></p><p>    <description>Report resources(design files or document files) directory for preview. Defaults to ${Context Root}</description></p><p>    <param-name>BIRT_VIEWER_WORKING_FOLDER</param-name></p><p>    <param-value></param-value></p><p>  </context-param></p><p>  <context-param></p><p>    <description>Report Engine logs directory. Default to ${Context Root}/logs</description></p><p>    <param-name>BIRT_VIEWER_LOG_DIR</param-name></p><p>    <param-value>logs</param-value></p><p>  </context-param></p><p>  <context-param></p><p>    <description>Resource location directory (library files, images files or others). Defaults to ${Context Root}</description></p><p>    <param-name>BIRT_RESOURCE_PATH</param-name></p><p>    <param-value></param-value></p><p>  </context-param></p><p>  <context-param></p><p>    <description>Flag whether to force browser-optimized HTML output. Defaults to true</description></p><p>    <param-name>HTML_ENABLE_AGENTSTYLE_ENGINE</param-name></p><p>    <param-value>true</param-value></p><p>  </context-param></p><p>  <context-param></p><p>    <description>Report engine log level. (ALL|SEVERE|WARNING|INFO|CONFIG|FINE|FINER|FINEST|OFF)</description></p><p>    <param-name>BIRT_VIEWER_LOG_LEVEL</param-name></p><p>    <param-value>WARNING</param-value></p><p>  </context-param></p><p>  <listener></p><p>    <listener-class>org.eclipse.birt.report.listener.ViewerHttpSessionListener</listener-class></p><p>  </listener></p><p>  </p><p>  <listener></p><p>    <listener-class>org.eclipse.birt.report.listener.ViewerServletContextListener</listener-class></p><p>  </listener></p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>  <servlet></p><p>    <servlet-name>EngineServlet</servlet-name></p><p>    <servlet-class>org.eclipse.birt.report.servlet.BirtEngineServlet</servlet-class></p><p>    <load-on-startup>1</load-on-startup></p><p>  </servlet></p><p>  <servlet></p><p>    <servlet-name>ViewerServlet</servlet-name></p><p>    <servlet-class>org.eclipse.birt.report.servlet.ViewerServlet</servlet-class></p><p>    <load-on-startup>1</load-on-startup></p><p>  </servlet></p><p>  <servlet-mapping></p><p>    <servlet-name>ViewerServlet</servlet-name></p><p>    <url-pattern>/frameset</url-pattern></p><p>  </servlet-mapping></p><p>  <servlet-mapping></p><p>    <servlet-name>EngineServlet</servlet-name></p><p>    <url-pattern>/document</url-pattern></p><p>  </servlet-mapping></p><p>  <servlet-mapping></p><p>    <servlet-name>EngineServlet</servlet-name></p><p>    <url-pattern>/download</url-pattern></p><p>  </servlet-mapping></p><p>  <servlet-mapping></p><p>    <servlet-name>EngineServlet</servlet-name></p><p>    <url-pattern>/parameter</url-pattern></p><p>  </servlet-mapping></p><p>  <servlet-mapping></p><p>    <servlet-name>EngineServlet</servlet-name></p><p>    <url-pattern>/extract</url-pattern></p><p>  </servlet-mapping></p><p>  <servlet-mapping></p><p>    <servlet-name>ViewerServlet</servlet-name></p><p>    <url-pattern>/run</url-pattern></p><p>  </servlet-mapping></p><p>  <servlet-mapping></p><p>    <servlet-name>EngineServlet</servlet-name></p><p>    <url-pattern>/preview</url-pattern></p><p>  </servlet-mapping></p><p>  <servlet-mapping></p><p>    <servlet-name>EngineServlet</servlet-name></p><p>    <url-pattern>/output</url-pattern></p><p>  </servlet-mapping></p><p>  <filter></p><p>    <filter-name>ViewerFilter</filter-name></p><p>    <filter-class>org.eclipse.birt.report.filter.ViewerFilter</filter-class></p><p>  </filter></p><p>  <filter-mapping></p><p>    <filter-name>ViewerFilter</filter-name></p><p>    <servlet-name>EngineServlet</servlet-name></p><p>  </filter-mapping></p><p>  <filter-mapping></p><p>    <filter-name>ViewerFilter</filter-name></p><p>    <servlet-name>ViewerServlet</servlet-name></p><p>  </filter-mapping></p><p>  <servlet></p><p>    <servlet-name>JBoss BIRT Servlet</servlet-name></p><p>    <servlet-class>org.jboss.tools.birt.servlet.JBossBirtServlet</servlet-class></p><p>  </servlet></p><p>  <servlet-mapping></p><p>    <servlet-name>JBoss BIRT Servlet</servlet-name></p><p>    <url-pattern>/embed</url-pattern></p><p>  </servlet-mapping></p></div>
<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
<p style="margin: 0;">Reply to this message by <a href="http://community.jboss.org/message/636162#636162">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in JBoss Tools at <a href="http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128">Community</a></p>
</div></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>