Re: How to run servlet for every 30 minutes in Tomcat 4.1.30

2004-12-21 Thread Billy Talton
Why are you writing a servlet for this? If the application does not use any of the services confined to the Servlet API and Tomcat, just write a stand-alone application and setup up a cron job to run it. Seems like overkill to me. On Tue, 21 Dec 2004 16:28:49 -, Allistair Crossley <[EMAIL P

help - Java error starting Tomcat 5

2004-11-29 Thread Billy Talton
All, I'm attempting to install Tomcat 5 on my Fedora 2 server. The packages appear to install just fine but I get the following error when I try to start the server. I'm using java version "1.4.1_03". Any ideas? [EMAIL PROTECTED] btalton]# /sbin/service tomcat5 start Starting tomcat5: /usr/bi