man crontab will give you the format for the entries in crontab.

Navjot Singh wrote:

whynot?

use crontab -e to add a program and the times when it should run
use crontab -l to view what all programs are scheduled to run.

navjot


|-----Original Message----- |From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] |Sent: Monday, September 01, 2003 3:37 PM |To: [EMAIL PROTECTED] |Cc: [EMAIL PROTECTED] |Subject: RE: [OT] Scheduling | | | |Hi, |Can you throw some light on the Unix "cron". I have Weblogic running on |Unix. so, i guess i can use this solution. | |thanks |-raj | | | | | | | | "Hue Holleran" | | <[EMAIL PROTECTED] To: |"Struts Users Mailing List" <[EMAIL PROTECTED]> | | Action.net> cc: | | Subject: RE: |[OT] Scheduling | 01/09/2003 03:26 PM | | Please respond to | | "Struts Users Mailing | | List" | | | | | | | | | |Well, possibly not an elegant answer but... | |1) Under *nix we've done this with "cron" and a "bash script" that invokes |"wget" to launch a servlet process. |2) Under Windows we've used a VBS script via "at"/"winat"/"Scheduled Tasks" |and "Microsoft.XMLHTTPRequest" to initiate a HTTP connection to launch a |servlet process. | |Both have been very reliable (in fact both are in very widespread use on |several servers) - and this is nice as it does not require any 3rd party |components. | |If this is along the lines of what you're trying to do let me know and I |can |post some code. As regards Weblogic, there's possibly a more elegant |solution, but sorry don't use it - so don't know. | |Hue. | |> -----Original Message----- |> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] |> Sent: 01 September 2003 06:37 |> To: [EMAIL PROTECTED] |> Subject: [OT] Scheduling |> |> |> Hi All, |> What would be the best implementation for scheduling a job in |> Weblogic/J2EE |> environment ? |> |> |> thanks |> -raj |> |> |> |> |> --------------------------------------------------------------------- |> To unsubscribe, e-mail: [EMAIL PROTECTED] |> For additional commands, e-mail: [EMAIL PROTECTED] |> |> |> --- |> Incoming mail is certified Virus Free. |> Checked by AVG anti-virus system (http://www.grisoft.com). |> Version: 6.0.512 / Virus Database: 309 - Release Date: 19/08/2003 |> |--- |Outgoing mail is certified Virus Free. |Checked by AVG anti-virus system (http://www.grisoft.com). |Version: 6.0.512 / Virus Database: 309 - Release Date: 19/08/2003 | | |--------------------------------------------------------------------- |To unsubscribe, e-mail: [EMAIL PROTECTED] |For additional commands, e-mail: [EMAIL PROTECTED] | | | | | | | | |--------------------------------------------------------------------- |To unsubscribe, e-mail: [EMAIL PROTECTED] |For additional commands, e-mail: [EMAIL PROTECTED] | |


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to