[jboss-user] [JBoss Tools] - Re: Problem: embed BIRT Report in Seam page

Snjezana Peco do-not-reply at jboss.com
Thu Aug 4 17:48:32 EDT 2011


Snjezana Peco [http://community.jboss.org/people/snjeza] created the discussion

"Re: Problem: embed BIRT Report in Seam page"

To view the discussion, visit: http://community.jboss.org/message/619518#619518

--------------------------------------------------------------
Do you have BIRT servlet defined in the web.xml file?
The definition would be similar to the following:

<servlet>
    <servlet-name>JBoss BIRT Servlet</servlet-name>
    <servlet-class>org.jboss.tools.birt.servlet.JBossBirtServlet</servlet-class>
</servlet>
<servlet-mapping>
    <servlet-name>JBoss BIRT Servlet</servlet-name>
    <url-pattern>/embed</url-pattern>
</servlet-mapping>
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/619518#619518]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110804/bb1b7578/attachment.html 


More information about the jboss-user mailing list