Hello, I'd like to display a alert page with about a message as "Site unavailable for maintenance reason".
I think I will use a filter-mapping to manage all request from the user. Something like that : <filter> <filter-name>maintenance</filter-name> <filter-class>package.RedirectToMaintenanceJSP.java</filter-class> </filter> <filter-mapping> <filter-name>maintenance</filter-name> <url-pattern>my_pub_id/*</url-pattern> </filter-mapping> What are the solutions you would have used instead ? Thank you. -- View this message in context: http://www.nabble.com/%22Site-unavailable-for-maintenance-reason%22-tf3248250.html#a9029586 Sent from the Lenya - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
