Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

Talk:JavaServer Pages compiler

Page contents not supported in other languages.
Add topic
From Wikipedia, the free encyclopedia
Latest comment: 14 years ago by Libertyernie2 in topic Proposed merge

Untitled

[edit]

actually this is a query i din't know where to put a query so i have put it here........

does the jsp compiler, compile a jsp page for every change made...if so how does it detect that a change is made...... for eg: u open a jsp page and view it...go to the real source and make some static changes or even script changes...and then u press refresh, still while the server is running....u can view the changes made!!! so where, when and how does the server know that the change is made and when is it processed????

It looks at the file date. Most JSP containers support configuration for how often the container checks the file timestamp to see if the page has changed. Typically, this timestamp would be set to a short (perhaps seconds) interval for development, and longer (perhaps minutes, or even never) interval for a deployed application. Doug Bell talkcontrib 06:44, 13 March 2006 (UTC)Reply

Proposed merge

[edit]

It looks like there have been no substantial additions to this page since December of 2006. If nobody is opposed I'll be merging this page into JavaServer Pages. --Libertyernie2 (talk) 17:05, 19 April 2012 (UTC)Reply