Hi Jörg

I am also using Windows.  The following works for me:

<map:match pattern="myproject/**">
    <map:mount uri-prefix="myproject/"
src="file://D:/MyFolder/MyWebApps/MyProject/" check-reload="yes" />
</map:match>

I notice two differences between this and the variations you've tried:
1.  I'm using a double forward slash (//) after the drive letter
2.  I'm only specifying the path of the directory containing sitemap.xmap

Try: src=file://x:/test/

Regards,

Richard




----- Original Message -----
From: "Menke Jörg,E2" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 25, 2003 9:47 AM
Subject: Mounting Sub-Sitemap from outside cocoon-dir...


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi!
For better integration into the versioning-system (clearcase in this
case) I tried to let the locally installed cocoon (running in Weblogic
7) mount a subsitemap on a different drive (I'm stuck on Windows at
the moment... :-( ). This did not work... Examples:

<map:match pattern="test">
 <map:mount check-reload="yes" reload-method="synchron" src="x:/test/"
uri-prefix="test"/>
</map:match>

or

<map:match pattern="test">
 <map:mount check-reload="yes" reload-method="synchron"
src="x:/test/sitemap.xmap" uri-prefix="test"/>
</map:match>

or

<map:match pattern="test">
 <map:mount check-reload="yes" reload-method="synchron"
src="file:/x:/test/sitemap.xmap" uri-prefix="test"/>
</map:match>

Is this possible at all? Eg: can you reference a sitemap, or even only
a ressources directory (for styles p.e.) that is outside the
cocoon-installation?

Thanks in advance,

cu, Jörg

-----BEGIN PGP SIGNATURE-----
Version: PGP 6.0.2

iQA/AwUBPlstjf+R/hOShE1OEQJrbwCbBs7N+CWYrYAa9iGx0JLdso9yAloAoNSS
jkuV9MVtopDvK/MiDCjSxyxA
=sS11
-----END PGP SIGNATURE-----

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


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

Reply via email to