Hi all; I'm a recent convert to Tapestry and love it thus far! I am about to migrate a huge static site into Tapestry. The site is http://www.unityonline.org and runs more then 1000 pages and tons of images. When packaged down into a war using Maven2, it comes out at 250 megs. Because the existing site is static and I want the migration to be painless, I'm using friendly URLs. Additionally, I've created a servlet filter that maps all directory requests to an index page (ie. http://site.com/stuff becomes http://site.com/stuff/index.html). This seems to work great and allows Tapestry to handle directory-only requests. With these two things it looks like any static site can be ported directly into Tapestry without any modifications. Now for the questions:

1) How do I capture a Tapestry error that was caused by a missing page (a 404). With friendly URLs enabled I get the nice Tapestry error page when someone uses an invalid page. I need this to go to the custom 404 page for the site.

2) Has anyone tried to port this large of a static site into Tapestry directly?

3) Anyone used a war this large before? It's my biggest by far.

Thanks!

Mike

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

Reply via email to