90 lines
6.0 KiB
HTML
90 lines
6.0 KiB
HTML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE html
|
||
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
|
<html lang="en-us" xml:lang="en-us">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
|
<meta name="security" content="public" />
|
||
|
<meta name="Robots" content="index,follow" />
|
||
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
||
|
<meta name="DC.Type" content="task" />
|
||
|
<meta name="DC.Title" content="Samples: Downloading and running the sample programs" />
|
||
|
<meta name="abstract" content="This topic contains instructions for downloading and running the sample javadoc information." />
|
||
|
<meta name="description" content="This topic contains instructions for downloading and running the sample javadoc information." />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzahajgsssamp.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzahajgsssampview.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzahajgssdownloadjavadoc.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzahajgssdownloadsource10.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzahajgssdownloadsource20.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzahajgssdownloadsource30.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzahajgssdownloadsourceexmp.htm" />
|
||
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2006" />
|
||
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2006" />
|
||
|
<meta name="DC.Format" content="XHTML" />
|
||
|
<meta name="DC.Identifier" content="rzahajgssdownloadsource" />
|
||
|
<meta name="DC.Language" content="en-us" />
|
||
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
||
|
<!-- US Government Users Restricted Rights -->
|
||
|
<!-- Use, duplication or disclosure restricted by -->
|
||
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
||
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
||
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
||
|
<title>Samples: Downloading and running the sample programs</title>
|
||
|
</head>
|
||
|
<body id="rzahajgssdownloadsource"><a name="rzahajgssdownloadsource"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Samples: Downloading and running the sample programs</h1>
|
||
|
<div><p>This topic contains instructions for downloading and running the
|
||
|
sample javadoc information.</p>
|
||
|
<div class="section"><p>Before modifying or running the samples, read the <a href="rzahajgsssamp.htm">description
|
||
|
of the sample programs</a>.</p>
|
||
|
<p>To run the sample programs, perform the
|
||
|
following tasks:</p>
|
||
|
</div>
|
||
|
<ol><li><span><a href="rzahajgssdownloadsource10.htm">Download the sample
|
||
|
files to your iSeries™ server</a></span></li>
|
||
|
<li><span><a href="rzahajgssdownloadsource20.htm">Prepare to run the
|
||
|
sample files</a></span></li>
|
||
|
<li><span><a href="rzahajgssdownloadsource30.htm">Run the sample programs</a></span></li>
|
||
|
</ol>
|
||
|
<div class="section"><p>For more information about how to run a sample, see <a href="rzahajgssdownloadsourceexmp.htm#rzahajgssdownloadsourceexmp">Example: Running the non-JAAS sample</a>.</p>
|
||
|
<p><strong>Code example disclaimer</strong></p>
|
||
|
<p>IBM<sup>®</sup> grants you a nonexclusive copyright
|
||
|
license to use all programming code examples from which you can generate similar
|
||
|
function tailored to your own specific needs.</p>
|
||
|
<p>All sample code is provided
|
||
|
by IBM for
|
||
|
illustrative purposes only. These examples have not been thoroughly tested
|
||
|
under all conditions. IBM, therefore, cannot guarantee or imply reliability,
|
||
|
serviceability, or function of these programs.</p>
|
||
|
<p>All programs contained
|
||
|
herein are provided to you "AS IS" without any warranties of any kind. The
|
||
|
implied warranties of non-infringement, merchantability and fitness for a
|
||
|
particular purpose are expressly disclaimed.</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div>
|
||
|
<ul class="ullinks">
|
||
|
<li class="ulchildlink"><strong><a href="rzahajgssdownloadsource10.htm">Samples: Downloading the IBM JGSS samples</a></strong><br />
|
||
|
This topic contains instructions for downloading the sample javadoc
|
||
|
information to your iSeries server.</li>
|
||
|
<li class="ulchildlink"><strong><a href="rzahajgssdownloadsource20.htm">Samples: Preparing to run the sample programs</a></strong><br />
|
||
|
After you download the source code, you need to perform some prepatory tasks before running the sample programs.</li>
|
||
|
<li class="ulchildlink"><strong><a href="rzahajgssdownloadsource30.htm">Samples: Running the sample programs</a></strong><br />
|
||
|
After you download and modify the source code, you can run one of the samples.</li>
|
||
|
<li class="ulchildlink"><strong><a href="rzahajgssdownloadsourceexmp.htm">Example: Running the non-JAAS sample</a></strong><br />
|
||
|
</li>
|
||
|
</ul>
|
||
|
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzahajgsssamp.htm" title="The IBM Java Generic Security Service (JGSS) sample files include client and server programs, configuration files, policy files, and javadoc reference information. Use the sample programs to test and verify your JGSS setup.">Samples: IBM Java Generic Security Service (JGSS)</a></div>
|
||
|
</div>
|
||
|
<div class="relconcepts"><strong>Related concepts</strong><br />
|
||
|
<div><a href="rzahajgsssampview.htm" title="The IBM Java Generic Security Service (JGSS) sample files include client and server programs, configuration files, policy files, and javadoc reference information. Use the following links to view HTML versions of the JGSS samples.">Viewing the IBM JGSS samples</a></div>
|
||
|
</div>
|
||
|
<div class="reltasks"><strong>Related tasks</strong><br />
|
||
|
<div><a href="rzahajgssdownloadjavadoc.htm" title="To download and view the documentation for the IBM JGSS sample programs, complete the following steps.">Samples: Downloading and viewing javadoc information for the IBM JGSS samples</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|