Free-Form Project Properties Dialog Box: Web Sources

Use to alter the settings you entered when you created a standard Web project.

In the Web Sources panel, you can set the following properties:

Element Description

Web Pages Folder

Specifies which folders contain the project's web pages.

WEB-INF Content

Specifies the location of the project's WEB-INF folder.

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.

Java EE Version

Specifies the Java EE version.

Note: The Web Sources panel is applicable to web free-form projects only.


Related Topics

Developing Applications with NetBeans IDE,

Copyright © 2015, Oracle and/or its affiliates. All rights reserved.