In this section: |
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.
The standard SLP configuration creates a shortcut to start PMF.
To start PMF, use:
http(s)://server:port/ibi apps folder name/pmf
For example:
http://myserver:8080/ibi_apps/pmf
You can now navigate to any folder using SLP by using the following path:
WebFOCUS client name:port/ibi apps folder name/slp/IBFS folder name
where:
Is the name of your WebFOCUS client.
Is the port number.
Is the name of your IBI apps folder.
Is the name of the IBFS folder you wish to use.
A typical web path would be:
http://server name:8080/ibi_apps/slp/reports
The following image shows a list of WebFOCUS reports in SLP.
|
Information Builders |