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:
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 |