On Fri, 2011-10-07 at 09:05 -0400, Stephen Caine wrote:
> OK, but can you point me to where I might learn how to do this?

See JavaDocs for HttpServletResponse; also RFC2616 (HTTP 1.1)

        http://datatracker.ietf.org/doc/rfc2616/

But really, don't bother with this until you understand what the server
is actually sending back to the client (i.e. you've configured
AccessLogValve and examined and understood what it is telling you).

In FireFox, you might also want to install FireBug and enable the Net
tab so you can see what the browser is getting.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to