Re: servlet and graphics

2001-03-23 Thread Ola Samuelson
Hi! First, install virtual frame buffer of some sort. We use Xvfb which is started with display/screen combination 1:0. Xvfb can be downloaded from any XFREE download site. Then make sure DISPLAY is set to 1:0. With Jserv: set display in jserv.properties and make sure it is exported. We use it l

RE: servlet and graphics

2001-03-23 Thread Ingo Rockel
I have seen a solution using VNC as X-Server to connect to, running at some port (e.g. 100), reduced to run in -localhost mode, so it doesn't interfere with a X-server running at the console. The display-var in the shell where the servlet(->jserv->apache) gets started from needs to be set accordin