The Crystal Reports web application wizard
walks you through creating a web application that contains
Crystal Reports functionality.
This web application will contain all files required to generate reports at
runtime.
On the
File
menu, click
New >
Project....
The
"New
Project" dialog box opens.
Expand the
Crystal Reports
node, click Crystal Reports Web Project,
and then click
Next.
In the
Project
name field, type the project name.
In the
Project
contents section, do one of the following:
Select the
Use
default check box to use the default location of your workspace.
Clear the
Use
default check box and type the directory path for your workspace.
Select an installed target runtime
from the
Target
Runtime list. If you do not already have a target runtime
installed, click the
New
button to launch the
"New Server
Runtime" wizard.
Click
Next.
Configure the web module settings
and then click
Next.
Configure the
Crystal Reports settings:
To include
Crystal Reports samples in your
web project, select the
Include sample
reports check box.
This option adds a folder, containing
sample reports, to the project's
WebContent folder.
To add a new
Crystal Report file to the
project, select the
Include a new
Crystal Report check box.
This option adds a new report file and a
Java Server Page, containing the required code to view the new report over the
web, to the project's
WebContent folder.
Click
Finish.
The Java EE
perspective opens.
Use the Project Explorer view to
browse your new Crystal Reports
web project.