Hello guys, i have just discovered this forum. And i intend to use the resource for rendering of report populated from the database , on Unix production box.
I have set up the Sample Web Application using Tomcat web server / Wondows O/S and that works fine.
But, i then downloaded a copy of cewolf-0.8.8.zip, which does NOT have the JSPs for the tutorial. So, i copied all JSPs in the default root for sample APP i.e. cewolf/*.jsp into a new web application root(dataphaseChartApp).
Copied all .class and jar files in my new WebApp root like this ;
dataphaseChartApp\etc
dataphaseChartApp\example
dataphaseChartApp\img
dataphaseChartApp\Web-inf\classes\de\laures\cewolf\dp
dataphaseChartApp\Web-inf\classes\de\laures\cewolf\taglib\html
dataphaseChartApp\Web-inf\classes\de\laures\cewolf\taglib\util
dataphaseChartApp\Web-inf\classes\de\laures\cewolf\example
dataphaseChartApp\Web-inf\classes\de\laures\cewolf\util
I have just compiled the entire source and put in appropriate folder on Tomcat as shown above.
The problem is on requesting for the tutorial.jsp (in JFreeChart sample App), i get the following ......
Generated servlet error:
C:\jakarta-tomcat-4.0.3\work\localhost\dataphaseChartApp\tutorial$jsp.java:68: Class de.laures.cewolf.example.PageViewCountData not found.
de.laures.cewolf.example.PageViewCountData pageViews = null;
^
And the class exists in the specified folder .
Question; Why can't we use the Sample App JSPs with cewolf-0.8.8.zip.
The cewolf.tld for <cewolf:map id=""> expects an attribute of ID unlike the
Sample APP cewolf.tld . But I am using all classes and jar files from cewolf-0.8.8.zip AND sample Apps JSPs. And i suppose the Sample App should work using the cewolf-0.8.8.zip resources.
Please, help !!! This may seem lon winded.