On 4/24/07, Huseyin Sinecan <[EMAIL PROTECTED]> wrote:

I want to set header parameters of http response in my servlet.

Are you sure you're working on the right response object? Perhaps
you can post a simple but complete example that fails...

I just tried the following file as a JSP:
------------------------------------------------------------------
<%
        response.setHeader("HooHaa", "whatever");
        response.setHeader("Cache-Control", "no-cache");
%>
what now?
------------------------------------------------------------------
:: and can see the headers are set (using LiveHTTPHeaders).

--
Hassan Schroeder ------------------------ [EMAIL PROTECTED]

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to