Web Run Servlet Properties dialog box

This is a feature of JBuilder Professional and Enterprise.

The Web Run Servlet Properties dialog box is where you set properties for running your servlet with the Web Run command.

To display this dialog box, right-click a servlet .java file - a class that extends javax.servlet,http.HttpServlet - in the project pane and choose Properties.

Enable Web Run/Debug From Context Menu

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

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

Alias

The alias for the servlet that allows it to be run from the webroot directory.

If you're using InternetBeans express with your servlet, this allows you to run a servlet from within the JBuilder IDE to test that the HTML components will display the data from the connected database as expected.

Init Parameters

Servlet initialization parameters. The grid on this page is used to enter the information that defines the initialization parameters for your servlet.

Fill in one row of the grid for each parameter you wish to have.