I'm not sure how this works currently.  I'm working on a revision in which
everything in a package gets put into a URLClassLoader after unpacking.  If
you got this classloader could you call getURLs() on it and turn the URLs
into Files? (they will all be local copies).  I haven't gotten to the j2ee
deployment stuff yet, what I am envisioning has the URL of the war as one
of these in the URLClassLoader.  Does this fit with what you need in any
way?

Thanks
david jencks

On 2001.11.25 10:19:53 -0500 Julian Gosnell wrote:
> 
> Is this available to the Jetty integration anywhere.
> 
> It is not enough simply to be passed the classloader because I need to
> make up a classpath for the java compiler so I can
> compile JSPs on the fly.
> 
> Currently Jetty only knows about classes/jars stored in the war module.
> If classes/jars are deployed in the ear above, I
> have no way of knowing (without navigating the filesystem) what they are.
> 
> I would rather not have to repeat what someone else has already worked
> out.
> 
> Is there anyway for me to get hold of this information ?
> 
> Who should I talk to about agreeing how I might get hold of it ?
> 
> Thanks,
> 
> 
> Jules
> 
> 
> 
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
> 
> 
> _______________________________________________
> Jboss-development mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-development
> 
> 

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

Reply via email to