Thx, I filed a bug ->
http://issues.apache.org/bugzilla/show_bug.cgi?id=41182
I also adapted my local tomcat source in JspRuntimeContext:335 to always
add the classpath from the servlet init param to the classpath provided
by the container (the WebappClassloader classpath) just to see whether
werner loibl wrote:
> Mark,
>
> thanks for looking into this! I changed the classpath param according to
> your suggestion but still it's not working.
>
> Are you sure the source considers the classpath property in a typical
> web setup? In JspRuntimeContext on line 335 the code says:
Having loo
Mark,
thanks for looking into this! I changed the classpath param according to
your suggestion but still it's not working.
Are you sure the source considers the classpath property in a typical
web setup? In JspRuntimeContext on line 335 the code says:
String cp = (String) context.getAttribute(Co
werner loibl [celumsolutions] wrote:
> Does anyone know whether the classpath init param is meant to work resp.
> to be used in this situation?
Looking at the source I can't see any reason why it wouldn't. However,
you shouldn't be passing in a list of URLs you should just specify the
path so try