Running JSP Files Using Tomcat

See Also

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 the file in the web browser.

If you get "file not found" errors when you execute a JSP file, see Accessing Local files Through a Proxy for possible solutions.

See Also
About Running Web Modules
Running a Web Module Using Tomcat<
Targeting Tomcat Server for Running Web Modules

Legal Notices