Re: [jetty-users] JSP issue with embedded jetty

2011-09-04 Thread Hugues Malphettes
Hi Susmit, You can find it here: http://www.eclipse.org/downloads/download.php?r=1file=/tools/orbit/downloads/drops/I20110825153626/repository/plugins/javax.servlet.jsp.source_2.2.0.v201103241009.jar On maven it is here: http://repo1.maven.org/maven2/org/mortbay/jetty/jsp-impl/2.2.2.b05.0/ Now

Re: [jetty-users] JSP issue with embedded jetty

2011-08-31 Thread Jan Bartel
Susmit, Does it work if you move the jsp out of WEB-INF and into a directory above it? Jan On 1 September 2011 05:26, Susmit Shukla shukla.sus...@gmail.com wrote: Hi, I'm trying to test JSP tags that are defined as .tag files in my application's WebContent directory. The webproject layout

Re: [jetty-users] JSP issue with embedded jetty

2011-08-31 Thread Susmit Shukla
Hi Jan, This setup that i described actually worked with a brand new project with just these artifacts. tried to debug further for our application project. I was running this test on the actual project and I guess it was having resolving issues since that project had dependency on geronimo jars