Re: Starting xulrunner in "server mode"
Greg Bowyer <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.oji |
|---|---|
| Message-ID | <[email protected]> |
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 >