You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Jack <ja...@gmail.com> on 2006/05/08 12:22:19 UTC

easiest way to schedule an automatic restart of tomcat?

Hi,

What is an easy way to schedule an automatic restart of Tomcat - say
every day at 3am?

--
Cheers
Jack...

The claim "natural" is not synonymous with safe.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: easiest way to schedule an automatic restart of tomcat?

Posted by Gaël Lams <la...@gmail.com>.
> What is an easy way to schedule an automatic restart of Tomcat - say
> every day at 3am?

if you use linux: add a line in your crontab executing
"/etc/init.d/tomcat restart"

Regards,

Gaël