Newbie question about JSP loading delay

1999-11-16 Thread Amornkul, Woody
Hi, I'm working on a test application where the servlet do a "forward" to the JSP page. I've found that it took a long time to load up and display the JSP page on the FIRST run. I do kinda understand why it does that but wondering whether there is a way to "pre-load" the JSP page into th

HELP: How to redirect to a file?

2000-01-06 Thread Amornkul, Woody
Hi, With CGI, I can redirect the browser to a new file by the following two lines: printf("HTTP/1.0 302 Found\n"); printf("Location: \n"); The save box will appear to allow me to save the file. Can this be done with Java Servlet? I

HELP: How to redirect to a file? (revised the question)

2000-01-07 Thread Amornkul, Woody
onality with Java Servlet. Thank you, Woody -Original Message- From: Praveen Kumar S . [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 06, 2000 10:34 PM To: Amornkul, Woody Cc: [EMAIL PROTECTED] Subject: RE: HELP: How to redirect to a file? Hi, in JSP and response.sendRedir