It's a bit complicated. So I'll try to explain it in a simple way. The user are calling(via phone) an IVR application which in turns interprets vxml. The vxml page then has an option to record and save the recording. When the vxml page saves the recording it saves towards tomcat which then places the file in a repository which then are served by Apache httpd, we have more apache http servers for failover and it's here the need for replication comes.
All this we can code our way out of, but if there's something already that does this it would be nice with some recycling. I was thinking that the Apache http server that got the new file could push it to the others. Regards Nino 2009/11/25 André Warnier <a...@ice-sa.com> > nino martinez wael wrote: > >> hmm yeah I know, but it's on windows :/ Just wanted to know if we could >> stay >> withing httpd for this one... >> >> Well, exactly /how/ do the users put files on this server ? > > You have not even explained if they put these files there using Apache > somehow. > There is nothing that I know of in Apache itself that will do that, but it > may be possible to add something. Describe your issue a bit more in detail, > and it may give ideas to someone. > > > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server Project. > See <URL:http://httpd.apache.org/userslist.html> for more info. > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > " from the digest: users-digest-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > >