Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to use threads in JSP???

843833Oct 4 2001 — edited Oct 4 2001
hello

i want to use threads with JSP.

i want to write a jsp page which will
start 2 different threads. the 1st thread should just display a message and the second page should redirect this page to another jsp page.

till the redirection is goin on, the message should be displayed in the browser from the 1st thread.


i dont know actually how to use threads in JSP by implementing the Runnable insterface, if not m then how do i do it ??

thanx


Kamal Jai
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 1 2001
Added on Oct 4 2001
1 comment
186 views