Need help in the method of sendRedirect()
Madhu Vadlapudi <[email protected]>
| Newsgroups | gmane.comp.java.sun.servlet |
|---|---|
| Message-ID | <1051867049.3eb237a9be71d@isacmail2> |
Hello, I am doing a web application, in which I am getting the data using JDBC . But the data generation process may take more than 60 sec, in that case client side page will show the time out option. For that i am planning to use sendError (200, "Wait processing is going on"); after some time i may get the results in a file, then i want to use sendRedirect() method to show the results. Is this method will work? or any other suggestions. Regarding the technical aspects: Database: oracle8i, using jdk1.2 and jsdk2.0. Using OracleDriver to connect to the database. OS is Tru64 Unix ( formarly Digital unix). Thanks in advance. -- V Madhu, ___________________________________________________________________________ To unsubscribe, send email to [email protected] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html