Am Mit, 2002-03-20 um 17.25 schrieb Carsten Ziegert: > Am 20.03.2002 17:22 Uhr schrieb "Gianugo Rabellino" unter > <[EMAIL PROTECTED]>: > > > Carsten Ziegert wrote: > >> after installing xincon and trying to retrieve > >> http://sunny.tr.fh-hannover.de:8080/xincon/db > >> > >> I got an exception: > >> java.lang.NoSuchMethodError > >> at xincon.WebdavServlet.service(WebdavServlet.java:147) > > > > Looks like you are using Tomcat 3 or a Servlet 2.2 server. the > > HttpServletRequest.getRequestURL() method AFAIK was introduced in > > Servlet API 2.3, hence you have to use Catalina (Tomcat 4). > > > > I played around with both Tomcat 3.2.4 and 4.0.1 > and both didn't work.
Gianugo is right, the problem is the new Method in the servlet api! I have tested tomcat 4.0.2 and resin 2.0.5! ciao Jan
