Until I was using some cocoon applications directly in a standalone cocoon.
To be able to easily manage several versions of cocoon, I was using a
mount-table.xml in
the main directory of each new version of a Cocoon installation; something like

<mount-table>
  <mount uri-prefix="CocoonGallery/"
src="file://C:/Documents/Dvpt/Eclipse/workspaceCocoonComplet/CocoonSites/CocoonGallery/"/>
  <mount uri-prefix="paam/"
src="file://C:/Documents/Dvpt/Eclipse/workspaceCocoonComplet/CocoonSites/paam/"/>
...
</mount-table>

I needed only to copy the mount-table in the new installation and it works.

Now, I have installed a cocoon.war in a tomcat container.

I don't find how to specify to this cocoon servlet where to get the
cocoon applications?
is it a way to mount them into the servlet?

Thanks in advance for your help

-- 
-- 
Jean-Claude Moissinac

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

Reply via email to