Re: Java2D Servlets on Linux (Apache/JServ)

1999-07-16 Thread Robbie Baldock
Jacek Laskowski wrote: >> I'm uncertain if this helps, but give that a try: > >> wrapper.env=DISPLAY=:1 >Robbie> Tried it - it can't connect. Actually, I tell a lie - it is now connecting (on DISPLAY=:1)! (I wasn't waiting long enough for Apache and JServ to restart.) However, the servlet is

Re: Java2D Servlets on Linux (Apache/JServ)

1999-07-16 Thread Robbie Baldock
Ulli Kortenkamp wrote: > > > "Robbie" == Robbie Baldock <[EMAIL PROTECTED]> writes: > > Robbie> Jacek Laskowski wrote: > >> I'm uncertain if this helps, but give that a try: > > >> wrapper.env=DISPLAY=:1 > > Robbie> Tried it - it can't connect. > > Could it be that the virt

Re: Java2D Servlets on Linux (Apache/JServ)

1999-07-16 Thread Ulli Kortenkamp
> "Robbie" == Robbie Baldock <[EMAIL PROTECTED]> writes: Robbie> Jacek Laskowski wrote: >> I'm uncertain if this helps, but give that a try: > >> wrapper.env=DISPLAY=:1 Robbie> Tried it - it can't connect. Could it be that the virtual framebuffer denies the permission to the

Re: Java2D Servlets on Linux (Apache/JServ)

1999-07-16 Thread Robbie Baldock
Jacek Laskowski wrote: > I'm uncertain if this helps, but give that a try: > wrapper.env=DISPLAY=:1 Tried it - it can't connect. Robbie -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble?

Re: Java2D Servlets on Linux (Apache/JServ)

1999-07-16 Thread Jacek Laskowski
Robbie Baldock wrote: > [...] > by putting something like this: > > wrapper.env=DISPLAY=localhost:1.1 > > in the jserv.properties file. > > However... I'm now getting this error message: > > java.lang.InternalError: Can't connect to X11 window server using > 'localhost:1.1' as the value of th

Re: Java2D Servlets on Linux (Apache/JServ)

1999-07-16 Thread Robbie Baldock
After the various helpful suggestions on how to proceeed with my GIF generating servlet, I've discovered that I can prevent the worrying error message I was getting: java.lang.NoClassDefFoundError: sun/awt/X11GraphicsEnvironment at java.lang.Class.forName0(Native Method) by putting something lik