73 lines
4.8 KiB
HTML
73 lines
4.8 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="Develop an Internet protection program" />
|
|
<meta name="abstract" content="Develop an internet protection program that works for you." />
|
|
<meta name="description" content="Develop an internet protection program that works for you." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzam5setup.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="http://www.redbooks.ibm.com/abstracts/sg245954.html" />
|
|
<meta name="DC.Relation" scheme="URI" content="http://www.ibm.com/servers/eserver/iseries/software/websphere/wsappserver/" />
|
|
<meta name="DC.Relation" scheme="URI" content="http://jakarta.apache.org/tomcat/index.html" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2005, 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2005, 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rzam5internetprotection" />
|
|
<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>Develop an Internet protection program</title>
|
|
</head>
|
|
<body id="rzam5internetprotection"><a name="rzam5internetprotection"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Develop an Internet protection program</h1>
|
|
<div><p>Develop an internet protection program that works for you.</p>
|
|
<p>Because the iSeries™ Navigator
|
|
for Wireless servlet needs to obtain the user ID of the remote user, the web
|
|
application server will need to be configured or set up to authenticate the
|
|
user. The servlet uses this user ID to communicate with Management Central.
|
|
Because this authentication can take place over the internet, the user needs
|
|
to develop a protection plan to protect this authentication information (user
|
|
ID and password).</p>
|
|
<p>Also, the data that is transferred between the client and the server contains
|
|
systems management information. An analysis should be done to determine the
|
|
level of protection you require for this data. The following questions need
|
|
to be considered in developing this plan.</p>
|
|
<ul><li>What services will be used to access the servlet (use the Internet, use
|
|
browsers on clients attached to the central system, or both)?</li>
|
|
<li>What client devices will be used and what are the security capabilities
|
|
of the browsers used on the devices?</li>
|
|
<li>How will the desired protection be configured or be set up on a Web application
|
|
server such as IBM<sup>®</sup> WebSphere<sup>®</sup> or
|
|
ASF Tomcat servlet engine, and IBM HTTP Server for iSeries?</li>
|
|
<li>What is the sensitivity of the data transferred between the client and
|
|
server?</li>
|
|
</ul>
|
|
<p>In developing this protection plan, refer to i5/OS™ Internet Security Scenarios: A Practical Approach<sup>®</sup>.</p>
|
|
<p>The following IBM WebSphere Application Server web page and ASF Jakarta
|
|
Tomcat home page may also be helpful in developing a protection plan. These
|
|
pages also provide documentation on the security protection capabilities of
|
|
the client devices and browsers to be used.</p>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzam5setup.htm" title="Covers the software and hardware that is required to use iSeries Navigator for Wireless. This also helps you decide which kind of wireless device to use and what kind of applications you may need to install and configure.">Set up iSeries Navigator for Wireless</a></div>
|
|
</div>
|
|
<div class="relinfo"><strong>Related information</strong><br />
|
|
<div><a href="http://www.redbooks.ibm.com/abstracts/sg245954.html" target="_blank">AS/400 Internet Security Scenarios: A Practical Approach</a></div>
|
|
<div><a href="http://www.ibm.com/servers/eserver/iseries/software/websphere/wsappserver/" target="_blank">IBM WebSphere Application Server</a></div>
|
|
<div><a href="http://jakarta.apache.org/tomcat/index.html" target="_blank">ASF Jakarta Tomcat</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |