This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Servlets and the fly likes Server pushing of a JSP Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Server pushing of a JSP" Watch "Server pushing of a JSP" New topic
Author

Server pushing of a JSP

Ganesh Chandrasekaran
Greenhorn

Joined: Nov 14, 2000
Posts: 22
hi,
Normally a client request is required for a response from the server side program(servlet/jsp).I would like to know whether it is possible to push a page from the server without a client request.
nan sh
Ranch Hand

Joined: Jan 05, 2001
Posts: 167
I don't quite understand your question, if not client, who is going to trigger the page?


Have you tried this Mock Exam Testing Engine yet?<br /><a href="http://www.mycgiserver.com/~nan111/index.html" target="_blank" rel="nofollow">www.mycgiserver.com/~nan111/index.html</a>
Ganesh Chandrasekaran
Greenhorn

Joined: Nov 14, 2000
Posts: 22
hi nan sh,
Sorry i didn't give sufficient info. its like this, say in a web application a user has logged in and is navigating between pages.
The user may be searching for a particular page which he is unable to locate and may ask for help(provided in the page). where after getting the details the required page should be sent to the user for which he has not requested.
thanking u in advance,
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Server pushing of a JSP
 
Similar Threads
Server thread question
What Is the Process Of A Request Coming From the Client to the JSP Server?
Passing Javascript variable to JSP Session
Why dont we have a request.setParameter() ?
query related to sessions