> |Tomcat has a similar problem, though, it seems it is even worse. The
> |invocation of javac to compile the jsps sets up the path to 
> the WAR and
> |standard java classes and does not use the classloader, so 
> you would have
> |to do something that David Jencks proposes, namely, get the 
> URLs from the
> |classloader. This is not ideal, imho. It would be best if javac that
> |compiles the jsps just use the context classloader. Has 
> anyone looked into
> |if this is possible?
> 
> Sounds like a great idea, you need to call the 
> getResourceAsStream on it,
> 
> why don't you look into it?
> 
> marcf

This won't work for an out-of-process compiler such as jikes.

-dain

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to