Re: Starting xulrunner in "server mode"
Greg Bowyer <[email protected]> Tue, 03 Jul 2007 16:19:25 +0100
| Newsgroups | gmane.comp.mozilla.devel.java |
|---|---|
| Message-ID | <468A68FD.8010501__39420.7878307954$1183476322$gmane$org@fastmail.co.uk> |
Not as far as I am aware, because JavaXPCom only supports interfaces which are scriptable, and the idl interfaces required for the window embedding are not scriptable. However I would love to stand corrected Have you tried Xvfb as an alternative ? [email protected] wrote: > Hello! > > I want to use mozilla engine on server side of a java web application > to request and process web pages. So I have a question. Is it possible > to run xulrunner without xwindow started? > > Thank you >