The OIG administration interface is a tool used to manage OIG session pools. The web pages required to use the administration interface are placed in the %OS_ROOT%\admin directory.
Before you can begin using the administration interface, deploy it as an OIG web application. To do this, copy the required web pages (JSPs, ASPs or ASPX, depending on your environment) from the %OS_ROOT%\admin directory to an application deployment directory.
The administration interface displays the status of OIG session pools within a Java Virtual Machine (JVM). Therefore, deploy the administration interface so that it runs in the same JVM as the applications you want it to monitor. Keep in mind that servlet/JSP applications can be deployed to run under one or more JVMs. When using the OIG COM component under IIS, the number of JVMs depends on the isolation level of your defined web applications.
The JSP version of the administration interface uses custom tags, so you must copy the tag library definition file, %OS_ROOT%\admin\jsp\WEB-INF\ectstaglib.tld, to the \WEB-INF directory under the application deployment directory defined to your servlet engine.