Re: Tomcat j2sdk and image

2005-05-03 Thread andre . lagadec
Hi, I find my problem. If I put these lines in my startup.sh of Tomcat DISPLAY=localhost:0.0 export DISPLAY The generation of GIF image works. If I put these lines in my startup.sh of Tomcat DISPLAY=AnOtherServer:0.0 export DISPLAY where AnOtherServer is a different server on Sun Solaris, where I

Re: Tomcat j2sdk and image

2005-05-02 Thread andre . lagadec
Yes I have a graphics environnement. I put these command lines in startup.sh DISPLAY=10.10.10.1:0.0 export DISPLAY The generation of GIF image works but it make a long time on Solaris 8. Trond G. Ziarkowski a écrit : Hi, do you have a graphics environment when running under Solaris? If not then tha

Re: Tomcat j2sdk and image

2005-05-02 Thread Trond G. Ziarkowski
Hi, do you have a graphics environment when running under Solaris? If not then that would be my guess to a reason why it's not working, since you have a graphics environment when running under W2K. Try adding -Djava.awt.headless=true to your commandline when starting tomcat. If this doesn't do t

Re: Tomcat j2sdk and image

2005-05-02 Thread Dean Trafelet
You have reached Judge Dean M. Trafelet without authority. Remove me from you email address. DMT - Original Message - From: <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, May 02, 2005 12:09 PM Subject: Re: Tomcat j2sdk and image Hi, The program java use

Re: Tomcat j2sdk and image

2005-05-02 Thread andre . lagadec
Hi, The program java use : java.awt.Frame; java.awt.Graphics; java.awt.Image; and Acme.JPM.encoders.GifEncoders who encode image in Gif. N.B. : the application works fine on W2K with Tomcat-4.0.4 using jdk-1.3.1, and Tomcat-4.1.30 and Tomcat-5.0.28 with jdk-1.4.2 Dale, Matt a écrit : I'd be surpr

Re: Tomcat j2sdk and image

2005-05-02 Thread Dean Trafelet
:57 AM Subject: RE: Tomcat j2sdk and image I'd be surprised if anyone could with the scant information you have provided. You haven't even mentioned the image library that you are using. I would suggest that you get a profiler or debugger in order to work out what your code is doing a

Re: Tomcat j2sdk and image

2005-05-02 Thread Dean Trafelet
Dear Sir or Madam: I am Judge Dean M. Trafelet. Your emails are improperly being sent to my email address. Please remove me from you list immediately. DMT - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Monday, May 02, 2005 10:33 AM Subject: Tomcat j2sdk and image Hi, I have

RE: Tomcat j2sdk and image

2005-05-02 Thread Dale, Matt
I'd be surprised if anyone could with the scant information you have provided. You haven't even mentioned the image library that you are using. I would suggest that you get a profiler or debugger in order to work out what your code is doing at the time that it is generating the image and which