RE: [OT] Scheduling

2003-09-05 Thread Hue Holleran
Using this method could you not do this in a servlet set in web.xml with
load-on-startup?

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Sent: 01 September 2003 11:58
 To: Struts Users Mailing List
 Subject: RE: [OT] Scheduling



 Yes, I have done that. But, now i am stuck as to where to invoke it from.
 I should not use Weblogic startup class.

 Any inputs ?

 thanks
 -raj






   Robert Taylor

   [EMAIL PROTECTED]To:   Struts
 Users Mailing List [EMAIL PROTECTED]
   .comcc:

Subject:  RE: [OT]
 Scheduling
   01/09/2003 03:46

   PM

   Please respond to

   Struts Users

   Mailing List









 If you cannot use any third party tools, you can implement your own
 schedular using java.util.Timer and java.util.TimerTask.

 robert

  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
  Sent: Monday, September 01, 2003 1:37 AM
  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]
 


 -
 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]


 ---
 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]



RE: [OT] Scheduling

2003-09-05 Thread Andrew Hill
Or:
Implement the PlugIn interface  add the appropriate reference to your class
in yoir struts-config.xml

-Original Message-
From: Hue Holleran [mailto:[EMAIL PROTECTED]
Sent: Monday, 1 September 2003 19:41
To: Struts Users Mailing List
Subject: RE: [OT] Scheduling


Using this method could you not do this in a servlet set in web.xml with
load-on-startup?

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Sent: 01 September 2003 11:58
 To: Struts Users Mailing List
 Subject: RE: [OT] Scheduling



 Yes, I have done that. But, now i am stuck as to where to invoke it from.
 I should not use Weblogic startup class.

 Any inputs ?

 thanks
 -raj






   Robert Taylor

   [EMAIL PROTECTED]To:   Struts
 Users Mailing List [EMAIL PROTECTED]
   .comcc:

Subject:  RE: [OT]
 Scheduling
   01/09/2003 03:46

   PM

   Please respond to

   Struts Users

   Mailing List









 If you cannot use any third party tools, you can implement your own
 schedular using java.util.Timer and java.util.TimerTask.

 robert

  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
  Sent: Monday, September 01, 2003 1:37 AM
  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]
 


 -
 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]


 ---
 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]



RE: [OT] Scheduling

2003-09-02 Thread Hue Holleran



 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Sent: 01 September 2003 11:07
 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]


 ---
 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]



RE: [OT] Scheduling

2003-09-02 Thread Adam Levine
http://www.part.net/quartz.html


  -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]


 ---
 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]
_
Help protect your PC: Get a free online virus scan at McAfee.com. 
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963

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


[OT] Scheduling

2003-09-01 Thread rajendra . x . yadav
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]



Re: [OT] Scheduling

2003-09-01 Thread Dan Tran
check out this link

http://demo.jgsullivan.com/struts/index.html

-Dan
- Original Message - 
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, August 31, 2003 10:36 PM
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]



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



Re: [OT] Scheduling

2003-09-01 Thread rajendra . x . yadav

Thanks for the link Dan. I am afraid i can't use any 3rd party
tools/library.
Any other suggestion?

thanks
-raj




   

  Dan Tran   

  [EMAIL PROTECTED]To:   Struts Users Mailing List 
[EMAIL PROTECTED]  
  .comcc: 

   Subject:  Re: [OT] Scheduling   

  01/09/2003 11:29 

  AM   

  Please respond to

  Struts Users

  Mailing List

   

   





check out this link

http://demo.jgsullivan.com/struts/index.html

-Dan
- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, August 31, 2003 10:36 PM
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]



-
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]



RE: [OT] Scheduling

2003-09-01 Thread Daniel Washusen
I havn't used it but quartz sounds pretty cool...

http://www.part.net/quartz.html or http://sourceforge.net/projects/quartz/

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Sent: Monday, 1 September 2003 3:37 PM
 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]
 
 

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



RE: [OT] Scheduling

2003-09-01 Thread Hue Holleran
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]



RE: [OT] Scheduling

2003-09-01 Thread rajendra . x . yadav

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]



RE: [OT] Scheduling

2003-09-01 Thread Robert Taylor
If you cannot use any third party tools, you can implement your own
schedular using java.util.Timer and java.util.TimerTask.

robert

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Sent: Monday, September 01, 2003 1:37 AM
 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]



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



RE: [OT] Scheduling

2003-09-01 Thread Navjot Singh
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]



RE: [OT] Scheduling

2003-09-01 Thread rajendra . x . yadav

Yes, I have done that. But, now i am stuck as to where to invoke it from.
I should not use Weblogic startup class.

Any inputs ?

thanks
-raj




   

  Robert Taylor  

  [EMAIL PROTECTED]To:   Struts Users Mailing List 
[EMAIL PROTECTED]  
  .comcc: 

   Subject:  RE: [OT] Scheduling   

  01/09/2003 03:46 

  PM   

  Please respond to

  Struts Users

  Mailing List

   

   





If you cannot use any third party tools, you can implement your own
schedular using java.util.Timer and java.util.TimerTask.

robert

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Sent: Monday, September 01, 2003 1:37 AM
 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]



-
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]



Re: [OT] Scheduling

2003-09-01 Thread James Harman
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]


RE: [OT] Scheduling

2003-09-01 Thread Hue Holleran
 $(date --utc +'%a %d-%b-%Y %X')   $logfile
 echo -e ERROR COUNT AT MAXIMUM $errcntmax: $result\n
fi
# Exit script with error level 2
exit 2
fi

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Sent: 01 September 2003 11:07
 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]


 ---
 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]



RE: [OT] Scheduling

2003-09-01 Thread Hue Holleran
Resent because message still hasn't made it to the list!

What's going on with posts to this list - some make it in seconds - others
take days or never appear?

Using this method could you not do this in a servlet set in web.xml with
load-on-startup?

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Sent: 01 September 2003 11:58
 To: Struts Users Mailing List
 Subject: RE: [OT] Scheduling



 Yes, I have done that. But, now i am stuck as to where to invoke it from.
 I should not use Weblogic startup class.

 Any inputs ?

 thanks
 -raj






   Robert Taylor

   [EMAIL PROTECTED]To:   Struts
 Users Mailing List [EMAIL PROTECTED]
   .comcc:

Subject:  RE: [OT]
 Scheduling
   01/09/2003 03:46

   PM

   Please respond to

   Struts Users

   Mailing List









 If you cannot use any third party tools, you can implement your own
 schedular using java.util.Timer and java.util.TimerTask.

 robert

  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
  Sent: Monday, September 01, 2003 1:37 AM
  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]
 


 -
 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]


 ---
 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]



RE: [OT] Delays in list posts arriving (was [OT] Scheduling)

2003-09-01 Thread Steve Raeburn
I've been having the same problem. Most messages appear immediately but some
can take up to two days to arrive! Craig thinks it's due to the SoBig.F worm
and that makes sense, but I still don't get why it only affects a very small
number of messages.

I guess it's just one of those things. The best thing to do is just sit it
out until things get better. Just be patient if someone's post seems to be
hopelessly out of touch with the thread.

It might also help if we kept list traffic down by keeping off-topic posts
to a minimum ;-)

Steve
http://www.ninsky.com/struts/



 -Original Message-
 From: Hue Holleran [mailto:[EMAIL PROTECTED]
 Sent: September 1, 2003 12:12 PM

 Resent because message still hasn't made it to the list!

 What's going on with posts to this list - some make it in seconds - others
 take days or never appear?



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