BackPrevious Page Next PageNext

Deploying JReport Server to a Java Application Server

After you have created a WAR/EAR file that includes a self-contained JReport Server, you can deploy the WAR/EAR to an application server following the deploying instructions of the application server.

This section provides examples of deploying JReport Server to several leading Java EE application servers. The instructions are applicable to Unix, z/Linux and Windows platforms. However, the paths for Windows should use the Windows format, for example, C:\JReport\Server, while paths for Unix and z/Linux should use the Unix and z/Linux format, for example, /opt/JReport/Server.

The following examples are based on the Unix platform with one exception of Sun Application Server on Windows:

Deploying to IBM WebSphere 9.0.0.4

Deploying to WebLogic 12c Release 1 (12.2.1.3.0)

Deploying to Tomcat 8.5.23

Deploying to jboss-as-7.1.1.Final or JBoss EAP 7.0

Deploying to OC4J 10g R3 (10.1.3.5.0)

Deploying to Sun Java™ System Application Server Platform Edition 9.1

Deploying to Jetty 9.4.6

Deploying to GlassFish V3

Deploying to Resin 4.0.53

Deploying to WildFly 10.1.0

Notes: It is supported if you change the location of the two folders, skin and dhtmljsp, which are in the \public_html directory in the application server side. What is needed is creating a file jrserver.properties in the \WEB-INF directory and then adding the following two properties and providing the correct paths (the context root is excluded):

    web.skin.dir
    web.dhtml_jsp_path

BackPrevious Page Next PageNext