Pathway/iTS Web Client Programming Manual (G06.24+)

How to Compile, Build, and Maintain a Pathway/iTS
Web Client
Compaq NonStop Pathway/iTS Web Client Programming Manual520270-001
2-11
Deploy the Web Client on a Windows Environment
Publish all the gif files (which must be in /usr/tandem/webserver/root)
-f invymk.mk DEPLOY=testapp gif
Deploy the Web Client on a Windows Environment
To deploy the compiled Java class files and the HTML files from a Windows
environment to an OSS directory under the webroot directory, run the JPUTFILE from
the Windows environment.
To get the JPUTFILE onto a Windows environment, use the following steps:
1. From the Windows DOS prompt, execute the command:
ftp host-address
where host-address is the IP address of the NSK Himalaya Server where the
Java and HTML files are generated
2. At the FTP prompt:
Logon to the system.
Set the remote directory to the location where JGETFILE is located; this the
same directorywhere all the class files are generated and the HTML files are
located
Set the transfer mode to ASCII .
3. Transfer JGETFILE then exit the FTP session using the commands
ftp> ASCII
ftp> get JPUTFILE JPUTFILE.BAT
ftp> bye
Once JPUTFILE.BAT is copied to a Windows environment, deploy the compiled Java
files and HTML files using following command:
JPUTFILE hostname user-ID password application-home
hostname
is the IP address or name of the NonStop Himalaya server where the application is
to be deployed
user-ID
is the valid user ID on the NonStop Himalaya server
password
is the password for the user ID.
application-home
is the full path name of the OSS directory where the application is to be deployed.
This directory should be subdirectory to the root directory of the web server.