Hello, everyone.<br />
I modified Birt Web Viewer. I use opened classes from CSV repository (<a class='bbc_url' href='
http://www.eclipse.org/birt/phoenix/build/buildInstructions.php#checkout'>http://www.eclipse.org/birt/phoenix/build/buildInstructions.php#checkout</a>) instead of viewerservlets.jar. <br />
I used birt-runtime-2_5_2 on Tomcat 5.5. Everything was brilliant. But now I should deploy it on Tomcat6. My task requires changing Dynamic Web Module from 2.4 to 2.5. To do this in properties window Project Facets is impossible (Cannot change version of project facet Dynamic Web Module to 2.5). I did next steps:<br />
1. installed Tomacat Apache 6.0.29<br />
2. copied "WebViewerExample" folder to "C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\"<br />
3. -Copied JAR driver files (MS SQL 2005, MySQL, Oracle) "ojdbc14.jar", "mysql-connector-java-5.1.6-bin.jar", "sqljdbc.jar" to "C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\birt-viewer\WEB-INF\platform\plugins\org.eclipse.birt.report.data.oda.jdbc_2.2.2.r22x_v20071206\drivers\"<br />
4.downloaded the commons logging library to Tomcat6.0/lib<br />
5.started manager in Mozilla and it had worked only once, but report wasn't shown.<br />
After refreshing error appeared:<br />
<br />
<strong class='bbc'>HTTP Status 404 -<br />
type Status report<br />
message<br />
description The requested resource () is not available.<br />
Apache Tomcat/6.0.29 </strong><br />
<br />
I need runing my project on Tomcat 6 with Dynamic Web Module from 2.5. Project uses opened classes of viewerservlets.jar. I would be very thankfull for every help.