<?xml version="1.0"?>
<rss version="2.0">
<channel>

  
<title>Kai`s Blog - jetty, jsp 2.1 & maven</title>
<link>http://www.kaigrabfelder.de/en/2009/10/14/jetty_jsp_2_1_maven.html</link>
<description>As of Jetty 7 the fast and small servlet container moved to the umbrella of the eclipse foundation. Due to stupid licensing issues not everything was moved. Jetty 7 ships without a jsp implementation...</description>
<language>en</language>
<managingEditor>Kai Grabfelder</managingEditor>
<lastBuildDate>Mon, 28 Dec 2009 09:43:00 GMT</lastBuildDate>
  
  

  <generator>Pebble (http://pebble.sourceforge.net)</generator>
  <docs>http://backend.userland.com/rss</docs>
  
  
  <item>
    <title>Re: jetty, jsp 2.1 &amp; maven</title>
    <link>http://www.kaigrabfelder.de/en/2009/10/14/jetty_jsp_2_1_maven.html#comment1261993380191</link>
    <description>
      @Tom &lt;i&gt;jsp-api-2.1-glassfish&lt;/i&gt;can be found here:
&lt;pre&gt;
http://mirrors.ibiblio.org/pub/mirrors/maven2/org/mortbay/jetty/jsp-2.1-glassfish/9.1.1.B60.25.p2/
&lt;/pre&gt;

I&#039; dont encounter that NoSuchMethodError, but maybe it depends on the type of EL you are using. For me a &lt;a href=&#034;http://www.stripesframework.org&#034;&gt;Stripes&lt;/a&gt; based application works find with this setup.
    </description>
    <author>Kai Grabfelder</author>
    <comments>http://www.kaigrabfelder.de/en/2009/10/14/jetty_jsp_2_1_maven.html#comments</comments>
    <guid isPermaLink="true">http://www.kaigrabfelder.de/en/2009/10/14/jetty_jsp_2_1_maven.html#comment1261993380191</guid>
    <pubDate>Mon, 28 Dec 2009 09:43:00 GMT</pubDate>
  </item>
  
  <item>
    <title>Re: jetty, jsp 2.1 &amp; maven</title>
    <link>http://www.kaigrabfelder.de/en/2009/10/14/jetty_jsp_2_1_maven.html#comment1261943004817</link>
    <description>
      For me this combination doesn&#039;t work. Isn&#039;t it better to use: 

&amp;lt;dependency&amp;gt;		    	&amp;lt;groupId&amp;gt;org.mortbay.jetty&amp;lt;/groupId&amp;gt;
&amp;lt;artifactId&amp;gt;jsp-api-2.1&amp;lt;/artifactId&amp;gt;			    	&amp;lt;version&amp;gt;7.0.0pre2&amp;lt;/version&amp;gt;			    &amp;lt;/dependency&amp;gt;

and 

&amp;lt;dependency&amp;gt;				    &amp;lt;groupId&amp;gt;org.mortbay.jetty&amp;lt;/groupId&amp;gt;				    &amp;lt;artifactId&amp;gt;servlet-api-2.5&amp;lt;/artifactId&amp;gt;				    &amp;lt;version&amp;gt;6.1.14&amp;lt;/version&amp;gt;				&amp;lt;/dependency&amp;gt; 

    instead of javax.servlet and javax.servlet.jsp ?  Regardless of the versions. 

Then, there is no 
&amp;lt;dependency&amp;gt;	    	&amp;lt;groupId&amp;gt;org.mortbay.jetty&amp;lt;/groupId&amp;gt;			    	&amp;lt;artifactId&amp;gt;jsp-api-2.1-glassfish&amp;lt;/artifactId&amp;gt;			    	&amp;lt;version&amp;gt;9.1.1.B60.25.p2&amp;lt;/version&amp;gt;			    &amp;lt;/dependency&amp;gt;

And finally I&#039;m getting: java.lang.NoSuchMethodError: javax.el.ExpressionFactory.newInstance()Ljavax/el/ExpressionFactory; 

with this setting, the jstl is a mess
    </description>
    <author>Tom</author>
    <comments>http://www.kaigrabfelder.de/en/2009/10/14/jetty_jsp_2_1_maven.html#comments</comments>
    <guid isPermaLink="true">http://www.kaigrabfelder.de/en/2009/10/14/jetty_jsp_2_1_maven.html#comment1261943004817</guid>
    <pubDate>Sun, 27 Dec 2009 19:43:24 GMT</pubDate>
  </item>
  
  <item>
    <title>Re: jetty, jsp 2.1 &amp; maven</title>
    <link>http://www.kaigrabfelder.de/en/2009/10/14/jetty_jsp_2_1_maven.html#comment1258878501296</link>
    <description>
      Thanks!  Exactly what I was looking for.
    </description>
    <author>Matthew Ratzloff</author>
    <comments>http://www.kaigrabfelder.de/en/2009/10/14/jetty_jsp_2_1_maven.html#comments</comments>
    <guid isPermaLink="true">http://www.kaigrabfelder.de/en/2009/10/14/jetty_jsp_2_1_maven.html#comment1258878501296</guid>
    <pubDate>Sun, 22 Nov 2009 08:28:21 GMT</pubDate>
  </item>
  
  </channel>
</rss>
