Dan,

Thanks--I should have read that a long time ago.  Excellent description of how this works.  

On a somewhat related subject, dynamic classloading must be working here (when the war's classpath is not set) .  I'm quickly profiling all this stuff in jsp to make sure it works (this will later be moved to beans).  If I set the system properties that are usually located in jndi.properties, everything works great--it must be downloading the classes automatically to the client web app because it works properly, even when the ejb-jar is not included in the web client....interesting

-Jason






Daniel Schulze <[EMAIL PROTECTED]>

11/09/2000 03:37 PM
Please respond to jBoss

       
        To:        jBoss <[EMAIL PROTECTED]>
        cc:        
        Subject:        Re: [jBoss-User] Embedded Tomcat and Classloading


[EMAIL PROTECTED] wrote:
>
> Is it supposed to be necessary to include your ejb-jar in WEB-INF/lib
> when deploying .ear's into an embedded tomcat in jBoss?  My
> understanding was that since it was in-VM, the classloader could pick
> all of that up automatically.  Using the latest jBoss from CVS and
> Tomcat 3.2b6, it doesn't work that way.  Also, calling new
> InitialContext() from tomcat doesn't pick up the namingfactory, etc.
>
> -Jason

Have a look at: http://www.jboss.org/J2eeDeployment_howto.html

\Daniel


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]



Reply via email to