Aforementioned
Operating system: linux
Server: resin
Reporting Application: FineReport
Procedure
1. Install jdk
2. Installing the server,Case in resin
3. Configure Report Project

NO.1 Install jdk
1.First, the official website to download jdk example jdkjdk1.6, name jdk-6u2-linux-i586-rpm.bin
2.Via ftp upload jdk-6u2-linux-i586-rpm.bin
3. Command to all users to add executable permissions
chmod a+x jdk-6u2-linux-i586-rpm.bin
a:All,that is, all users, including the owner, owning group, and other users
x:Execution or switch rights, numeric code-named ”1″。
4. ./jdk-6u2-linux-i586-rpm.bin
Will generate the file jdk-6u2-linux-i586-rpm
Add execution to all users
Setup rpm -ivh jdk-6u2-linux-i586-rpm
accept the agreement, then press enter
5. Finally, set the path and classpath
export JAVA_HOME=/usr/java/jdk1.6.0_02
6.Run java -version
If java version “1.6.0_02″indicates the installation was successful

NO.2 install resin server
Preparations: resin installation files in resin official website to download linux environment

1) install jdk The previous step has been performed

2) JAVA_HOME environment variable is set correctly identified The previous step has been performed
3) Installation
Separate operation:
# tar zxvf resin-3.0.4.tar.gz
# mv resin03.0.6 /usr/local/resin
#cd /usr/local/resin
# ./configure
# make
# make install
#cd bin
#./httpd.sh start

NO.3 Configure Report Project

After installing the resin server
•The WebReport file FineReport statements installation directory packaged into a zip folder and then upload to ftp
•Under linux by visiting ftp
Cd to the resin webapps directory file folder
ftp ip address
Go to the directory where the zip package
get WebReport.zip to the current directory
exit to the current directory ftp
Webapps folder in the file
unzip WebReport.zip WebReport unzip the file to a folder under webapps
•Start resin server
Cd to the resin in the bin folder
./httpd.sh
Enter http://localhost:8080 to test whether the server starts successfully
The welcome screen appears resin explanation starts successfully
Enter http://localhost:8080/WebReport/ReportServer?op=test est environment is configured reports success