Licensing Java Components
Java Components have a temporary license by default. To fully license the Java Component you have purchased, you must move the license file received from actuate into the <context root>\WEB-INF directory  of the web archive (.war) file.
How to license Java Component
1  
2  
Create a temporary directory, such as C:\Temp\jc on a Microsoft Windows server or /temp/jc on a UNIX server. If you use an existing directory, ensure that this directory is empty.
3  
*
On a Windows server, open a command window and type the following commands, replacing the E: DVD drive letter with the path of your Java Component WAR file:
cd C:\Temp\jc
copy E:\ActuateJavaComponent.war
jar -xf ActuateJavaComponent.war
The Java Component files appear in the temporary directory. Leave the command window open.
*
On a LINUX or UNIX server, type the following commands, replacing the DVD drive name with the path of your Java Component WAR file:
cd /temp/jc
cp /dev/dsk/cd/ActuateJavaComponent.war   .
jar -xf ActuateJavaComponent.war
The Actuate Java Component files appear in the temporary directory.
4  
5  
jar -cf ..\DeploymentKit.war *
This command creates DeploymentKit.war in the parent directory. This new Java Component WAR file contains the license.
6  
7  

Additional Links:

Copyright Actuate Corporation 2012