Re: jsp precompile options

2018-01-27 Thread Juan Pablo Perata
Hi Alex, how are you? For option (a) and using maven, you can use this plugin: jetty-jspc-maven plugin: https://www.eclipse.org/jetty/documentation/9.3.x/jetty-jspc-maven-plugin.html I have being using this plugin por a long time and it fits my needs. Hope it helps, Juan On Sat, Jan 27, 2018 at

jsp precompile options

2018-01-27 Thread Alex O'Ree
Using tomcat 8.5... I have a web app that still uses jsp's and i'm looking into a few options to (a) aid development and (b) reduce or eliminate the need for the JDK in a production setup and just run a JRE. (a) Making development easier. My project is maven based and I'd like to run some kind of

Re: Modify JspServlet config in application web.xml?

2018-01-27 Thread Richárd Olivér Legéndi
Thanks a lot, Christopher and Mark! Wow, lot of knowledge and pointers to move forward. I've debugged a bit around both ContextConfig and JspServlet, and it is exactly as you described. This saves a hell lot of work for me and helps avoid some stressful meetings :D Thanks a lot! Also for the refe