Re: [Sundararaman] [Help me]

2003-09-01 Thread jerome moliere
Christopher Williams wrote: I would strongly advise against using the Swing timer object. Try using a java.util.Timer object instead. I use this in a servlet to perform automatic daily backups and other automated tasks. christopher is right you should not use SWING objetcts in your J2EE env

Re: [Sundararaman] [Help me]

2003-08-30 Thread Miro
o: "Tomcat Users List" <[EMAIL PROTECTED]>; "sundararaman" <[EMAIL PROTECTED]> Sent: Saturday, August 30, 2003 6:45 AM Subject: Re: [Sundararaman] [Help me] > I would strongly advise against using the Swing timer object. Try using a > java.util.Timer object in

Re: [Sundararaman] [Help me]

2003-08-30 Thread Christopher Williams
I would strongly advise against using the Swing timer object. Try using a java.util.Timer object instead. I use this in a servlet to perform automatic daily backups and other automated tasks. - To unsubscribe, e-mail: [EMAIL P

[Sundararaman] [Help me]

2003-08-29 Thread sundararaman
Hi All, I am facing a critical problem in our Application.The Application is running "Apache Tomcat 4.0.1" running on Linux. The problem is Apache Tomcat stalls and there is no further output from the "tail -f catalina.out" and no further processiong in the Application. Descripti