On Wed, Jan 7, 2009 at 5:49 AM, Sergio Arrighi <[email protected]> wrote:
> I'm using apache 6 on a Windows server machine. > I've read on the internet that this is possible using .htaccess file in the > webapp directory. You've read wrong :-) '.htaccess' files are used with Apache httpd, /not/ Apache Tomcat. However, you can add headers via code in your JSPs, servlets, or cover the whole app with a Filter. HTH, -- Hassan Schroeder ------------------------ [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
