Chris Hut wrote:
We use a "global message" .tag file to display any important updates to
users - by default it is blank but can be updated to say, e.g. "Site
will be going down for maintenance in one hour.".  We push these updates
by deploying an updated .tag file to our system.
In my opinion it's better to store message as some bean in servletContext. With that approach it is not necessary to redeploy/recompile tag file, and you can have nice form/panel to edit such messages. And (for me the most important point) you do not need to have admin access to tomcat to change a message.

--
Mikolaj Rydzewski <[EMAIL PROTECTED]>

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to