Configuring JSP Execution Types
Sometimes you may want to change settings of the server used for execution. These are all accessible in the property sheet for JSP Execution.
To access the JSP property sheet for execution:
- Select the JSP's node in the Explorer.
- Choose View | Properties from the main menu to open the Properties window.
- In the Properties window, select the Execution tab, click the Executor property, and select the ... button that appears.
The Executor property editor will appear. In the left pane,
JSP Execution
will be selected. In the right pane are properties, including the following:
Execute unregistered servlets
- when false, links to servlets in the formURL
/
servlet/
package.ClassNameare disallowed.
MIME types
- specifies mapping of file extensions to MIME types.Port
- port on which the server runs. Make sure that the port number does not conflict with any other service running on your machine.Welcome files
- files to look for when there is a request to a directory.The other properties (including those displayed under the Expert tab) are related to the Java process in which the server runs, and are the same as those for External Execution.
An important property of the server is the root directory from which the JSPs, HTML pages and other files are served. This directory is always the root directory of the filesystem on which your JSP page resides.
Contents | Prev | Next | Index |