blob: b59ba647b2c05c3a190d034890b67fed4a7744e0 [file] [log] [blame]
<?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>
<head>
<title>Working in the Overview page</title>
<script language="JavaScript">
function popup_window( url, id, width, height )
{
popup = window.open( url, id, 'toolbar=no,scrollbars=no,location=no,statusbar=no,menubar=no,resizable=no,width=' + width + ',height=' + height + ',left=,top=' );
popup.focus();
}
</script><script language="JavaScript" src="help/liveHelp.js"></script></head>
<body id="twedtwbx1"><a name="twedtwbx1"><!-- --></a>
<h1 class="topictitle1">Working in the Overview page</h1>
<div><div class="skipspace">In the <b>Overview</b> page of the <a href="ccwebxml.html">Web
deployment descriptor editor</a>, you can get a quick summary of the contents
of the Web deployment descriptor in addition to adjusting various settings. <p>To
work in the <b> Overview</b> page, complete the following steps:</p>
</div>
<ol><li><span>Open a Web project in the Project Explorer.</span></li>
<li><span>Double-click the Web project's <b>Web Deployment Descriptor</b> file
in the Project Explorer. The Web deployment descriptor editor opens.</span></li>
<li><span>Click the <b>Overview</b> tab to open the <b>Overview</b> page.</span></li>
<li><span>You can edit settings in the following sections of the <b>Overview</b> page:
(You may also want to open this page to view the settings.) </span><ul><li>General Information - lets you view and edit general information,
including the display name, description (not displayed to end users), and
client session time out (in minutes).</li>
<li>Servlets and JSPs - lets you view the servlets and JSPs used in the
application.</li>
<li>Filters - lets you view filters used in the application.</li>
<li>Pages - lets you view welcome pages used in the application.</li>
<li>Mime type - lets you view file extensions that are mapped to mime
types.</li>
<li>Security - lets you view the security roles and their constraints
defined for the Web application.</li>
<li>Icons - lets you view, change, or add icons representing the Web application.</li>
<li>Usage - list the enterprise applications that are using this Web module.</li>
<li>Web Library projects - lets you view, add, or remove references to
JAR files mapped to Java™ projects.</li>
<li>Listeners - lets you view listeners used in the application.</li>
<li>References - lets you view resources that the Web application references. </li>
<li>Environment Variables - lets you view environment variables that are
relevant to the Web application.</li>
<li>Context Parameters - lets you view the context initialization parameters
that apply to all the servlets in the Web application.</li>
</ul>
</li>
</ol>
</div>
<div><p><b class="reltaskshd">Related tasks</b><br />
<a href="twedtwbx.html" title="">Configuring Web applications using the Web deployment descriptor editor</a><br />
</p>
</div><p>
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.
</p>
</body>
</html>