Jason Dusek wrote:
what is the 'right way' to override the base xslt and all the rest? i
take it that simply rewriting the sitemap is not quite correct, since
it gets overwritten on rebuild. where is the right place for user
overrides to go?

You want to "mount" a new sitemap within the existing one. You can either add a mount entry:

<map:match pattern="**">
  <map:mount src="/path/to/my/app/" uri-prefix=""/>
</map:match>

Or, if you are using the built in Jetty, you can easily use the mount table matcher to do it for you, just copy mount-table.xml.sample (or whatever it is called) to mount-table.xml, and edit it as per the line above. Then you'll be able to edit your own sitemap as you require.

Regards, Upayavira

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

Reply via email to