Accessing the IPSE Java classes
The Java Components library, com.actuate.iportal.jar, contains the IPSE Java classes. This library is located in the lib subdirectory in the Java Components installation. The class, com.actuate.iportal.security.iPortalSecurityAdapter, in this library provides the framework for custom authentication. A custom security adapter providing an IPSE implementation extends this class.
Specifically, the JRE needs to access the following JAR files:
*<context root>\WEB-INF\lib\com.actuate.iportal.jar
*<context root>\WEB-INF\lib\org.apache.xerces_<version>.jar
*<context root>\WEB-INF\lib\com.actuate.webcommon.jar
Additionally, the JRE needs to access the following JAR files from the application server:
*servlet-api.jar
*jsp-api.jar
For example, when deploying a Java Components application on Tomcat 6.0, these JAR files are in the <Apache Installation Directory>/Tomcat 6.0/lib directory.