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
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
> "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
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?
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
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