Hi there,
Is it possible to have 2 cocoon blocks that map to the same mount-path
in src/main/resources/META-INF/cocoon/spring/block-servlet-service.xml?
i.e.
Block 1:
<bean name="com.bbc.cmc.cmc-block1.service"
class="org.apache.cocoon.sitemap.SitemapServlet">
<servlet:context mount-path="/"
context-path="blockcontext:/cmc-block1/"/>
</bean>
Block 2:
<bean name="com.bbc.cmc.cmc-block2.service"
class="org.apache.cocoon.sitemap.SitemapServlet">
<servlet:context mount-path="/"
context-path="blockcontext:/cmc-block2/"/>
</bean>
I've tried to get it working but so far with no success. Is there a
property I can set on the beans to allow this? Or is it just not
architecture possible in 2.2?
Thanks in advance.
/dom
http://www.bbc.co.uk/
This e-mail (and any attachments) is confidential and may contain personal
views which are not the views of the BBC unless specifically stated.
If you have received it in error, please delete it from your system.
Do not use, copy or disclose the information in any way nor act in reliance on
it and notify the sender immediately.
Please note that the BBC monitors e-mails sent or received.
Further communication will signify your consent to this.