This is a feature of JBuilder Enterprise.
The Global Tomcat 3.1 Setup dialog box configures Tomcat. The three tabs represent the three areas of Tomcat: the main web server engine, the servlet container, and the JSP container, also known as Jasper.
The top part of the dialog box configures Tomcat Logging options. The bottom part configures paths.
To display this dialog box, choose the Setup button on the Server Options tab of the JSP/Servlet tab on the Run page of the Project Properties dialog box.
Level | Description |
---|---|
FATAL | Displays fatal error messages. |
ERROR | Displays error messages. |
WARNING | Displays warning messages. |
DEBUG | Displays debugger messages. |
INFORMATION | Displays all messages. This is the default. |
These defaults are in the log
directory. Relative paths are relative to the path set in the Document Base field on the Server Options tab of the Project Properties Run page.
jbuilder/lib
and jbuilder/tomcat/lib
directories at startup. You should only have to set these paths manually if you install another version of Tomcat in a different directory. You must specify valid paths, or the Web Run/Debug feature will fail with Tomcat.
Paths are searched in the order listed. To switch the order of paths, use the Move Up and Move Down buttons.
Paths are searched in the order listed. To switch the order of paths, use the Move Up and Move Down buttons.
Paths are searched in the order listed. To switch the order of paths, use the Move Up and Move Down buttons.
Libraries are searched in the order listed. To switch the order of libraries, use the Move Up and Move Down button.
If the Required Libraries tab is selected, the Select Libraries dialog box is displayed, where you select the library to add.
If the Required Libraries tab is selected when you click Edit, the Select Libraries dialog box is displayed.