Is there a way to enable compilation/verification of all the JSP files in a project? I am doing a big refactoring and want to make sure I don't break any of the JSP files.
Web Server provides the following ways of compiling JSP 2.1-compliant source files into servlets: JSP are automatically compiled at runtime. The jspc command-line tool, described in this section, enables you to precompile JSPs at the command line.
In order to enable JSP debugging you must do two steps: set a web application configuration in your project and add a web application server configuration. Web application Configuration: in order to have JSP debugging, you must have a “web” facet in your project structure, pointing to the correct web. xml file.
jsp files in the browser when requested through an URL. This means, whenever a . jsp file is modified in the development environment, it must be compiled before being invoked in the client.
Select a module or a project you want to compile and from the main menu, select Build | Build Project ( Ctrl+F9 ). IntelliJ IDEA displays the compilation results in the Review compilation and build output.
Yes, it's possible in IntelliJ IDEA:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With