blob: b6b95c81492164f5a447e36bd22aabc3cb2213b3 [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>
<link rel="stylesheet" type="text/css" href="../../com.ibm.help.doc/swg_info_common.css" />
<title>Server targeting for Web applications</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="tservertarget"><a name="tservertarget"><!-- --></a>
<h1 class="topictitle1">Server targeting for Web applications</h1>
<div><p>To support different J2EE application servers, the J2EE tooling allows
you to target a specific server during your Enterprise Application (EAR) project
development. In most cases, a Web project must target the same server as the
EAR project in order to deploy the Web application to the server properly. </p>
<p>After you have a Web project created, you can modify the target server
using the project's properties dialog. To do this, right-click on the project
in the Project Explorer view, and select <span class="menucascade"><span class="uicontrol">Properties</span> &gt; <span class="uicontrol">Server</span></span>.</p>
<p>For more information on J2EE server targeting, see <a href="../../com.ibm.etools.j2eeapp.doc/topics/tjtargetserver.html">Specifying target servers for J2EE projects</a></p>
</div>
<div><p><b class="reltaskshd">Related tasks</b><br />
<a href="twcreprj.html">Creating a dynamic Web project</a><br />
</p>
</div><p>
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.
</p>
</body>
</html>