Here you can find the source of getDefaultWebXmlResourceLocation()
public static URL getDefaultWebXmlResourceLocation()
//package com.java2s; //License from project: LGPL import java.net.URL; public class Main { public static URL getDefaultWebXmlResourceLocation() { return Thread.currentThread().getContextClassLoader() .getResource("org/bladerunnerjs/model/appserver/non-j2ee-app-web.xml"); }/* www .ja v a 2s. c o m*/ }