RE: how to turn off session cookies

2005-09-28 Thread Johan Wallinder
Maybee OT, but is using URL rewriting considered as cookie? /Johan -Original Message- From: Anto Paul [mailto:[EMAIL PROTECTED] Sent: den 28 september 2005 13:12 To: Tomcat Users List Subject: Re: how to turn off session cookies On 9/28/05, Fredrik Wendt [EMAIL PROTECTED] wrote:

Content type for jsp/html files

2004-02-24 Thread Johan Wallinder
Hi. I've want to make a servlet that can display the source of any jsp/html file (not the rendered one). Basically my code is like this: *set content type to text/plain *get PrintWriter object out *get the fileobject as an inputstream *write to the out object *flush/close The code is working

RE: Content type for jsp/html files

2004-02-24 Thread Johan Wallinder
with lt; If character equals then replace with gt; With this your code will display correctly on the screen. Doug - Original Message - From: Johan Wallinder [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 24, 2004 1:39 PM Subject: Content type for jsp/html files Hi