blob: 193ab7784ad740a22474e6fcb46d35f80900ebf8 [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>Converting static Web projects to dynamic Web projects</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="twpcnvrt"><a name="twpcnvrt"><!-- --></a>
<h1 class="topictitle1">Converting static Web projects to dynamic Web projects</h1>
<div><div class="skipspace"> <p> If you want to add dynamic elements to a static web project,
such as Java™ servlets and JSP files, you must convert the project
from a static to a dynamic one. To convert a static Web project to a dynamic
Web project, complete the following steps:</p>
</div>
<ol><li class="skipspace"><span>Select the project in the Project Explorer view, and then select <span><span class="uicontrol">Convert
to a Dynamic Web Project</span></span> from the <b>Project</b> menu.</span> This conversion assumes the project name and location will be the same.
The conversion does not change the CSS file specified in the original static
project, so it will be included in the resulting dynamic Web project. </li>
<li class="skipspace"><span> Specify the project properties that are available when <a href="../../org.eclipse.wst.webtools.doc.user/topics/twcreprj.html">Creating
a Dynamic Web project.</a></span></li>
</ol>
</div>
<div><p><b class="relconceptshd">Related concepts</b><br />
<a href="../../org.eclipse.wst.webtoolscore.doc.user/topics/ccwebprj.html">Dynamic Web projects and applications</a><br />
<a href="../../org.eclipse.wst.webtoolscore.doc.user/topics/ccstatic.html">Static Web projects</a><br />
</p>
</div><p>
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.
</p>
</body>
</html>