Mark, thanks for the clarification. I don't know why I assumed it was
needed. Awesome!
Juan, I'll give that one a shot, thanks!
On Sun, Jan 28, 2018 at 5:45 AM, Mark Thomas wrote:
> On 27/01/18 13:35, Alex O'Ree wrote:
> > Using tomcat 8.5...
> >
> > I have a web app that still uses jsp's and i'
On 27/01/18 13:35, Alex O'Ree wrote:
> 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.
Tomcat doesn't need the JDK and hasn't for
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
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