I have gone through the basic techniques to implement comet server like streamhub,Maven/Jetty etc. I have following questions for that :
After that I found the issues like in case of Maven/Jetty internet connection is required for downloading certain files from net.So it it possible to implement it if no internet connection is there on machine where the web server is hosted ?
Also I want the open source tools/technologies to achieve the thing mentioned in the above question. and I think stream hub is not a open source free version. Please help if you know any tool which is free/open source to use.
Currently the web application is running on apache web server. so if I use comet server what changes I need to do in that ??
Please help... Thanks in advance...