Hi All,
I was trying to templatize some JSP page I would like to dynamically generates but it looks like puppet doesn't like it.
Common JSP tags are <% ... %> so I guess it's getting confused between regular tags and jsp's one.
This is an example of the trace it is givin me :
/etc/puppet/modules/xxx/templates/webapps/xxx/yyy/Mantle.jsp:1:in `result': compile error (SyntaxError)
/etc/puppet/modules/xxx/templates/webapps/xxx/yyy/Mantle.jsp:1: syntax error, unexpected tIDENTIFIER, expecting $end
Is there any know way to deal with JSP pages ?
Thanks all,