jreeman schrieb:
> 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.

Well, that depends on which freedom for maintenance you need.
The closer to the client you place your "site unavailable" note,
the more you can switch off. Maybe a and a plain web server and
a proxy for switching would be the most flexible option.

-- Andreas

> 
> 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.


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

Reply via email to