<!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;">&#160;</p><p>6 - Add this to the web.xml</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&#160; &lt;description&gt;Deployment Descriptor for BIRT Viewer. Please check and specify the following settings.&lt;/description&gt;</p><p>&#160; &lt;context-param&gt;</p><p>&#160;&#160;&#160; &lt;description&gt;Flag whether the report resources can only be accessed under the working folder. Defaults to false&lt;/description&gt;</p><p>&#160;&#160;&#160; &lt;param-name&gt;WORKING_FOLDER_ACCESS_ONLY&lt;/param-name&gt;</p><p>&#160;&#160;&#160; &lt;param-value&gt;false&lt;/param-value&gt;</p><p>&#160; &lt;/context-param&gt;</p><p>&#160; &lt;context-param&gt;</p><p>&#160;&#160;&#160; &lt;description&gt;Temporary document files directory. Defaults to ${Context Root}/documents&lt;/description&gt;</p><p>&#160;&#160;&#160; &lt;param-name&gt;BIRT_VIEWER_DOCUMENT_FOLDER&lt;/param-name&gt;</p><p>&#160;&#160;&#160; &lt;param-value&gt;documents&lt;/param-value&gt;</p><p>&#160; &lt;/context-param&gt;</p><p>&#160; &lt;context-param&gt;</p><p>&#160;&#160;&#160; &lt;description&gt;Flag whether to allow server-side printing. Possible values are ON and OFF. Defaults to ON&lt;/description&gt;</p><p>&#160;&#160;&#160; &lt;param-name&gt;BIRT_VIEWER_PRINT_SERVERSIDE&lt;/param-name&gt;</p><p>&#160;&#160;&#160; &lt;param-value&gt;ON&lt;/param-value&gt;</p><p>&#160; &lt;/context-param&gt;</p><p>&#160; &lt;context-param&gt;</p><p>&#160;&#160;&#160; &lt;description&gt;Memory size in MB for creating a cube.&lt;/description&gt;</p><p>&#160;&#160;&#160; &lt;param-name&gt;BIRT_VIEWER_CUBE_MEMORY_SIZE&lt;/param-name&gt;</p><p>&#160;&#160;&#160; &lt;param-value&gt;&lt;/param-value&gt;</p><p>&#160; &lt;/context-param&gt;</p><p>&#160; &lt;context-param&gt;</p><p>&#160;&#160;&#160; &lt;description&gt;Directory where to store all the birt report script libraries (JARs).. Defaults to ${Context Root}/scriptlib&lt;/description&gt;</p><p>&#160;&#160;&#160; &lt;param-name&gt;BIRT_VIEWER_SCRIPTLIB_DIR&lt;/param-name&gt;</p><p>&#160;&#160;&#160; &lt;param-value&gt;scriptlib&lt;/param-value&gt;</p><p>&#160; &lt;/context-param&gt;</p><p>&#160; &lt;context-param&gt;</p><p>&#160;&#160;&#160; &lt;description&gt;Temporary images/charts directory. Defaults to ${Context Root}/report/images&lt;/description&gt;</p><p>&#160;&#160;&#160; &lt;param-name&gt;BIRT_VIEWER_IMAGE_DIR&lt;/param-name&gt;</p><p>&#160;&#160;&#160; &lt;param-value&gt;report/images&lt;/param-value&gt;</p><p>&#160; &lt;/context-param&gt;</p><p>&#160; &lt;context-param&gt;</p><p>&#160;&#160;&#160; &lt;description&gt;BIRT viewer extended configuration file&lt;/description&gt;</p><p>&#160;&#160;&#160; &lt;param-name&gt;BIRT_VIEWER_CONFIG_FILE&lt;/param-name&gt;</p><p>&#160;&#160;&#160; &lt;param-value&gt;WEB-INF/viewer.properties&lt;/param-value&gt;</p><p>&#160; &lt;/context-param&gt;</p><p>&#160; &lt;context-param&gt;</p><p>&#160;&#160;&#160; &lt;description&gt;Preview report rows limit. An empty value means no limit.&lt;/description&gt;</p><p>&#160;&#160;&#160; &lt;param-name&gt;BIRT_VIEWER_MAX_ROWS&lt;/param-name&gt;</p><p>&#160;&#160;&#160; &lt;param-value&gt;&lt;/param-value&gt;</p><p>&#160; &lt;/context-param&gt;</p><p>&#160; &lt;context-param&gt;</p><p>&#160;&#160;&#160; &lt;description&gt;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&lt;/description&gt;</p><p>&#160;&#160;&#160; &lt;param-name&gt;BIRT_VIEWER_MAX_CUBE_ROWLEVELS&lt;/param-name&gt;</p><p>&#160;&#160;&#160; &lt;param-value&gt;&lt;/param-value&gt;</p><p>&#160; &lt;/context-param&gt;</p><p>&#160; &lt;context-param&gt;</p><p>&#160;&#160;&#160; &lt;description&gt;Default locale setting&lt;/description&gt;</p><p>&#160;&#160;&#160; &lt;param-name&gt;BIRT_VIEWER_LOCALE&lt;/param-name&gt;</p><p>&#160;&#160;&#160; &lt;param-value&gt;en-US&lt;/param-value&gt;</p><p>&#160; &lt;/context-param&gt;</p><p>&#160; &lt;context-param&gt;</p><p>&#160;&#160;&#160; &lt;description&gt;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&lt;/description&gt;</p><p>&#160;&#160;&#160; &lt;param-name&gt;BIRT_VIEWER_MAX_CUBE_COLUMNLEVELS&lt;/param-name&gt;</p><p>&#160;&#160;&#160; &lt;param-value&gt;&lt;/param-value&gt;</p><p>&#160; &lt;/context-param&gt;</p><p>&#160; &lt;context-param&gt;</p><p>&#160;&#160;&#160; &lt;description&gt;Report resources(design files or document files) directory for preview. Defaults to ${Context Root}&lt;/description&gt;</p><p>&#160;&#160;&#160; &lt;param-name&gt;BIRT_VIEWER_WORKING_FOLDER&lt;/param-name&gt;</p><p>&#160;&#160;&#160; &lt;param-value&gt;&lt;/param-value&gt;</p><p>&#160; &lt;/context-param&gt;</p><p>&#160; &lt;context-param&gt;</p><p>&#160;&#160;&#160; &lt;description&gt;Report Engine logs directory. Default to ${Context Root}/logs&lt;/description&gt;</p><p>&#160;&#160;&#160; &lt;param-name&gt;BIRT_VIEWER_LOG_DIR&lt;/param-name&gt;</p><p>&#160;&#160;&#160; &lt;param-value&gt;logs&lt;/param-value&gt;</p><p>&#160; &lt;/context-param&gt;</p><p>&#160; &lt;context-param&gt;</p><p>&#160;&#160;&#160; &lt;description&gt;Resource location directory (library files, images files or others). Defaults to ${Context Root}&lt;/description&gt;</p><p>&#160;&#160;&#160; &lt;param-name&gt;BIRT_RESOURCE_PATH&lt;/param-name&gt;</p><p>&#160;&#160;&#160; &lt;param-value&gt;&lt;/param-value&gt;</p><p>&#160; &lt;/context-param&gt;</p><p>&#160; &lt;context-param&gt;</p><p>&#160;&#160;&#160; &lt;description&gt;Flag whether to force browser-optimized HTML output. Defaults to true&lt;/description&gt;</p><p>&#160;&#160;&#160; &lt;param-name&gt;HTML_ENABLE_AGENTSTYLE_ENGINE&lt;/param-name&gt;</p><p>&#160;&#160;&#160; &lt;param-value&gt;true&lt;/param-value&gt;</p><p>&#160; &lt;/context-param&gt;</p><p>&#160; &lt;context-param&gt;</p><p>&#160;&#160;&#160; &lt;description&gt;Report engine log level. (ALL|SEVERE|WARNING|INFO|CONFIG|FINE|FINER|FINEST|OFF)&lt;/description&gt;</p><p>&#160;&#160;&#160; &lt;param-name&gt;BIRT_VIEWER_LOG_LEVEL&lt;/param-name&gt;</p><p>&#160;&#160;&#160; &lt;param-value&gt;WARNING&lt;/param-value&gt;</p><p>&#160; &lt;/context-param&gt;</p><p>&#160; &lt;listener&gt;</p><p>&#160;&#160;&#160; &lt;listener-class&gt;org.eclipse.birt.report.listener.ViewerHttpSessionListener&lt;/listener-class&gt;</p><p>&#160; &lt;/listener&gt;</p><p>&#160; </p><p>&#160; &lt;listener&gt;</p><p>&#160;&#160;&#160; &lt;listener-class&gt;org.eclipse.birt.report.listener.ViewerServletContextListener&lt;/listener-class&gt;</p><p>&#160; &lt;/listener&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&#160; &lt;servlet&gt;</p><p>&#160;&#160;&#160; &lt;servlet-name&gt;EngineServlet&lt;/servlet-name&gt;</p><p>&#160;&#160;&#160; &lt;servlet-class&gt;org.eclipse.birt.report.servlet.BirtEngineServlet&lt;/servlet-class&gt;</p><p>&#160;&#160;&#160; &lt;load-on-startup&gt;1&lt;/load-on-startup&gt;</p><p>&#160; &lt;/servlet&gt;</p><p>&#160; &lt;servlet&gt;</p><p>&#160;&#160;&#160; &lt;servlet-name&gt;ViewerServlet&lt;/servlet-name&gt;</p><p>&#160;&#160;&#160; &lt;servlet-class&gt;org.eclipse.birt.report.servlet.ViewerServlet&lt;/servlet-class&gt;</p><p>&#160;&#160;&#160; &lt;load-on-startup&gt;1&lt;/load-on-startup&gt;</p><p>&#160; &lt;/servlet&gt;</p><p>&#160; &lt;servlet-mapping&gt;</p><p>&#160;&#160;&#160; &lt;servlet-name&gt;ViewerServlet&lt;/servlet-name&gt;</p><p>&#160;&#160;&#160; &lt;url-pattern&gt;/frameset&lt;/url-pattern&gt;</p><p>&#160; &lt;/servlet-mapping&gt;</p><p>&#160; &lt;servlet-mapping&gt;</p><p>&#160;&#160;&#160; &lt;servlet-name&gt;EngineServlet&lt;/servlet-name&gt;</p><p>&#160;&#160;&#160; &lt;url-pattern&gt;/document&lt;/url-pattern&gt;</p><p>&#160; &lt;/servlet-mapping&gt;</p><p>&#160; &lt;servlet-mapping&gt;</p><p>&#160;&#160;&#160; &lt;servlet-name&gt;EngineServlet&lt;/servlet-name&gt;</p><p>&#160;&#160;&#160; &lt;url-pattern&gt;/download&lt;/url-pattern&gt;</p><p>&#160; &lt;/servlet-mapping&gt;</p><p>&#160; &lt;servlet-mapping&gt;</p><p>&#160;&#160;&#160; &lt;servlet-name&gt;EngineServlet&lt;/servlet-name&gt;</p><p>&#160;&#160;&#160; &lt;url-pattern&gt;/parameter&lt;/url-pattern&gt;</p><p>&#160; &lt;/servlet-mapping&gt;</p><p>&#160; &lt;servlet-mapping&gt;</p><p>&#160;&#160;&#160; &lt;servlet-name&gt;EngineServlet&lt;/servlet-name&gt;</p><p>&#160;&#160;&#160; &lt;url-pattern&gt;/extract&lt;/url-pattern&gt;</p><p>&#160; &lt;/servlet-mapping&gt;</p><p>&#160; &lt;servlet-mapping&gt;</p><p>&#160;&#160;&#160; &lt;servlet-name&gt;ViewerServlet&lt;/servlet-name&gt;</p><p>&#160;&#160;&#160; &lt;url-pattern&gt;/run&lt;/url-pattern&gt;</p><p>&#160; &lt;/servlet-mapping&gt;</p><p>&#160; &lt;servlet-mapping&gt;</p><p>&#160;&#160;&#160; &lt;servlet-name&gt;EngineServlet&lt;/servlet-name&gt;</p><p>&#160;&#160;&#160; &lt;url-pattern&gt;/preview&lt;/url-pattern&gt;</p><p>&#160; &lt;/servlet-mapping&gt;</p><p>&#160; &lt;servlet-mapping&gt;</p><p>&#160;&#160;&#160; &lt;servlet-name&gt;EngineServlet&lt;/servlet-name&gt;</p><p>&#160;&#160;&#160; &lt;url-pattern&gt;/output&lt;/url-pattern&gt;</p><p>&#160; &lt;/servlet-mapping&gt;</p><p>&#160; &lt;filter&gt;</p><p>&#160;&#160;&#160; &lt;filter-name&gt;ViewerFilter&lt;/filter-name&gt;</p><p>&#160;&#160;&#160; &lt;filter-class&gt;org.eclipse.birt.report.filter.ViewerFilter&lt;/filter-class&gt;</p><p>&#160; &lt;/filter&gt;</p><p>&#160; &lt;filter-mapping&gt;</p><p>&#160;&#160;&#160; &lt;filter-name&gt;ViewerFilter&lt;/filter-name&gt;</p><p>&#160;&#160;&#160; &lt;servlet-name&gt;EngineServlet&lt;/servlet-name&gt;</p><p>&#160; &lt;/filter-mapping&gt;</p><p>&#160; &lt;filter-mapping&gt;</p><p>&#160;&#160;&#160; &lt;filter-name&gt;ViewerFilter&lt;/filter-name&gt;</p><p>&#160;&#160;&#160; &lt;servlet-name&gt;ViewerServlet&lt;/servlet-name&gt;</p><p>&#160; &lt;/filter-mapping&gt;</p><p>&#160; &lt;servlet&gt;</p><p>&#160;&#160;&#160; &lt;servlet-name&gt;JBoss BIRT Servlet&lt;/servlet-name&gt;</p><p>&#160;&#160;&#160; &lt;servlet-class&gt;org.jboss.tools.birt.servlet.JBossBirtServlet&lt;/servlet-class&gt;</p><p>&#160; &lt;/servlet&gt;</p><p>&#160; &lt;servlet-mapping&gt;</p><p>&#160;&#160;&#160; &lt;servlet-name&gt;JBoss BIRT Servlet&lt;/servlet-name&gt;</p><p>&#160;&#160;&#160; &lt;url-pattern&gt;/embed&lt;/url-pattern&gt;</p><p>&#160; &lt;/servlet-mapping&gt;</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>