Re: Tomcat just STOPS

2004-10-29 Thread dmu2201
Derek Clarkson wrote: Hi all, Tricky bug. We've been all over our system and cannot figure out what is going on. The tomcats (we have 2 tomcat 4.1.24's behind an apache server, just stop reponding after a couple of days. Restart them and everything is fine. Then some undefinied period later, one

Re: problems with LD_LIBRARY_PATH !

2004-10-29 Thread dmu2201
I have tried every thing I could think of, even including a $ENV{'LD_LIBRARY_PATH'} = /usr/lib:/usr/local/lib:/usr/local/perl/lib; in the perl script, but still fails loading libraries *.so !! Any idea someone !? Many thanks in advances Regards Andre How do you start your Tomcat?! Trough a

Howto read files

2004-10-04 Thread dmu2201
Hi ML I'm having a problem with tomcat because I would like to read a certain XML file in a 'data' dir. The problem is that the relative path does not work: new File(data/questionnaires.xml/); does not give the file since Tomcat is started from its bin dir and not from my /webapps/PROJECT