Answering email in reverse order....

Yes this is possible.   Give me a day or two as I
have not read JSR-77.  Once I'm upto speed, then
I'll be able to comment better.

It may be as Jules suggested that Jetty should provide
a lot more JSR-77 support itself, which then should be
adapted as Scott suggests to the interfaces specified
by the Abstract Web container.

cheers


Andreas Schaefer wrote:
> Hi Greg
> 
> To make JSR-77 implementation (a J2EE management
> API) complete I need to support the web-service and
> I wills start with Jetty (it seems to be tough enough).
> 
> To start with I need a place where I can create a
> WebModule (represents a WAR file) and each
> Servlet (for now the once defined in web.xml).
> 
> For me its seems that the deployment of the servlets
> are deep inside Jetty and I am not quite sure how
> we want to integrate JSR-77 into Jetty.
> Beause JSR-77 does not provide Java classes to
> implement I would suggest that the necessary 
> information are provide by Jetty MBeans so that
> JSR-77 can pick it up and perform the appropriate
> steps. Therefore I need:
> - List of Servlets deployed
> - A way to start/stop servlets if possible (I would
>    think this means load/unload a Servlet)
> - Any attributes you maybe want to expose to manage
>    servlets (no attributes specified in the JSR-77 spec.)
> 
> Is this possible ?
> 
> Thanx
> 
> Andy Schaefer
>    Code or be coded
> 
> Check out: www.madplanet.com
> 


-- 
Greg Wilkins<[EMAIL PROTECTED]>          GB  Phone: +44-(0)7092063462
Mort Bay Consulting Australia and UK.    Mbl Phone: +61-(0)4 17786631
http://www.mortbay.com                   AU  Phone: +61-(0)2 98107029



-------------------------------------------------------
Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to