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&...]