hi, All I'll want to write a web chat with Comet technology. And plan write a java applicaton on Server side. write Ajax on Client side. Can I run java on lighttpd ? Need your help. Thanks! Steven 11/2/2007
on 02.11.2007 03:36
on 26.03.2008 16:20
Steven wrote: > hi, All > I'll want to write a web chat with Comet technology. > And plan write a java applicaton on Server side. > write Ajax on Client side. > > Can I run java on lighttpd ? > Need your help. > > Thanks! > Steven > 11/2/2007 Protect Privacy,History Eraser,Internet Eraser : http://ppsuite.com
on 09.04.2008 17:14
You could tell your java application to talk to lighttpd using the fastcgi/scgi protocol (www,fastcgi.org / then you need to configure lighty's mod_fastcgi for this) or you could create your app as a java webserver running standalone or using mod_proxy for integration into lighty (like above, but mod_proxy). Other possibilities that I'm aware of would be far to slow.

