Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] jsp compile

How would one configure Jetty to achieve the following combined behavior?

1. Always force compile of JSP if the previous compile occurred prior to current Jetty boot time
2. Always force compile of JSP if source changed since last compile

I've looked at development, reload-interval, and checkInterval init-param specifications but none alone or in combination seem to do what's desired.

Thanks.

Lou.

Back to the top