Kevin Lewis wrote:
> 
> Hi, Sebastien.
> 
> Does your Tomcat integration work include mapping JNDI from the web
> container to the ejb container (ejb-refs, etc)?

hi, 

No, I haven't worked on that.


Sebastien



> I am working on this, and I don't want to collide with your work.
> 
> Thanks.
> 
> > -----Original Message-----
> > From: Sebastien Alborini [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, October 10, 2000 1:40 PM
> > To: jBoss
> > Subject: Re: [jBoss-User] Tomcat stuff
> >
> > Hi,
> >
> > I am almost done with the tomcat integration.  The shared
> > memory problem
> > will be addressed (no more serialization).  However:
> >
> > - this will not work with tomcat 3.1 (you cannot start an "Embedded"
> > tomcat3.1).  You have to use 3.2b4-6.
> >
> > - this requires a one line change in tomcat, but this patch has been
> > refused by the tomcat board for compatibility reasons (tomcat3.2bx is
> > jdk1.1 compatible).  I am working on a clean workaround.
> >
> > - the proper way to deploy a web application with shared classloaders
> > will be to use the J2eeDeployer service, but the EmbededTomcatService
> > should allow you to add contexts.
> >   *First parameter: context path (make sure it begins with a /)
> >   *Second one: url. eg: "file:/home/tomcat/webapps/examples".
> >  This must
> > be a file url pointing to a directory.
> >
> > Stay tuned for more code/doco.
> >
> > Sebastien
> >
> >
> > --
> > --------------------------------------------------------------
> > To subscribe:        [EMAIL PROTECTED]
> > To unsubscribe:      [EMAIL PROTECTED]
> > Problems?:           [EMAIL PROTECTED]
> >
> >
> 
> --
> --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Problems?:           [EMAIL PROTECTED]


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

Reply via email to