85 lines
5.3 KiB
HTML
85 lines
5.3 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="concept" />
|
|
<meta name="DC.Title" content="Configuring your iSeries server to use JGSS with J2SDK, version 1.3" />
|
|
<meta name="abstract" content="When you use the Java 2 Software Development Kit (J2SDK), version 1.3 on your iSeries server, you need to prepare and configure your server to use JGSS. The default configuration uses the pure Java JGSS provider." />
|
|
<meta name="description" content="When you use the Java 2 Software Development Kit (J2SDK), version 1.3 on your iSeries server, you need to prepare and configure your server to use JGSS. The default configuration uses the pure Java JGSS provider." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzahajgsscfgmain.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzahajgsscfg1320.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="rzahajgsscfg13" />
|
|
<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>Configuring your iSeries server to use JGSS with J2SDK, version 1.3</title>
|
|
</head>
|
|
<body id="rzahajgsscfg13"><a name="rzahajgsscfg13"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Configuring your iSeries server to use JGSS with J2SDK, version 1.3</h1>
|
|
<div><p>When you use the Java™ 2 Software Development Kit (J2SDK),
|
|
version 1.3 on your iSeries™ server, you need to prepare and configure
|
|
your server to use JGSS. The default configuration uses the pure Java JGSS
|
|
provider.</p>
|
|
<div class="section"><h4 class="sectiontitle"> Software requirements </h4><p>To use JGSS with J2SDK,
|
|
version 1.3, your server must have Java Authentication and Authorization Service
|
|
(JAAS) 1.3 installed.</p>
|
|
</div>
|
|
<div class="section"><h4 class="sectiontitle">Configuring your server to use JGSS </h4><p>To configure
|
|
your server to use JGSS with J2SDK, version 1.3, add a symbolic link to the
|
|
extension directory for the ibmjgssprovider.jar file. The ibmjgssprovider.jar
|
|
file contains the JGSS classes and the pure Java JGSS provider. Adding the symbolic
|
|
link enables the extension class loader to load the ibmjgssprovider.jar file.</p>
|
|
<p><strong>Adding
|
|
the symbolic link</strong></p>
|
|
<p>To add the symbolic link, on an iSeries command
|
|
line, type the following command (on a single line) and press <strong>ENTER</strong>:</p>
|
|
<pre> ADDLNK OBJ('/QIBM/ProdData/OS400/Java400/ext/ibmjgssprovider.jar')
|
|
NEWLNK('/QIBM/ProdData/Java400/jdk13/lib/ext/ibmjgssprovider.jar')</pre>
|
|
<div class="note"><span class="notetitle">Note:</span> The
|
|
default Java 1.3 policy on the iSeries server grants the appropriate
|
|
permissions to JGSS. If you plan to create your own java.policy file, see <a href="rzahajgssjvmperm.htm">JVM permissions</a> for a list of permissions
|
|
to grant ibmjgssprovider.jar.</div>
|
|
</div>
|
|
<div class="section"><h4 class="sectiontitle">Changing JGSS providers</h4><p> After configuring your
|
|
server to use JGSS, which uses the pure Java provider as the default, you can configure
|
|
JGSS to use the native iSeries JGSS provider. Then, after you configure
|
|
JGSS to use the native provider, you can easily switch between the two
|
|
providers. For more information, see the following topics:</p>
|
|
<ul><li><a href="rzahajgsscfg15.htm">JGSS providers</a></li>
|
|
<li><a href="rzahajgsscfg1320.htm">Configuring JGSS to use the native iSeries JGSS
|
|
provider</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="section"><h4 class="sectiontitle">Security managers</h4><p>If you are running your IBM<sup>®</sup> JGSS application
|
|
with a Java security manager enabled, see <a href="rzahajgsscfgsecmgr.htm">Using
|
|
a security manager</a>.</p>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<ul class="ullinks">
|
|
<li class="ulchildlink"><strong><a href="rzahajgsscfg1320.htm">Configuring JGSS to use the native iSeries JGSS provider</a></strong><br />
|
|
IBM JGSS
|
|
uses the pure Java provider by default. You also have the option to
|
|
use the native iSeries JGSS
|
|
provider.</li>
|
|
</ul>
|
|
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzahajgsscfgmain.htm" title="How you configure your iSeries server to use JGSS depends on which version of the Java 2 Software Development Kit (J2SDK) that you run on your server.">Configuring your iSeries server to use IBM JGSS</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |