Hi!
> > That is precisely (and only) what it is intended for, yes :-) Any jBoss
> > clients loading classes from the server will be using that.
>
> So where is the document root for this HTTP server? Is there one, or
> does it just dish out classes the classloader has loaded?
The latter. There is no document root. You give it a bunch of classloaders,
and all classes in those CL's will then be downloadable. Right now all
classes are being served, but this will be finetuned later on so that only
client classes (jBoss client classes + bean classes) may be downloaded. If
you look in ContainerFactory.java you will see how the integration is done
between the CF and the webserver.
/Rickard
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]