<p>i have web project use SPRING framework running on apache TOMCAT 6.0.36</p><p> </p><p>i want to show report using BIRT, so i follow this link:</p><p><a data-ipb='nomediaparse' href='
http://www.eclipse.org/birt/phoenix/deploy/viewerUsageMain.php#tags'>http://www.eclipse.org/birt/phoenix/deploy/viewerUsageMain.php#tags</a></p><p> </p><p>basically, this is the steps i did:</p><p>1. download and put birt.war to my tomcat dir/webapps</p><p>2. add config to my project web.xm</p><pre class="_prettyXprint"><jsp-config> <taglib> <taglib-uri>/birt.tld</taglib-uri> <taglib-location>/WEB-INF/tlds/birt.tld</taglib-location> </taglib> </jsp-config></pre><p>3. copy birt.tld file to my project WEB-INF/tlds dir</p><p>4. copy library from birtviewer lib dir to my project lib directory</p><p>5. test the project</p><p> </p><p>below is the result</p> HTTP Status 404 - /MerchantWeb/frameset<p><strong class='bbc'>type</strong> Status report</p><p><strong class='bbc'>message</strong> <span class='bbc_underline'>/MerchantWeb/frameset</span></p><p><strong class='bbc'>description</strong> <span class='bbc_underline'>The requested resource is not available.</span></p><p> </p><p>can anyone point me to right direction..seems that the frameset is not showing..</p><p> </p><p>please help</p>