Running JSP Files Using Tomcat

Executing JSP files from the IDE during the development cycle is easy. If the JSP file has not been compiled, or if it has changed since it was last compiled, the IDE automatically compiles the file before executing it. If the web server or the web browser have not been started, the IDE automatically starts it.

To execute a JSP file:

  1. In the Filesystems window, right-click the JSP file.
  2. Choose Execute from the contextual menu.

    If there are no errors, the server displays it in the web browser.

tip To execute JSPs using a browser without an Internet connection, you must set the browser to connect directly to the Internet. Do not use a proxy or configuration proxy URL. For more information about using browsers, see the online help page entitled Accessing Local Files Through a Proxy in the Core IDE Help. This page is available from the Web Browser section of the Configuring the Environment folder in the Core IDE Table of Contents.
See also
Creating a JSP File
Editing a JSP File

Legal Notices