Re: AW: servlet error..

2001-06-01 Thread Krishna Kishore Thotakura
olemme totaalisen ulkopuolisia-- > > On Wed, 30 May 2001 08:51:45 > Ralph Einfeldt wrote: > >The AWT classes need an x-server to work with images. > > > >Can it be that there isn't one running, when this error happens ? > > > >> -Ursprüngliche N

servlet error..

2001-05-29 Thread Krishna Kishore Thotakura
Hi, i am trying to write an image to the outputstream of a servlet. The image is actually obtained from an invisible awt Canvas. I'm using Jimi package to encode the Image into JPEG format and writing this out to the ServletOutputStream. Sometimes this works fine and i see a nice image in the br

Re: tomcat process dies out...

2001-05-29 Thread Krishna Kishore Thotakura
n to nohup.out as described in the man pages. i dont see the nohup.out file at all. anyway, i'll work around that. thanks for your help. u were very informative. Milt Epstein wrote: > > On Mon, 28 May 2001, Krishna Kishore Thotakura wrote: > > > yeah..now, it works. > >

Re: URL

2001-05-28 Thread Krishna Kishore Thotakura
.com/somepath/whatever/test > > Thanks -- Krishna Kishore Thotakura. Work 256 961 7818 Home 256 837 9927

Re: tomcat process dies out...

2001-05-28 Thread Krishna Kishore Thotakura
Under /bin/sh, /bin/ksh, /bin/bash, etc: > > nohup ./startup.sh -f server_1.xml > /tmp/mytomcat.log 2>&1 & > > Under /bin/csh or /bin/tcsh > > nohup ./startup.sh -f server_1.xml >&! & > > Jan > [EMAIL PROTECTED] > > On Mon, 28 May 2001, Krishna

Re: tomcat process dies out...

2001-05-28 Thread Krishna Kishore Thotakura
that probably all he needs to do is start it in the > > background, a la: > > > > ./startup.sh -f server_1.xml & > > > > Might want to redirect to capture stdout and stderr to files as well. > > > > > > > On Monday, May 28, 2001 4:52 PM, Krishna Kis

Re: tomcat process dies out...

2001-05-28 Thread Krishna Kishore Thotakura
Hi, thanks for your quick response. But my server is a unix box running Red Hat 6.2. "Pernica, Jan" wrote: > > this is a known bug of JDK 1.3 on NT > > On Monday, May 28, 2001 4:52 PM, Krishna Kishore Thotakura > [SMTP:[EMAIL PROTECTED]] wrote: > > hello, >

tomcat process dies out...

2001-05-28 Thread Krishna Kishore Thotakura
hello, I am trying to setup multiple JVMs using mod_jk. the JVM running at port 8080 is okay. I'm having problem with the JVM running at port 8090. whenever, i log out of my server machine(the machine where i am starting my apache and tomcat), the tomcat process stops listening to the port 8090.