How to: |
This appendix provides the steps that you can follow to configure Simple Lightweight Page (SLP) manager, a context switcher for PMF, to work with your WebFOCUS installation.
Note that the PMF installer configures SLP for you automatically on a new install.
To install SLP:
drive:/ibi/WebFOCUSnn/webapps/webfocus
where:
Is the WebFOCUS version number.
To configure the SLP service:
drive:/ibi/WebFOCUSnn/webapps/webfocus/WEB-INF
<!-- SLP added by PMF install --> <servlet> <servlet-name>slp</servlet-name> <jsp-file>/slp/slp.jsp</jsp-file> </servlet> <!-- SLP added by PMF install --> <servlet-mapping> <servlet-name>slp</servlet-name> <url-pattern>/slp/*</url-pattern> <url-pattern>/p/*</url-pattern> <url-pattern>/pmf</url-pattern> <url-pattern>/PMF</url-pattern> </servlet-mapping>
The following image shows the file with the additional text added.
WebFOCUS | |
Feedback |