Hi!
Lennart Petersson wrote:
> Is the dynamic class downloading working together with Tomcat? What i mean is,
> when a servlet connects to the jBoss, will classes be dynamically downloaded to
> Tomcat? Are there any settings needed to get it work? I'm having problem with
> this when using Tomcat together with another EJB server (Ejipt - i know i know...
> i'm still not allowed to do more than reading about jBoss...:-(, that also has a
> lightweight webserver to support dynamic class downloading to the connecting
> client.
If you use Tomcat in the same JVM as jBoss there would be no need for
dynamic downloading; you would have the classes "by-default". In the
case of 2 JVM's there are the usual rules of dynamic classloading; in
particular you need a security manager set, and I'm not sure Tomcat uses
one.
But I'm not the expert on this. Sylvain, any further comments on this?
/Rickard
--
Rickard �berg
@home: +46 13 177937
Email: [EMAIL PROTECTED]
http://www.telkel.com
http://www.jboss.org
http://www.dreambean.com
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]