|
From: Darren D. <da...@da...> - 2003-12-06 01:03:16
|
> > I would like to see Jetty included for standalone. I was just > > talking to someone last night who claimed it's still superior to > > Tomcat. Looking at the depth of the Tomcat stack traces vs those > > from WebLogic during my Spring performance tests recently, it wasn't > > hard to see why WebLogic was 2-4x faster than JBoss/Tomcat. > > no problem. I'll add Jetty configs to the sources. looks suspiciously like the same problem we saw on Orion. Using Jetty 4.2.14 and a petclinic deployment.. 00:55:30.733 WARN!! [Listener-4]org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:592)11> Exception for / org.apache.jasper.JasperException: /index.jsp(0,0) This absolute uri (http://www.springframework.org/tags) cannot be resolved in either web.xml or the jar files deployed with this application at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:94) at org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:428) ... ... Tomcat 4.1 and 5.0 are both OK (presumably therefore JBoss/Tomcat will be too). Anyone tried this on Resin yet? -- Darren Davison Public Key: http://www.davison.uk.net/key.jsp |