Enable JSP in Jetty

Managed by | Updated .

Jetty comes with all the required libraries to enable JSP, but it isn't enabled in versions of Funnelback 12.4  lowwer

The libraries can be found in

$SEARCH_HOME/tools/jetty-distribution-<whatever the version number is>/lib/jsp/    

You will need to add all the .jar files in this directory to the jetty service config file located at

$SEARCH_HOME/services/jetty-webserver.service

Example
wrapper.java.classpath.25=/opt/funnelback/tools/jetty-distribution-8.1.5.v20120716/lib/jsp/com.sun.el-2.2.0.v201108011116.jar
wrapper.java.classpath.26=/opt/funnelback/tools/jetty-distribution-8.1.5.v20120716/lib/jsp/org.apache.jasper.glassfish-2.2.2.v201112011158.jar
wrapper.java.classpath.27=/opt/funnelback/tools/jetty-distribution-8.1.5.v20120716/lib/jsp/javax.el-2.2.0.v201108011116.jar
wrapper.java.classpath.28=/opt/funnelback/tools/jetty-distribution-8.1.5.v20120716/lib/jsp/org.apache.taglibs.standard.glassfish-1.2.0.v201112081803.jar
wrapper.java.classpath.29=/opt/funnelback/tools/jetty-distribution-8.1.5.v20120716/lib/jsp/javax.servlet.jsp-2.2.0.v201112011158.jar
wrapper.java.classpath.30=/opt/funnelback/tools/jetty-distribution-8.1.5.v20120716/lib/jsp/org.eclipse.jdt.core-3.7.1.jar
wrapper.java.classpath.31=/opt/funnelback/tools/jetty-distribution-8.1.5.v20120716/lib/jsp/javax.servlet.jsp.jstl-1.2.0.v201105211821.jar
Was this artcle helpful?