ClassLoader specialized for WebApps. It add only the WEB-INF/wsdl/ directory
of the war in the URL repository. Used because Catalina doesn't automatically
add this resources in its own ClassLoader
author: Guillaume Sauthier
Create a new SimpleWebappClassLoader with specified parent ClassLoader
Parameters: module - an URL of Web file Parameters: parent - the parent ClassLoader throws: IOException - if creation fails