The Free-Form Project Properties dialog box enables you to alter the settings you entered when you created a
.
You open the Free-Form Project Properties dialog box by right-clicking the
free-form project's node in the Projects window and choosing Properties.
In the Web Sources panel, you specify which folders contain the project's web pages.
You can also specify the context path and J2EE specification level.
In the Web Sources panel, you can set the following properties:
Web Pages Folder. Specifies the location of the existing Web pages.
Context Path. Specifies a way to distinguish resources in one web
application from resources in others that are deployed on the same server instance.
The context of an application determines the URL namespace of the contents of the web
application. When a web application's context property value is set, you access the web application
at http://hostname:port/context/servlet_or_jsp. For example, with the property value
set to /HelloWeb, you access the web application at http://hostname:port/HelloWeb/index.jsp.
J2EE Specification Level. Specifies the J2EE specification level that your
Ant script compiles and runs against.
Notes:
The Web Sources panel is applicable to web free-form projects only.