That's what I was thinking, more or less. I'd have a monitoring application check URLs once a day and generate emails if the files were moved or modified. But I was wondering if there were other approaches...

There's also the contract issue of what a persistentURL promises: does it merely promise that there will always be some file at that URL, or does it promise it's always going to be the same file at that URL?

I-Lin Kuo, Ann Arbor, MI
Macromedia Certified ColdFusion 5.0 Advanced Developer
Sun Certified Java 2 Programmer
Ann Arbor Java Users Group (www.aajug.org)

----Original Message Follows----
From: "Geoff Howard" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: <[EMAIL PROTECTED]>
Subject: RE: Cocoon for persistent URLs
Date: Wed, 29 Jan 2003 12:22:06 -0500

don't know how one would keep track of moved files automatically, but the
resource exists action could help with the first part. you could keep a
lookup table in database or xml with old location and new location and use
it to lookup new location when resource exists action fails.

Geoff

> -----Original Message-----
> From: I-Lin Kuo [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, January 29, 2003 10:57 AM
> To: [EMAIL PROTECTED]
> Subject: Cocoon for persistent URLs
>
>
> Has anybody here used Cocoon to implement persistent URLs? I
> don't mean just
> technical using Cocoon to make the URL independent of the actual file
> location (that's simple using sitemaps), but am interested in how
> to manage
> this. For example, some of the issues are:
> - making sure the file exists at the remapped URL and what to do if it
> disappears or is modified
> - how to keep track of files that get moved.


_________________________________________________________________
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to