Hi,
I'm looking for a way to mirror a website from a private internal server to
my dmz public web server. My idea is that I'd like to allow my web team to
publish to the internal server and then periodically have a service that
either pushes or pulls the updates to the dmz webserver. The dmz webserver
is not a part of our domain and I'd like to minimize the need for the whole
web team to publish to the dmz webserver. What have some of you done for
this? I'm using IIS6.

thanks,
Chris

Re: web site mirroring by jcochran

jcochran
Tue Sep 23 13:39:37 CDT 2003

On Tue, 23 Sep 2003 13:00:55 -0500, "Chris Henke"
<chenke@cerc.cr.usgs.gov> wrote:

>I'm looking for a way to mirror a website from a private internal server to
>my dmz public web server. My idea is that I'd like to allow my web team to
>publish to the internal server and then periodically have a service that
>either pushes or pulls the updates to the dmz webserver. The dmz webserver
>is not a part of our domain and I'd like to minimize the need for the whole
>web team to publish to the dmz webserver. What have some of you done for
>this? I'm using IIS6.

Robocopy from the Resource Kit, file replication and scripted FTP all
work fine for this.

Jeff

Re: web site mirroring by Chris

Chris
Tue Sep 23 15:29:06 CDT 2003

Great! Thanks for the quick reply. I will give robocopy a try.
Chris

"Jeff Cochran" <jcochran.nospam@naplesgov.com> wrote in message
news:3f749348.108354295@msnews.microsoft.com...
> On Tue, 23 Sep 2003 13:00:55 -0500, "Chris Henke"
> <chenke@cerc.cr.usgs.gov> wrote:
>
> >I'm looking for a way to mirror a website from a private internal server
to
> >my dmz public web server. My idea is that I'd like to allow my web team
to
> >publish to the internal server and then periodically have a service that
> >either pushes or pulls the updates to the dmz webserver. The dmz
webserver
> >is not a part of our domain and I'd like to minimize the need for the
whole
> >web team to publish to the dmz webserver. What have some of you done for
> >this? I'm using IIS6.
>
> Robocopy from the Resource Kit, file replication and scripted FTP all
> work fine for this.
>
> Jeff



Re: web site mirroring by timcof

timcof
Tue Sep 30 02:26:20 CDT 2003

Research Application Center 2000. It was built to push out and replicate content across multiple servers. They have a group:
microsoft.public.applicationcenter.setup would be a good place to start.

Thank you. I hope this information is helpful.

Tim Coffey [MSFT]

This posting is provided ?AS IS? with no warranties, and confers no rights. You assume all risk for your use. © 2001 Microsoft Corporation. All rights reserved.
--------------------
| From: "Chris Henke" <chenke@cerc.cr.usgs.gov>
| References: <O3bljyfgDHA.2400@TK2MSFTNGP11.phx.gbl> <3f749348.108354295@msnews.microsoft.com> <egetYFhgDHA.2540
@tk2msftngp13.phx.gbl>
| Subject: Re: web site mirroring
| Date: Wed, 24 Sep 2003 14:00:50 -0500
| Lines: 45
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
| X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
| Message-ID: <uV4Rr4sgDHA.3104@TK2MSFTNGP11.phx.gbl>
| Newsgroups: microsoft.public.inetserver.iis
| NNTP-Posting-Host: aa200.cr.usgs.gov 159.189.112.200
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP11.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.inetserver.iis:276973
| X-Tomcat-NG: microsoft.public.inetserver.iis
|
| It looks like robocopy won't work if you can't get to a shared folder - is
| that correct?
|
| The only way I can see the server is via http/ftp (those are the only ports
| open on the firewall and the only binding to the server's network conn. is
| tcp/ip) and I'd like to avoid ftp because of it's lack of password security.
|
| Any good WebDav programs out there that can be automated?
|
| thanks again,
|
| "Chris Henke" <chenke@cerc.cr.usgs.gov> wrote in message
| news:egetYFhgDHA.2540@tk2msftngp13.phx.gbl...
| > Great! Thanks for the quick reply. I will give robocopy a try.
| > Chris
| >
| > "Jeff Cochran" <jcochran.nospam@naplesgov.com> wrote in message
| > news:3f749348.108354295@msnews.microsoft.com...
| > > On Tue, 23 Sep 2003 13:00:55 -0500, "Chris Henke"
| > > <chenke@cerc.cr.usgs.gov> wrote:
| > >
| > > >I'm looking for a way to mirror a website from a private internal
| server
| > to
| > > >my dmz public web server. My idea is that I'd like to allow my web
| team
| > to
| > > >publish to the internal server and then periodically have a service
| that
| > > >either pushes or pulls the updates to the dmz webserver. The dmz
| > webserver
| > > >is not a part of our domain and I'd like to minimize the need for the
| > whole
| > > >web team to publish to the dmz webserver. What have some of you done
| for
| > > >this? I'm using IIS6.
| > >
| > > Robocopy from the Resource Kit, file replication and scripted FTP all
| > > work fine for this.
| > >
| > > Jeff
| >
| >
|
|
|