Steps for preparing to implement the PKI Services web application using JSPs

About this task

Perform the following steps to prepare to implement the PKI Services web application using JSPs.

Procedure

  1. Set the _PKISERV_ENABLE_JSP environment variable to indicate that you are using the JSPs instead of the REXX CGIs. To do this, uncomment the following line in the environment variables file pkiserv.envars:
    _PKISERV_ENABLE_JSP=TRUE
    (If the line is not in your copy of the environment variables file, add it.)
  2. If you have not previously done so, copy the XML template file and the XML schema file from the directory in which the MVS™ programmer installed PKI Services to the runtime directory by entering the following commands from the UNIX command line. The default directories are /usr/lpp/pkiserv/ and /etc/pkiserv respectively. The user ID you use for copying files must have superuser authority.
    cp -p /install-dir/samples/pkitmpl.xml runtime-dir
    cp -p /install-dir/samples/PKIServ.xsd runtime-dir

Results

Note: You do not copy the file pkixgen.tmpl. PKI Services does not ship a copy of this file in the samples directory. You generate pkixgen.tmpl from pkitmpl.xml after you customize pkitmpl.xml.

When you are done, you are ready to customize the PKI Services web application.