Hi there,
I'm currently packaging Solr, a servlet with a set of .jsp pages, based
on Lucene, providing an enterprise search server. It works fine under
Tomcat, but accessing a .jsp page under Jetty gives:
17:46:46.522 INFO [main]
org.mortbay.http.SocketListener.start(SocketListener.java:204) >11>
Started SocketListener on 0.0.0.0:8280
17:46:46.522 INFO [main]
org.mortbay.util.Container.start(Container.java:74) >09> Started
[EMAIL PROTECTED]
17:46:48.391 WARN!! [SocketListener0-9]
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:589)
>11> /solr/admin/:
java.lang.NoClassDefFoundError:
org/apache/commons/el/ExpressionEvaluatorImpl
at org.apache.jasper.compiler.JspUtil.<clinit>(JspUtil.java:62)
at
org.apache.jasper.JspCompilationContext.getDerivedPackageName(JspCompilationContext.java:364)
at
org.apache.jasper.JspCompilationContext.getServletPackageName(JspCompilationContext.java:353)
at
org.apache.jasper.JspCompilationContext.createOutputDir(JspCompilationContext.java:578)
at
org.apache.jasper.JspCompilationContext.getOutputDir(JspCompilationContext.java:182)Please include commons-el with Jetty. Cheers Jan-Pascal
signature.asc
Description: OpenPGP digital signature
_______________________________________________ pkg-java-maintainers mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

