private void initServletContext() {
try {
context = new JspCServletContext(getLog(), new URL("file:"
+ uriSourceRoot.replace('\\', '/') + '/'));
tldLocationsCache = new OriginalTldLocationsCache(context, true);
} catch (MalformedURLException me) {
getLog().error("Cannot setup ServletContext", me);
}
rctxt = new JspRuntimeContext(context, this);