jst j2ee
Creating a Web project
WTP LogoWTP Home
Intoduction
 

This test case walkthroughs the steps required to create web projects in WTP.

 
Steps
Creating a Static Web project
 

You can create a static web project from any perspective.

 
  1. From any perspective, click File > New > Project ...

  2. In the New Project wizard page, expand Web, and select Simple Web Project

  3. Click Next.


  4. Enter StaticWebProject1 into Project Name field, and click Finish.

Creating a Dynamic Web project
 
  1. From any perspective, click File > New > Project ...

  2. In the New Project wizard page, expand Web, and select J2EE Web Project

  3. Click Next.

  4. Enter DynamicWebProject1 into Project Name field.

  5. Click the button New... for Target server, and in New Server Runtime wizard page, expand Basic, and select J2EE Runtime Library.

  6. Click Next.

  7. Click Browse... button for Location, and point to your J2EE runtime directory in your file system, and click Finish.

  8. Click Finish on Dynamic Web Project wizard page.