A z/OS HTTP web server environment, such as the IBM WebSphere product, must be installed on your system before you configure the OPSLOG WebView web application. The detailed setup instructions that follow discuss how to add definitions to an existing server.
To configure the Web Application
Include a PASS statement similar to the following example:
PASS /applname/* /uss target path/*
Provides the application name of the OPSLOG WebView server that users will specify on the URL used to open an OPSLOG WebView client session (see Resource 5).
Provides the path name where you installed the OPSLOG WebView server files (see Resource 3).
Ensure the following AddType statements are included to direct the web server to recognize particular file types used by OPSLOG WebView:
AddType .jnlp application/x-java-jnlp-file ebcdic 1.0 #JNLP - Java Web Start AddType .css text/css ebcdic 1.0 #Cascade Style AddType .js text/javascript ebcdic 1.0 #Javascript
codebase="http://hostname.domain/applname">
Provides the hostname and domain where your web application is installed.
Note: See Resource 3 in the Resource Checklist.
<property name="jnlp.SocketReceiveBuffer" value="n" />
Specifies the size of the buffer in bytes.
Limits: 256-256K
Examples: Customized opslog.jnlp File
codebase="http://USILXXX.ca.com/opslog">
codebase="http://USILXXX.ca.com:4080/opslog">
codebase="http://USILXXX.ca.com/webview">
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|