Properties dialog box

This is a feature of JBuilder Enterprise.

The Properties dialog box is where you set properties for the selected source file. To display the Servlet tab of the Web Run page, right-click a servlet source file in the project pane and choose Properties.



Properties Web Run page: Servlet tab

This page of the dialog box is where you set properties for running a servlet.

Enable Web Run/Debug/Optimize From Context Menu

Enables the Web Run, Web Debug and Web Optimize commands for the context menu. This allows you to right-click a servlet in the project pane and run, debug or optimize it independent of the SHTML file.

Note: In to use the Web Optimize command, you must have an optimizer installed.

If you create your servlet using the Servlet wizard, this option is automatically enabled.

Run Under WebApp

Choose the WebApp to run under from the Run Under WebApp drop-down list. This path is used when you select the Web Run command. It is set in the Web Application wizard.

See also