Re: [jetty-users] Jetty refuses to accept new request

2012-01-08 Thread Simone Bordet
Hi, On Sat, Jan 7, 2012 at 07:53, Peter Henzler p...@scodi.ch wrote: Hi Joakim The problem is that there are no stacktraces. You can take a stack trace by using the JDK tool jstack, see http://docs.oracle.com/javase/7/docs/webnotes/tsg/TSG-VM/html/tooldescr.html#gblfh. That should give some

Re: [jetty-users] Jetty JAX-WS Context handler and authentication

2012-01-08 Thread Henrik Gustafsson
On Jan 7, 2012, at 17:36 , ny07636 wrote: Hi, I’ve recently successfully implemented a JAX-WS service using Jetty 8 ( 8.0.4 ) and the JAXWS2SPI package ( 7.0.1 ). Jetty is embedded and configuration is done through code rather than xml. I’m using an Endpoint to publish the

Re: [jetty-users] jetty 8.1.0rc2 won't start with jsp-config tag in web.xml

2012-01-08 Thread Jan Bartel
Raised: https://bugs.eclipse.org/bugs/show_bug.cgi?id=368112 Fixed. thanks, Jan On 4 January 2012 03:52, Ho.Tri.Bao hotri...@gmail.com wrote: Hello, I am using jetty hightide 8.1.0RC2 My web.xml contains the following jsp-config tag ?xml version=1.0? web-app metadata-complete=true

Re: [jetty-users] various problems with embedded jetty (in web app)

2012-01-08 Thread Jan Bartel
Eugen, The jstl jars need to be on the container's classpath, not inside your webapp. Can you see the $JETTY_HOME/lib/jsp directory contains the jstl jars org.apache.taglibs.standard.glassfish_1.2.0.v201004190952.jar and javax.servlet.jsp.jstl_1.2.0.v201004190952.jar regards Jan On 28 December