Re: [jetty-users] Jetty releases 7.6.0 and 8.1.0

2012-02-02 Thread Filipe Sousa
After reading http://wiki.eclipse.org/Jetty/Howto/Configure_JSP I just had to include bwt, I'm using java 6. Thank you On Thu, Feb 2, 2012 at 10:15 AM, Filipe Sousa wrote: > Hi. > > I will try to include one by one but in the past it was easier to > include jetty-jsp-2.1 > 7.5.4.v20111024 and

Re: [jetty-users] Jetty releases 7.6.0 and 8.1.0

2012-02-01 Thread Joakim Erdfelt
Look at the distribution's lib/jsp directory for a complete list of the dependencies you need. Example (from jetty-distribution-8.1.0.v20120127.tar.gz) $ ls -la lib/jsp/ -rw-rw-r-- 1 joakim joakim 129396 2012-01-27 09:26 com.sun.el_2.2.0.v201105051105.jar -rw-rw-r-- 1 joakim joakim 1690519 2012-0

Re: [jetty-users] Jetty releases 7.6.0 and 8.1.0

2012-02-01 Thread Filipe Sousa
Hi But without that I'm getting HTTP ERROR 500 Problem accessing /guia-ects/login.jsp. Reason: JSP support not configured Thanks On Sun, Jan 29, 2012 at 10:18 PM, Jan Bartel wrote: > Nope, you're not missing anything. Its not produced any more as its not > needed. > > cheers > Jan > > On 30 Ja

Re: [jetty-users] Jetty releases 7.6.0 and 8.1.0

2012-01-29 Thread Jan Bartel
Nope, you're not missing anything. Its not produced any more as its not needed. cheers Jan On 30 January 2012 06:31, Filipe Sousa wrote: > Hi. > > I'm using ivy for dependencies and I can't find the jetty-jsp-2.1 artifact > for 7.6.0.v20120127. The last version > in http://repo1.maven.org/maven2

Re: [jetty-users] Jetty releases 7.6.0 and 8.1.0

2012-01-29 Thread Filipe Sousa
Hi. I'm using ivy for dependencies and I can't find the jetty-jsp-2.1 artifact for 7.6.0.v20120127. The last version in http://repo1.maven.org/maven2/org/eclipse/jetty/jetty-jsp-2.1/ is 7.5.4.v20111024/ Am I missing

[jetty-users] Jetty releases 7.6.0 and 8.1.0

2012-01-28 Thread Greg Wilkins
Jetty releases 7.6.0 and 8.1.0 have been promoted to maven central and will soon be available for download via http://eclipse.org/jetty These releases represent a major effort by the team to refactor the IO layer to handle several issues that have emerged over the last year with respect to the lat