I am creating a e-learning application , where the students (wireless) connect to the teachers machine, the teacher hosts a tomcat server.
the teacher has a set of HTML web-pages(each of which can be thought of as a slide). and the students can view a web slide-show on his/her browser...
the problem is.... i want the pages on the students browser to be redirected according to the teachers input..
in short: i want the server to automatically redirect all the client browsers to the next page when the teacher wants it to be so...
how do i do it??
[i am using JSP/javascript/Java/Tomcat/Eclipse]