>From https://www.eclipse.org/jetty/documentation/9.3.x/configuring-jsp.html#jsp-support I found out that I need to set checkInterval setting for jasper module of jetty.
However, they say about modules folder of jetty. How can I set jasper module settings for jetty in Pax-Web? On Tuesday, 9 August 2016 17:02:23 UTC+3, iJava wrote: > > I use jetty 9.3.9 with pax-web 4.2.7 and I have the following problem: jsp > pages are compiled with every request to jsp page. This is terrible > situation from side of performance because they must be compiled only once. > How to fix it? This is the output for every request to page newjsp.jsp: > > org.ops4j.pax.web.pax-web-jsp[org.apache.jasper.compiler.Compiler] : > Compiler: outdated: > /tmp/.paxweb5251111465588500535/bum/org/apache/jsp/newjsp_jsp.class > 1470750601000 > org.ops4j.pax.web.pax-web-jsp[org.apache.jasper.compiler.Compiler] : > Deleting /tmp/.paxweb5251111465588500535/bum/org/apache/jsp/newjsp_jsp.class > org.ops4j.pax.web.pax-web-jsp[org.apache.jasper.compiler.Compiler] : > Deleting /tmp/.paxweb5251111465588500535/bum/org/apache/jsp/newjsp_jsp.java > org.ops4j.pax.web.pax-web-jsp[org.apache.jasper.compiler.Compiler] : > Generated > /tmp/.paxweb5251111465588500535/bum/org/apache/jsp/newjsp_jsp.java total=8 > generate=1 validate=7 > org.ops4j.pax.web.pax-web-jsp[org.apache.jasper.compiler.JDTCompiler] > : Compiled > /tmp/.paxweb5251111465588500535/bum/org/apache/jsp/newjsp_jsp.java 78ms > > org.ops4j.pax.web.pax-web-jsp[org.apache.jasper.compiler.SmapUtil$SDEInstaller] > > : constant pool count: 190 > > org.ops4j.pax.web.pax-web-jsp[org.apache.jasper.compiler.SmapUtil$SDEInstaller] > > : 1 copying 2 bytes > > org.ops4j.pax.web.pax-web-jsp[org.apache.jasper.compiler.SmapUtil$SDEInstaller] > > : 2 read class attr -- 'org/apache/jsp/newjsp_jsp' > > org.ops4j.pax.web.pax-web-jsp[org.apache.jasper.compiler.SmapUtil$SDEInstaller] > > : 3 copying 2 bytes > > org.ops4j.pax.web.pax-web-jsp[org.apache.jasper.compiler.SmapUtil$SDEInstaller] > > : 4 read class attr -- 'org/apache/jasper/runtime/HttpJspBase' > > org.ops4j.pax.web.pax-web-jsp[org.apache.jasper.compiler.SmapUtil$SDEInstaller] > > : 5 copying 2 bytes > > org.ops4j.pax.web.pax-web-jsp[org.apache.jasper.compiler.SmapUtil$SDEInstaller] > > : 6 read class attr -- 'org/apache/jasper/runtime/JspSourceDependent' > > org.ops4j.pax.web.pax-web-jsp[org.apache.jasper.compiler.SmapUtil$SDEInstaller] > > : 7 read class attr -- '_jspxFactory' > > org.ops4j.pax.web.pax-web-jsp[org.apache.jasper.compiler.SmapUtil$SDEInstaller] > > : 8 read class attr -- 'Ljavax/serv > > > -- -- ------------------ OPS4J - http://www.ops4j.org - [email protected] --- You received this message because you are subscribed to the Google Groups "OPS4J" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
