> -----Original Message----- > From: Menke Jörg,E2 [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 25, 2003 10:47 AM > To: '[EMAIL PROTECTED]' > Subject: Mounting Sub-Sitemap from outside cocoon-dir... >
> <map:match pattern="test"> > <map:mount check-reload="yes" reload-method="synchron" > src="x:/test/sitemap.xmap" uri-prefix="test"/> > </map:match> Try with 3 slashes... like in: <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? BTW, static contents are better left to the web-server, look into http://xml.apache.org/cocoon/faq/faq-configure-environment.html#faq-4 for details Regards, --------------------------------------------- Luca Morandini GIS Consultant [EMAIL PROTECTED] http://utenti.tripod.it/lmorandini/index.html --------------------------------------------- > > -----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 > > > or > > > 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]