Sun Java System Identity Server version 2004Q2 |
This file explains how to compile and run the sample PAOS application for Solaris installations. Follow these steps to run the sample program.PAOS Sample Readme File
<servlet>
<servlet-name>PAOSClientServlet</servlet-name>
<description>PAOSClientServlet</description>
<servlet-class>PAOSClientServlet</servlet-class>
</servlet>These lines should be put just after the last </servlet-mapping> tag.
<servlet-mapping>
<servlet-name>PAOSClientServlet</servlet-name>
<url-pattern>/PAOSClientServlet</url-pattern>
</servlet-mapping>