I added this config element to my server.xml -
<jspEngine keepGenerated ="true"/>
Will this generate compiled jsp to the disk somewhere? IF so where? My Open Liberty server started with no complaints about this config element, but I can't find the compile JSP pages anywhere.
Note, I'm trying to debug an issue with a JSP page & want to see how it compiled