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).


Ciao,

--
Gianugo Rabellino




Reply via email to