Use to specify web pages and other resources.
In the Web Sources page, you have to set the following properties:
Element | Description |
---|---|
Web Pages Folder |
Specifies the location of the existing Web pages. |
WEB-INF Content Folder |
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. |
Related Topics
Developing Applications with NetBeans IDE,
Developing Applications with NetBeans IDE,
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements; and to You under the Apache License, Version 2.0. |