invoking JSP 's

1999-09-18 Thread naveen
hi everyone, Iam new to JSP's. I have the JavaServer(tm) Web Development Kit 1.0 installed on my m/c. (i have java 1.2 sdk installed). The server is invoked correctly but the examples of .jsp's are'nt working. The servlet examples though are working properly without me making any changes to

Re: availability of JSP 1.1 RI...

1999-09-18 Thread Eduardo Pelegri-Llopart
And I am desperate to get the implementation into your hands :-( As you know, the Reference Implemenation (RI) for JSP1.1 and Servlet 2.2 will be released through the Jakarta project within the Apache Software Foundation. Since this is a first for both Sun and ASF, both corporations and their

Re: SERVER CACHING!!!!

1999-09-18 Thread CJ
throwing the exception.To avoid all these, we got to restart the Server.This I think cannot be solution if we are deploying these in an enterprise. Any Suggestions !!! Try response.setDateHeader("Expires",0); response.setHeader("Pragma", "no-cache"); This modifies the HTTP headers (not the