Pathway/iTS Web Client Programming Manual (H06.03+, J06.03+)

Table Of Contents
How to Compile, Build, and Maintain a Pathway/iTS
Web Client
HP NonStop Pathway/iTS Web Client Programming Manual520270-003
2-13
Modify the HTML Files
Modify the HTML Files
Using a standard web editor, open the HTML files, make any modifications, and save
the file in the directory. You might also want to save the modified file in your source
change control database for future use.
Redeploy Customized HTML Files
Once the pages are changed, they need to be deployed again. Use ftp to put the files
back into a OSS deployment directory.
1. At the Windows DOS prompt, execute
ftp
host-address
where
host-address
is the IP address of the NonStop server where the files are
to be deployed.
2. Logon to the NonStop server then specify the remote OSS directory where the
HTML files are deployed. Specify local directory to which the files will get copied.
Set the transfer mode to ASCII.
ftp > user x.y password
ftp > cd /usr/webserver/root/testapp
ftp > lcd c:\htmledit
ftp > ASCII
3. Use the get or mput command to put one or more HTML files. When the files are
transferred, exit the ftp session.
ftp > prompt off
ftp > mput *.html
ftp > bye
9. Specify the Port Number of the Router
Process
After you deploy the converted application on the web server, you must configure the
converted Java applet to communicate with a router process running on the NonStop
system. You do this by using the SETPORT utility, provided with the Pathway/iTS
software, to specify an IP port number that matches the port number specified for the
router process.
Run the SETPORT utility on the NonStop system by issuing this command from the
/usr/tandem/Pathway-iTS/ directory in the OSS environment:
SETPORT
port-num
control-name