On Wed, Aug 11, 2004 at 05:49:32PM +0200, Schalk Neethling wrote:
: config stuff goes into web.xml but, I want to know if there is a way
: that one can create a seperate .xml file that will contain an
: application specific config information, for example my-app.xml.

Someone else has suggested using XML entities, but that will have mixed
results: 1/ I don't think that would work if the included XML file
exists inside a WAR file; and 2/ XML entities require absolute paths to
be reliable.

What about merging the CMS-specific XML into web.xml at build time,
using Ant?  There are a couple of posts about doing just this in the
archives if you're not familiar with the Ant tasks.  (I recall those
posts were on the topic of JSP precompilation.)

-QM


-- 

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to