How to deploy the IPSE application
1  
<your application context root>\WEB-INF\web.xml
2  
3  
Change the param-value parameter of the SECURITY_ADAPTER_CLASS to the fully qualified class name of your security manager class. Use an entry similar to this one:
<param-name>SECURITY_ADAPTER_CLASS</param-name>
<param-value>SecurityCode</param-value>
4  
5  
To have Actuate Java Component read the new security class from the web.xml file, restart the application server or servlet container.

Additional Links:

Copyright Actuate Corporation 2012