![]() |
![]() |
![]() |
![]() |
The IDE allows you to create web application projects from existing web application directories. This technique is useful for quickly creating template-based web application projects or for allowing the IDE to analyze existing web applications. You can use this with exploded web application archives or with any existing directory-based web applications.
The New Web Project dialog displays.
A folder browser displays.
The only requirement on the project folder you select is that it should contain a WEB-INF
folder that contains a valid web.xml
file.
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, then a Web Application Root Folder dropdown displays, and you can select the application to import.
The Java Settings wizard page is displayed.
Make sure that the computed default values for your Java sources and libraries folders are correct.
Workshop starts the web application analysis process. Depending on the size of your application, this operation may take a few seconds to a few minutes. Note that this is done only once when the project is created.
Web Applications
Web Application Projects
Creating a new web application project
Manage existing Java projects as web applications
Managing web applications
![]() ![]() |