Create the following directory
structure in the web applications directory of your web application server,
where
web_application_name
is the name of your web application:
web_application_name
WEB-INF
lib
classes
crystalreportviewersNote: Your web application directory (web_application_name) should be
located in the main web application directory for your web application server
(for Tomcat, this directory is typically called
webapps).
This is the root directory for the web application and contains all of the
files that the web application needs.
Directory Contents:
The
WEB-INF
directory contains the support files required for your web application.
The
WEB-INF\lib directory contains the
JAR files required by your web application.
The
crystalreportviewers directory
contains the support files required by the viewers.