kprice | 9c922d8 | 2006-08-30 22:07:19 +0000 | [diff] [blame] | 1 | <?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,
|
| 13 | such as <tm tmclass="special" tmowner="Sun Microsystems, Inc." tmtype="tm"
|
| 14 | trademark="Java">Java</tm> servlets and JSP files, you must convert the project
|
| 15 | from a static to a dynamic one. To convert a static Web project to a dynamic
|
| 16 | Web 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
|
| 19 | to 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.
|
| 21 | The conversion does not change the CSS file specified in the original static
|
| 22 | project, 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
|
| 25 | href="twcreprj.dita" scope="peer"><desc></desc>Creating a Dynamic Web project.</xref></cmd>
|
| 26 | </step>
|
| 27 | </steps>
|
| 28 | </taskbody>
|
| 29 | </task>
|