Using Actuate Information Console security : Creating a custom security adapter : Deploying a custom security adapter : How to deploy a custom security adapter to Information Console

How to deploy a custom security adapter to Information Console

1  
javac SecurityCode.java
2  
jar cvf SecurityCode.jar SecurityCode.class
3  
<your application context root>\WEB-INF\lib
4  
<your application context root>\WEB-INF\web.xml
5  
6  
Change the param-value parameter of the SECURITY_ADAPTER_CLASS to the fully-qualified class name for the security adapter class. Use an entry similar to this one:
<param-name>SECURITY_ADAPTER_CLASS</param-name>
<param-value>SecurityCode</param-value>
7  
8  
Restart the application server running Information Console. For the default installation, restart the Apache Tomcat for Actuate Information Console 11 Service.

(c) Copyright Actuate Corporation 2011