[EMAIL PROTECTED] wrote:
> 
> I noticed some new entries in the jboss.conf from CVS, and was just
> curious to hear what is going on with the Tomcat integration.  Does the
> org.jboss.tomcat.EmbededTomcatService address using shared memory instead
> of object serialization for interacting w/ Tomcat?  If so, what's the
> proper way to set this up?  I tried it, and tried adding contexts via the
> port 8082 admin interface , but it didn't seem to actually work right.

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]

Reply via email to