RES: Off-topic - Java and X11 Window Server

2004-01-08 Thread Jose Euclides da Silva Junior - DATAPREVRJ
-estrutura J2EE para as aplicacoes corporativas da Previdencia Social -Mensagem original- De: QM [mailto:[EMAIL PROTECTED] Enviada em: quarta-feira, 7 de janeiro de 2004 16:33 Para: Tomcat Users List Assunto: Re: Off-topic - Java and X11 Window Server : Have anybody ever seen this error

RES: Off-topic - Java and X11 Window Server

2004-01-08 Thread Jose Euclides da Silva Junior - DATAPREVRJ
2004 16:51 Para: Tomcat Users List Assunto: RE: Off-topic - Java and X11 Window Server I am not an expert on any *nix system, but faced the same problem once. I had to set to DISPLAY varirable to :1.0 (export DISPLAY=:1.0). It is important that this is set for the same user that is running Tomcat

Off-topic - Java and X11 Window Server

2004-01-07 Thread Jose Euclides da Silva Junior - DATAPREVRJ
Hi guys, Have anybody ever seen this error before? The X11 seems to be alive at my environment -- Conectiva Linux. The target Java app,GraficoBig, works with a free package, called org.jfree.char and org.jfree.gui. 500 Internal Server Error java.lang.InternalError: Can't connect to X11 window

Re: Off-topic - Java and X11 Window Server

2004-01-07 Thread QM
: Have anybody ever seen this error before? The X11 seems to be alive at my : environment -- Conectiva Linux. The target Java app,GraficoBig, works with : a free package, called org.jfree.char and org.jfree.gui. : : 500 Internal Server Error : java.lang.InternalError: Can't connect to X11 window

Re: Off-topic - Java and X11 Window Server

2004-01-07 Thread Robert Hall
Yes. Try running Tomcat headless: /usr/java/bin/java -Djava.awt.headless=true Robert Jose Euclides da Silva Junior - DATAPREVRJ wrote: Hi guys, Have anybody ever seen this error before? The X11 seems to be alive at my environment -- Conectiva Linux. The target Java app,GraficoBig,

Re: Off-topic - Java and X11 Window Server

2004-01-07 Thread Tim Funk
http://jakarta.apache.org/tomcat/faq/unix.html#x -Tim Jose Euclides da Silva Junior - DATAPREVRJ wrote: Hi guys, Have anybody ever seen this error before? The X11 seems to be alive at my environment -- Conectiva Linux. The target Java app,GraficoBig, works with a free package, called

RE: Off-topic - Java and X11 Window Server

2004-01-07 Thread Patrick Willart
- DATAPREVRJ [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 07, 2004 10:55 AM To: '[EMAIL PROTECTED]' Subject: Off-topic - Java and X11 Window Server Hi guys, Have anybody ever seen this error before? The X11 seems to be alive at my environment -- Conectiva Linux. The target Java app,GraficoBig

RE: Off-topic - Java and X11 Window Server

2004-01-07 Thread Patrick Willart
'; '[EMAIL PROTECTED]' Subject: RES: Off-topic - Java and X11 Window Server Dear Patrick, Where (and HOW ) should i set it? Thanks in advance, José Euclides Junior Projeto DOP201 Infra-estrutura J2EE para as aplicações corporativas da Previdência Social -Mensagem original- De: Patrick Willart

RE: Off-topic - Java and X11 Window Server

2004-01-07 Thread Lawrence, Gabriel
PROTECTED] Sent: Wednesday, January 07, 2004 11:26 AM To: Jose Euclides da Silva Junior - DATAPREVRJ; 'Tomcat Users List' Subject: RE: Off-topic - Java and X11 Window Server Dear Jose, This is the document that put me on the right track. Set the DISPLAY variable as an environment variable