FYI:
The most recent check-in of Jetty-JBoss integration has streamlined the
process of configuring Jetty:
+ listeners and HTTP request logs are now specified entirely within
jboss-service.xml using embedded Jetty XML within an <attribute> tag
+ the above removes the need for the etc/jetty.xml file and it has been
deleted from CVS. Any extra Jetty configs should be specified in a
WEB-INF/web-jetty.xml file within a webapp (see comments in
jboss-service.xml)
+ the org.mortbay.jetty.jar now standardly includes a webdefault.xml
resource, thus it is no longer needed in etc/webdefault.xml and has
been removed from CVS. Note that the <attribute name="WebDefault"> tag
can still be used to specify a different webdefault.xml file to
override the use of the standard one. See comments in the
jboss-service.xml file for how to use this tag.
+ deleted unused etc/jetty.properties from CVS
+ deleted unused etc/demo.xml from CVS
+ majorly upgraded the comments in etc/README and jboss-service.xml ;-)
Jan
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development