All,

As part of my effort towards getting Keel & JBoss working again, one of the
problems that surfaced was that we were simply appending a context-param at
the end of the file to define the JMS client to use.  While this works for
Tomcat, JBoss dislikes this ordering.  in an effort to strictly follow the
web.xml spec., I have changed how we assemble the various pieces of web.xml. 
Now, each top-level element under <web-app></web-app> is defined in its own
file under <module>/conf/client/webapp, with a name like web-<element>.xml. 
So, we have files like web-context-param.xml, web-servlet.xml, web-filter.xml,
etc.

A side benefit of this is that any Keel or user module can provide snippets
for web.xml and they all get assembled correctly...so if you have custom
filters, or taglibs, or whatever, it is far easier to define those in Keel now.

This is all in CVS, please updae all the clnt-* modules, keel-client and
keel-build.

Let me know if you run into problems.

Shash
http://keelframework.org/documentation
Keelgroup mailing list
[EMAIL PROTECTED]
http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com

Reply via email to