Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Problem with Birt, Apache 2 and FF2
zerba78
Hi all!!
I developed an application integrating Birt report engine and I deployed it on Tomcat.
If I call Tomcat with FF2 I see the reports in HTML output format correctly.
If I install Apache 2 and configure it for Tomcat contexts, then I see the procuded reports html source code inside browser window, i.e. I see:
<html>
<head ...>
</head>
<body>
...
<div>
....
<table>
....
content of the report
....
</body>
</html>
as a text: it is not interpreted by the browser. This happens with FF2 but not using IE7.
Any idea?
Thanks and best regards
Davide
Find more posts tagged with
Comments
There are no comments yet