blob: c3d273d71e3228dd2abf21301a0e34b82eb26a0b [file] [log] [blame]
kprice9c922d82006-08-30 22:07:19 +00001<?xml version="1.0" encoding="utf-8"?>
2<!--Arbortext, Inc., 1988-2005, v.4002-->
3<!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN"
4 "task.dtd">
5<task id="twpcnvrt" xml:lang="en-us">
6<title>Converting static Web projects to dynamic Web projects</title>
7<prolog><metadata>
8<keywords><indexterm>static Web projects<indexterm>converting to dynamic</indexterm></indexterm><indexterm>dynamic Web projects<indexterm>converting from static</indexterm></indexterm><indexterm>Web projects<indexterm>dynamic<indexterm>converting from static</indexterm></indexterm></indexterm>
9</keywords>
10</metadata></prolog>
11<taskbody>
12<context> <p> If you want to add dynamic elements to a static web project,
13such as <tm tmclass="special" tmowner="Sun Microsystems, Inc." tmtype="tm"
14trademark="Java">Java</tm> servlets and JSP files, you must convert the project
15from a static to a dynamic one. To convert a static Web project to a dynamic
16Web project, complete the following steps:</p> </context>
17<steps>
18<step><cmd>Select the project in the Project Explorer view, and then select <ph><uicontrol>Convert
19to a Dynamic Web Project</uicontrol></ph> from the <b>Project</b> menu.</cmd>
20<info>This conversion assumes the project name and location will be the same.
21The conversion does not change the CSS file specified in the original static
22project, so it will be included in the resulting dynamic Web project. </info>
23</step>
24<step><cmd> Specify the project properties that are available when <xref
25href="twcreprj.dita" scope="peer"><desc></desc>Creating a Dynamic Web project.</xref></cmd>
26</step>
27</steps>
28</taskbody>
29</task>