1. Will AJAX (XmlHttpRequests) prevent my Jetty managed HttpSession from expiring? stackoverflow.comI am using an embedded Jetty implementation as my servlet container. Here is a small config snippet:
|
2. Jetty, preflight and ajax stackoverflow.comHaving a Jetty server set up programmatically which I try to access via ajax and xmlHttpRequest. Without authorization, the call works fine but with, I get 401 Unauthorized. Any suggestions. Javascript call looks ... |
3. Jetty Continuations/AJAX Push: Timeout best-practices? stackoverflow.comI am using Jetty Continuations for a collaboration application. I was wondering if there are any reasons for a smaller continuation timeout? Doesn't it make sense to have a very high timeout ... |
4. Jetty Cross Origin Filter stackoverflow.comI've configured Jetty's cross origin filter, but I continue to get the following error. Does anyone know what is wrong and how to fix it? Below the error message is my ... |
5. dwr ajax IOException in Jetty forums.oracle.comI get the error when I try to reverse ajax a piece of information from the java bean to the ajax script . can u please help me??? 2007-07-22 19:20:57,064 [btpool0-2 ] WARN UrlProcessor - Error: java.io.IOException: Error flushing buffered stream 2007-07-22 19:20:57,064 [btpool0-2 ] WARN UrlProcessor - Sent 501 java.io.IOException: Error flushing buffered stream at org.directwebremoting.dwrp.PollHandler.sendScript(PollHandler.java:37 3) at org.directwebremoting.dwrp.PollHandler$PollScriptConduit.addScript(Po llHandler.java:483) ... |