How can I view client HTTP request headers?

2000-05-09 Thread Chris Newland
Hi, I'm writing a standalone java application to test my JSP-based service and I'd like to view the HTTP request headers that are sent to my web server. Does anyone have any example code / know of a 3rd party product which does this? Thanks, Chris _

Possible to serve WML content using JSPs ?

2000-05-08 Thread Chris Newland
Has anyone tried something like this? Do you think it is feasible? Thanks, Chris Newland Do You Yahoo!? Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk or your free @yahoo.ie

JSP conditional redirection possible?

2000-05-04 Thread Chris Newland
Hi, Is it possible to make a JSP jump to another JSP if a certain condition (detected using embedded code) is met: <% if (condition == true) { load foo.jsp into browser } else { load bar.jsp into browser }%> Thanks, Chris Do You Yah