Re: [JBoss-dev] Web containers and jsr77

2003-02-13 Thread Remy Maucherat
Scott M Stark wrote: That is the issue. I would rather the web container not directly create the JSR77 Servlet model. Instead it should create its own management facade that is used by the JBoss JSR77 layer to present the Servlet model mbean with the correct naming structure. So there justs needs

Re: [JBoss-dev] Web containers and jsr77

2003-02-13 Thread Scott M Stark
- From: "Remy Maucherat" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 13, 2003 2:10 AM Subject: Re: [JBoss-dev] Web containers and jsr77 > > The support for that is there in Tomcat 5. > It is going to be ported to Tomcat 4.1.x. > &

Re: [JBoss-dev] Web containers and jsr77

2003-02-13 Thread Scott M Stark
o provide this information. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: "Jules Gosnell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 13, 2003 3:14 AM Subject:

Re: [JBoss-dev] Web containers and jsr77

2003-02-13 Thread Jules Gosnell
Scott M Stark wrote: There are two layers of integration between web containers and JSR77 model components I want to implement for 3.2 The first is the JSR77 WebModule which is handled at the AbstractWebContainer level. Subclasses of AbstractWebContainer need to populate the DeploymentInfo.mbeans

Re: [JBoss-dev] Web containers and jsr77

2003-02-13 Thread Remy Maucherat
Scott M Stark wrote: There are two layers of integration between web containers and JSR77 model components I want to implement for 3.2 The first is the JSR77 WebModule which is handled at the AbstractWebContainer level. Subclasses of AbstractWebContainer need to populate the DeploymentInfo.mbeans