Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 8f7b582f8591d2f3e0408a6323af14b14b432029 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# Jetty JSP Module
#

[depend]
servlet

[lib]
lib/jsp/*.jar

[ini-template]
# To use an non-jdk compiler for JSP compilation uncomment next line
#-Dorg.apache.jasper.compiler.disablejsr199=true

Back to the top