Previous Next vertical dots separating previous/next from contents/index/pdf

Manage Existing Java Projects as Web Application Projects

The IDE makes it easy to manage existing Eclipse projects as web application projects. This allows you to use all of the web development features of the BEA Workshop Studio group of products with an existing codebase.

  1. The Workshop perspective must be active. If necessary, activate it by clicking the Workshop perspective button on the shortcut bar to the left of the Eclipse Workbench window.
  2. In the Package Explorer, right-click on the project node corresponding to the project to import.
  3. Select the Enable AppXRay menu command.
  4. The IDE will look for a WEB-INF folder that contains a valid web.xml file in the project directory.

    Note: The WEB-INF folder can be located directly in the project folder or in any of its subdirectories.

    The parent folder containing the WEB-INF folder is assumed to be the Web Application Root folder. All JSP pages are expected to be in this Web Application Root folder or in any of its subdirectories.

    If the project folder contains more than one WEB-INF folder, a Web Application Root Folder dialog displays, and you can select the application to manage.

 

Related tasks

Creating a new web application project
Importing existing web applications
Managing Folder Mappings

 

Skip navigation bar   Back to Top