[opencms-dev] Secure External Copy
Christel.Cole at cexp.com
Christel.Cole at cexp.com
Mon Feb 4 21:55:08 CET 2008
This is very helpful Amit. Thank you for your reply.
Regards,
Christel
-----Original Message-----
From: opencms-dev-bounces at opencms.org [mailto:opencms-dev-bounces at opencms.org] On Behalf Of Chauhan, Amit
Sent: Monday, February 04, 2008 11:44 AM
To: The OpenCms mailing list
Subject: Re: [opencms-dev] Secure External Copy
Hi,
Just a suggestion. You probably can write a script (shell or any other script) that can do an 'rsync' (if unix/linux or something similar if using windows) your internal filesystem to external filesystem. You can invoke this script from OpenCms by writing a module class for your module that implements I_CmsEventListener interface. You can listen for event I_CmsEventListener.EVENT_PUBLISH_PROJECT and on receipt of the event, can invoke your script through java.
You can add your listener by a statement like this:
org.opencms.main.OpenCms.addCmsEventListener(myEventListenerClass);
Hope that gives ideas.
Thanks
Amit Chauhan
-----Original Message-----
From: opencms-dev-bounces at opencms.org [mailto:opencms-dev-bounces at opencms.org] On Behalf Of Christel.Cole at cexp.com
Sent: Monday, February 04, 2008 9:57 AM
To: opencms-dev at opencms.org
Subject: Re: [opencms-dev] Secure External Copy
Thank you for your reply Ivan.
What I would like to do is use Static Export to push a RFS version of the VFS, which is behind our firewall, and export it to a server that resides in our DMZ via SSL encryption. We don't require a secure workplace behind our firewall, only a secure push of the content out to a server in our DMZ. Can this be done easily? Thank you.
Regards,
Christel
-----Original Message-----
From: opencms-dev-bounces at opencms.org [mailto:opencms-dev-bounces at opencms.org] On Behalf Of Iván Velamazán González
Sent: Monday, February 04, 2008 3:02 AM
To: The OpenCms mailing list
Subject: Re: [opencms-dev] Secure External Copy
I'm not sure if you're talking about some kind of backup. If that's the
case, in my opinion, the static export is not a way of making backups,
because it transforms your web to a "classic HTML" version, and from it
you won't be able to recover your web in a new OpenCms version (you'd
have to rebuild it entirely).
Christel.Cole at cexp.com escribió:
>
> We are currently reviewing OpenCms as a solution for publishing
> internal web content to an external server. Is it possible using
> OpenCms Static Export to do a secure copy directly to an external server?
>
>
>
> Regards,
>
> Christel
>
--
Iván Velamazán González
_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
http://lists.opencms.org/mailman/listinfo/opencms-dev
_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
http://lists.opencms.org/mailman/listinfo/opencms-dev
_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
http://lists.opencms.org/mailman/listinfo/opencms-dev
More information about the opencms-dev
mailing list