[opencms-dev] synchronizing more than one folder
M Butcher
mbutcher at grcomputing.net
Mon Jun 28 18:22:01 CEST 2004
Or you could store the content in the module, and use links to mirror
the content to the root VFS, e.g.
/system/modules/com.example.mymodule/mysite/file1.html (Page file)
/sites/mysite/file1.html (link pointing to the file1.html above)
I guess that could be a bit of a pain to maintain the list of links, but
maybe you could automate it with a quick JSP.
Matt
Martin Kuba wrote:
> Alexander Kandzior wrote:
>
>> It's intentional! You can synchronize only one folder from the VFS (with
>> subfolders, of course). The dialog for the sync settings has to be
>> adjusted
>> (it's still not made in JSP).
>
>
> Thanks for the answer. However that means that when I want
> to synchronize a module content which has files both
> in /system/modules/... and /sites/mysite/...
> I have to synchronize the root folder /.
>
> Martin
More information about the opencms-dev
mailing list