Pathway/iTS Web Client Programming Manual (H06.03+, J06.03+)
Table Of Contents
- HP NonStop Pathway/iTS Web Client Programming Manual
- Legal Notices
- Contents
- What's New in This Manual
- About This Manual
- 1 Introduction to Pathway/iTS Web Clients
- 2 How to Compile, Build, and Maintain a Pathway/iTS Web Client
- 1. Prepare the SCREEN COBOL Object File
- 2. Create a Configuration File
- 3. Run the Converter
- 4. Modify Java or SCREEN COBOL Code as Needed
- 5. Run PROFDBM to Set Up the User Profile Database
- 6. Build the Converted Client
- 7. Deploy the Web Client
- 8. Customize the Screens
- 9. Specify the Port Number of the Router Process
- 10. Configure Pathway Servers for User Profiles and User Conversion Routines
- 11. Tune the Application for Performance by Changing the Session-Length Parameter
- 12. Maintain the Client
- 3 Logon Security and User Profiles
- 4 User-Written User Conversion Procedures for Web Clients
- 5 SCREEN COBOL-to-Web Conversion Mappings
- 6 Java Import Package Reference
- 7 Introduction to Pathway/iTS 1.1
- A Client Error Messages
- B SCREEN COBOL Features Not Supported for Web Conversion
- Index
- Content Feedback
Logon Security and User Profiles
HP NonStop Pathway/iTS Web Client Programming Manual—520270-003
3-4
User Profile Options in the Control File
Parameter Values Description
userAuthenticate=true
getProfile = true
Specifies that the user must enter a valid Guardian user
name, password, and the profile name. The user is
authenticated and the profile data from the profile server is
retrieved. In addition to the values of the registers in the
profile database, values for the PW-TCP-PROCES-SNAME,
PW-TCP-SYSTEM-NAME, and TERMINAL-FILENAME
special registers are also retrieved from the GATEWAY
TERM object.
userAuthenticate=true
getProfile = false
Specifies that the user must enter a valid Guardian user
name and password only. The user is authenticated and the
values for the PW-TCP-PROCESS-NAME, PW-TCP-
SYSTEM-NAME, and TERMINAL-FILENAME special
registers are retrieved from the GATEWAY TERM object.
The registers of the profile database are set to spaces.
userAuthenticate
=false
getProfile = true
Specifies that the user must enter a valid profile name only.
No authentication is performed. The values of the registers
in the profile database, and the values for the PW-TCP-
PROCESS-NAME, PW-TCP-SYSTEM-NAME, and
TERMINAL-FILENAME special registers are retrieved from
the GATEWAY TERM object.
userAuthenticate
=false
getProfile = false
Specifies that no logon screen is displayed. When the user
opens the browser and goes to the URL for the Pathway/iTS
web application, the application's first screen loads in the
browser. However, before the first screen loads, the values
for the PW-TCP-PROCES-SNAME, PW-TCP-SYSTEM-
NAME, and TERMINAL-FILENAME special registers are
retrieved from the GATEWAY TERM object, and the
registers of the profile database are set to spaces.
encoding Specifies which encoding scheme the applet is to use when
converting the byte-format data it receives from the host to a
string format; valid for single-byte character sets only. The
default value is 8859_1, which supports applications using
the US ASCII character set.
To support applications that use a European character-set,
you must specify the appropriate encoding scheme.
To specify the encoding scheme for applications that use a
Japanese double-byte Kanji-Katakana character set, use the
CHARSET SJIS parameter in the CONVERT command
instead of the encoding parameter in the user profile.










