blob: 1a9890cd10722eb44b09f49f70b2b0dc2a8b6ac0 [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>
kprice9623e9d2007-05-03 03:43:05 +00008<keywords><indexterm>static Web projects<indexterm>converting to dynamic</indexterm></indexterm>
9<indexterm>Web projects<indexterm>converting static to dynamic</indexterm></indexterm>
kprice9c922d82006-08-30 22:07:19 +000010</keywords>
11</metadata></prolog>
12<taskbody>
13<context> <p> If you want to add dynamic elements to a static web project,
14such as <tm tmclass="special" tmowner="Sun Microsystems, Inc." tmtype="tm"
15trademark="Java">Java</tm> servlets and JSP files, you must convert the project
16from a static to a dynamic one. To convert a static Web project to a dynamic
17Web project, complete the following steps:</p> </context>
18<steps>
19<step><cmd>Select the project in the Project Explorer view, and then select <ph><uicontrol>Convert
20to a Dynamic Web Project</uicontrol></ph> from the <b>Project</b> menu.</cmd>
21<info>This conversion assumes the project name and location will be the same.
22The conversion does not change the CSS file specified in the original static
23project, so it will be included in the resulting dynamic Web project. </info>
24</step>
25<step><cmd> Specify the project properties that are available when <xref
26href="twcreprj.dita" scope="peer"><desc></desc>Creating a Dynamic Web project.</xref></cmd>
27</step>
28</steps>
29</taskbody>
30</task>