Crystal Reports for Rational Application Developer Designer Guide
Publishing a JSP of a
Crystal Reports report that uses
a UFL
Before you can publish a JSP of a
Crystal Reports report that
uses a UFL, the UFL JAR file must be in the
WebContent\WEB-INF\lib folder. For more information, see
Exporting your UFL to a JAR
file.
To publish a JSP of a
Crystal Reports report
Export the UFL project to
a JAR file and place it in the
Crystal Reports Web
project's lib folder.
Right-click the report,
point to
Crystal
Reports, and click
Create
Viewer JSP.
In the
Crystal Reports Web
project, open CRConfig.xml.
Expand
CrystalReportEngine-configuration.
Expand
ExternalFunctionLibraryClassNames, and enter the Function
Library name of the UFL.
This is the package and class name
that you entered when you created the UFL. For example,
<package>.<Function Library Class>.
Save CRConfig.xml.
In the
Navigator, right-click the JSP file, point to
Run
As, and click
Run on
Server.
Follow the instruction to
configure the run-time server.