Is it possible to precompile jsp into eclipse? -


The title is very straightforward.

I would like to know if there is a possibility to see the compiled jsp (servlet generated) directly without deploying it on any server in eclipse.

If you work with JSP, then I recommend buying because it is compiled by JSP And in the editor, you show problems (compilation errors, etc.). Eclipse 3.6 also works, but JSP support in MySlimPase is much better.

If you want to compile JSP, see at a glance. With the help of, you can compile JSP into Java code and then add this source folder to your project.

For perfection: Together there is an ancient one. This will configure Tomcat to compile JSP in a work folder in your project as you use them (i.e. this is not a precompilation but rather normal-on-flight-jsp-compilation) .


Comments