Using Java Report Server Security Extension : About installing a Java RSSE application : Installing a Java RSSE application : How to install a Java RSSE application on an Encyclopedia volume
 
How to install a Java RSSE application on an Encyclopedia volume
Install Java RSSE applications on Encyclopedia volumes to run on BIRT iHub by performing the following tasks:
1 Make a copy of the $SERVER_HOME/servletcontainer/webapps/acrsse directory. For example, copy the directory to the following location:
$SERVER_HOME/servletcontainer/webapps/myacrsse
2 Copy the application archive file to the lib directory of the BIRT iHub servlet container in the following location:
$SERVER_HOME/servletcontainer/webapps/myacrsse/WEB-INF/lib
3 Extract the file, class.properties, from the application archive file, to the following location:
$SERVER_HOME /servletcontainer/webapps/myacrsse/WEB-INF/classes/com/actuate11/rsse/wsdl
If necessary, create the subdirectories, /com/actuate11/rsse/wsdl, manually or use the archive extraction tool to create the subdirectories when extracting the class.properties file.
4 Using a source code editor, open the class.properties file and change its single line of code to reference the main class of the application in the archive file:
class=com.actuate11.rsse.mySampleApp.SampleRSSE