RE: io.File relative path constructor

2005-09-07 Thread Longson, Robert
Paul, If the file is in a JAR you can generate a URL to access it. either something along the lines of ServletContext context = getServletConfig().getServletContext(); URL url = context.getResource("/path/file.xml"); or alternatively using the class loader URL url = getClass().getResource("/pa

bugreports for commons-daemon

2005-08-09 Thread Longson, Robert
Hi, I'm writing to the tomcat-dev list as I understand that commons-daemon originated here. I've provided a number of bugreports, each with an associated patch to commons-daemon over the last three months (and also one for tomcat) but none of them have been applied. Am I doing something wrong