AW: Scheduled jobs in TOMCAT/JETSPEED

2004-09-03 Thread Bjorn Vidar Remme

Return Receipt
   
Your  AW: Scheduled jobs in TOMCAT/JETSPEED
document   
:  
   
was   Bjorn Vidar Remme/Oslo/Intentia_NO/Intentia  
received   
by:
   
at:   2004-09-03 14:31:14  
   





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



Re: AW: Scheduled jobs in TOMCAT/JETSPEED

2004-08-31 Thread Scott T. Weaver
Send your "powered by jetspeed" links to either dev or user with this 
prefix in the subject: [POWERED BY JETSPEED {1|2}] and we will make sure 
they get added to the documentation.  Eventually I would like to move 
the "powered by" page out to the Wiki so developers can updated on their 
own.

Stefano Bianchi wrote:
Dear ALL,
thank you for your kind (and expert as usual) answers.
I will probably take some simpler action (even Windows scheduler) since my
need for scheduling is not critical.
I think your contribution will be useful also for other users interested in
this problems.
Bye
Stefano
P.S. I am finalizing my project and probably it could be useful (for me and
other users) to submit the url of the portal to the Jetspeed page "Sample
site". Who should I contact?
- Original Message - 
From: "Robin Antony" <[EMAIL PROTECTED]>
To: "Jetspeed Users List" <[EMAIL PROTECTED]>
Sent: Tuesday, August 31, 2004 7:05 PM
Subject: Re: AW: Scheduled jobs in TOMCAT/JETSPEED

 

Hi,
Take a look at Quartz . http://www.opensymphony.com/quartz/
Its an opensource java Scheduler. Very matured and good
product. See if this is what you need.
Cheers,
Robin Antony
OpenSI.Net
www.opensi.net
- Original Message - 
From: "David Jencks" <[EMAIL PROTECTED]>
To: "Jetspeed Users List" <[EMAIL PROTECTED]>
Sent: Monday, August 30, 2004 1:00 PM
Subject: Re: AW: Scheduled jobs in TOMCAT/JETSPEED

The spec compliant way to do this would be to run in a j2ee 1.4 app
server, write a session bean to trigger the action, and use the ejb
timer service.
david jencks
On Aug 30, 2004, at 12:53 PM, dp wrote:
   

Hello,
I only know that turbine can run jobs by given interval, but not at a
specific time :(
get a freeware-sheduler and configure it there. or, under windows, use
the
system-sheduler...
cu


-Ursprüngliche Nachricht-
Von: Stefano Bianchi [mailto:[EMAIL PROTECTED]
Gesendet: Montag, 30. August 2004 09:51
An: Jetspeed Users List
Betreff: Scheduled jobs in TOMCAT/JETSPEED
Dear ALL,
I have Jetspeed 1.4-b3 running on TOMCAT 4.1.24.
I have an .exe I would like to execute periodically without any
event-driven
action.
I know Turbine has some features about a Scheduler Service and probably
Jetspeed inherits it somehow.
Or is it something related to TOMCAT itself?
Can I launch an .exe (I have not the source code!) from a scheduled
job?
Any hint appreciated.
Thank you
Stefano
Ing. Stefano Bianchi
Softeco Sismat S.p.A.
Via De Marini, 1 - WTC Tower
16149 Genoa (ITALY)
e-mail: [EMAIL PROTECTED]
tel: +39 010 60.26.368
fax: +39 010 60.26.350

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


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


--
"Great minds discuss ideas. Average minds discuss events. Small minds discuss people." 
 - Admiral Hyman Rickover
***
*   Scott T. Weaver   *
* <[EMAIL PROTECTED]> *
* <http://www.einnovation.com>*
* --  *
*   Apache Jetspeed Enterprise Portal *
* Apache Pluto Portlet Container  *
* *
* OpenEditPro, Website Content Management *
* <http://www.openeditpro.com>*
***
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Scheduled jobs in TOMCAT/JETSPEED

2004-08-31 Thread Massimiliano Dessi
Jmx Timer 
can you add notification and listener

- Original Message - 
From: "Stefano Bianchi" <[EMAIL PROTECTED]>
To: "Jetspeed Users List" <[EMAIL PROTECTED]>
Sent: Monday, August 30, 2004 9:50 AM
Subject: Scheduled jobs in TOMCAT/JETSPEED


> Dear ALL,
> I have Jetspeed 1.4-b3 running on TOMCAT 4.1.24.
> I have an .exe I would like to execute periodically without any event-driven
> action.
> I know Turbine has some features about a Scheduler Service and probably
> Jetspeed inherits it somehow.
> Or is it something related to TOMCAT itself?
> Can I launch an .exe (I have not the source code!) from a scheduled job?
> Any hint appreciated.
> Thank you
> Stefano
> 
> Ing. Stefano Bianchi
> Softeco Sismat S.p.A.
> Via De Marini, 1 - WTC Tower
> 16149 Genoa (ITALY)
> e-mail: [EMAIL PROTECTED]
> tel: +39 010 60.26.368
> fax: +39 010 60.26.350
> 
> 
> 
> -
> 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: AW: Scheduled jobs in TOMCAT/JETSPEED

2004-08-31 Thread Stefano Bianchi
Dear ALL,
thank you for your kind (and expert as usual) answers.
I will probably take some simpler action (even Windows scheduler) since my
need for scheduling is not critical.
I think your contribution will be useful also for other users interested in
this problems.

Bye
Stefano

P.S. I am finalizing my project and probably it could be useful (for me and
other users) to submit the url of the portal to the Jetspeed page "Sample
site". Who should I contact?


- Original Message - 
From: "Robin Antony" <[EMAIL PROTECTED]>
To: "Jetspeed Users List" <[EMAIL PROTECTED]>
Sent: Tuesday, August 31, 2004 7:05 PM
Subject: Re: AW: Scheduled jobs in TOMCAT/JETSPEED


> Hi,
> Take a look at Quartz . http://www.opensymphony.com/quartz/
> Its an opensource java Scheduler. Very matured and good
> product. See if this is what you need.
> Cheers,
> Robin Antony
> OpenSI.Net
> www.opensi.net
>
> - Original Message - 
> From: "David Jencks" <[EMAIL PROTECTED]>
> To: "Jetspeed Users List" <[EMAIL PROTECTED]>
> Sent: Monday, August 30, 2004 1:00 PM
> Subject: Re: AW: Scheduled jobs in TOMCAT/JETSPEED
>
>
> The spec compliant way to do this would be to run in a j2ee 1.4 app
> server, write a session bean to trigger the action, and use the ejb
> timer service.
>
> david jencks
>
> On Aug 30, 2004, at 12:53 PM, dp wrote:
>
> > Hello,
> >
> > I only know that turbine can run jobs by given interval, but not at a
> > specific time :(
> >
> > get a freeware-sheduler and configure it there. or, under windows, use
> > the
> > system-sheduler...
> >
> > cu
> >
> >
> >
> >
> >
> >
> > -Ursprüngliche Nachricht-
> > Von: Stefano Bianchi [mailto:[EMAIL PROTECTED]
> > Gesendet: Montag, 30. August 2004 09:51
> > An: Jetspeed Users List
> > Betreff: Scheduled jobs in TOMCAT/JETSPEED
> >
> >
> > Dear ALL,
> > I have Jetspeed 1.4-b3 running on TOMCAT 4.1.24.
> > I have an .exe I would like to execute periodically without any
> > event-driven
> > action.
> > I know Turbine has some features about a Scheduler Service and probably
> > Jetspeed inherits it somehow.
> > Or is it something related to TOMCAT itself?
> > Can I launch an .exe (I have not the source code!) from a scheduled
> > job?
> > Any hint appreciated.
> > Thank you
> > Stefano
> >
> > Ing. Stefano Bianchi
> > Softeco Sismat S.p.A.
> > Via De Marini, 1 - WTC Tower
> > 16149 Genoa (ITALY)
> > e-mail: [EMAIL PROTECTED]
> > tel: +39 010 60.26.368
> > fax: +39 010 60.26.350
> >
> >
> >
> > -
> > 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]
>
>



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



Re: AW: Scheduled jobs in TOMCAT/JETSPEED

2004-08-31 Thread Robin Antony
Hi,
Take a look at Quartz . http://www.opensymphony.com/quartz/
Its an opensource java Scheduler. Very matured and good
product. See if this is what you need.
Cheers,
Robin Antony
OpenSI.Net
www.opensi.net

- Original Message - 
From: "David Jencks" <[EMAIL PROTECTED]>
To: "Jetspeed Users List" <[EMAIL PROTECTED]>
Sent: Monday, August 30, 2004 1:00 PM
Subject: Re: AW: Scheduled jobs in TOMCAT/JETSPEED


The spec compliant way to do this would be to run in a j2ee 1.4 app
server, write a session bean to trigger the action, and use the ejb
timer service.

david jencks

On Aug 30, 2004, at 12:53 PM, dp wrote:

> Hello,
>
> I only know that turbine can run jobs by given interval, but not at a
> specific time :(
>
> get a freeware-sheduler and configure it there. or, under windows, use
> the
> system-sheduler...
>
> cu
>
>
>
>
>
>
> -Ursprüngliche Nachricht-
> Von: Stefano Bianchi [mailto:[EMAIL PROTECTED]
> Gesendet: Montag, 30. August 2004 09:51
> An: Jetspeed Users List
> Betreff: Scheduled jobs in TOMCAT/JETSPEED
>
>
> Dear ALL,
> I have Jetspeed 1.4-b3 running on TOMCAT 4.1.24.
> I have an .exe I would like to execute periodically without any
> event-driven
> action.
> I know Turbine has some features about a Scheduler Service and probably
> Jetspeed inherits it somehow.
> Or is it something related to TOMCAT itself?
> Can I launch an .exe (I have not the source code!) from a scheduled
> job?
> Any hint appreciated.
> Thank you
> Stefano
>
> Ing. Stefano Bianchi
> Softeco Sismat S.p.A.
> Via De Marini, 1 - WTC Tower
> 16149 Genoa (ITALY)
> e-mail: [EMAIL PROTECTED]
> tel: +39 010 60.26.368
> fax: +39 010 60.26.350
>
>
>
> -
> 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: AW: Scheduled jobs in TOMCAT/JETSPEED

2004-08-31 Thread Ender Hikmet KILIÇO?LU
use quartz scheduler which is avalaible at http://www.quartzscheduler.org

Ender


-Original Message-
From: David Jencks [mailto:[EMAIL PROTECTED]
Sent: Monday, August 30, 2004 11:01 PM
To: Jetspeed Users List
Subject: Re: AW: Scheduled jobs in TOMCAT/JETSPEED


The spec compliant way to do this would be to run in a j2ee 1.4 app
server, write a session bean to trigger the action, and use the ejb
timer service.

david jencks

On Aug 30, 2004, at 12:53 PM, dp wrote:

> Hello,
>
> I only know that turbine can run jobs by given interval, but not at a
> specific time :(
>
> get a freeware-sheduler and configure it there. or, under windows, use
> the
> system-sheduler...
>
> cu
>
>
>
>
>
>
> -Ursprüngliche Nachricht-
> Von: Stefano Bianchi [mailto:[EMAIL PROTECTED]
> Gesendet: Montag, 30. August 2004 09:51
> An: Jetspeed Users List
> Betreff: Scheduled jobs in TOMCAT/JETSPEED
>
>
> Dear ALL,
> I have Jetspeed 1.4-b3 running on TOMCAT 4.1.24.
> I have an .exe I would like to execute periodically without any
> event-driven
> action.
> I know Turbine has some features about a Scheduler Service and probably
> Jetspeed inherits it somehow.
> Or is it something related to TOMCAT itself?
> Can I launch an .exe (I have not the source code!) from a scheduled
> job?
> Any hint appreciated.
> Thank you
> Stefano
>
> Ing. Stefano Bianchi
> Softeco Sismat S.p.A.
> Via De Marini, 1 - WTC Tower
> 16149 Genoa (ITALY)
> e-mail: [EMAIL PROTECTED]
> tel: +39 010 60.26.368
> fax: +39 010 60.26.350
>
>
>
> -
> 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: AW: Scheduled jobs in TOMCAT/JETSPEED

2004-08-30 Thread David Jencks
The spec compliant way to do this would be to run in a j2ee 1.4 app 
server, write a session bean to trigger the action, and use the ejb 
timer service.

david jencks
On Aug 30, 2004, at 12:53 PM, dp wrote:
Hello,
I only know that turbine can run jobs by given interval, but not at a
specific time :(
get a freeware-sheduler and configure it there. or, under windows, use 
the
system-sheduler...

cu


-Ursprüngliche Nachricht-
Von: Stefano Bianchi [mailto:[EMAIL PROTECTED]
Gesendet: Montag, 30. August 2004 09:51
An: Jetspeed Users List
Betreff: Scheduled jobs in TOMCAT/JETSPEED
Dear ALL,
I have Jetspeed 1.4-b3 running on TOMCAT 4.1.24.
I have an .exe I would like to execute periodically without any 
event-driven
action.
I know Turbine has some features about a Scheduler Service and probably
Jetspeed inherits it somehow.
Or is it something related to TOMCAT itself?
Can I launch an .exe (I have not the source code!) from a scheduled 
job?
Any hint appreciated.
Thank you
Stefano

Ing. Stefano Bianchi
Softeco Sismat S.p.A.
Via De Marini, 1 - WTC Tower
16149 Genoa (ITALY)
e-mail: [EMAIL PROTECTED]
tel: +39 010 60.26.368
fax: +39 010 60.26.350

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


AW: Scheduled jobs in TOMCAT/JETSPEED

2004-08-30 Thread dp
Hello,

I only know that turbine can run jobs by given interval, but not at a
specific time :( 

get a freeware-sheduler and configure it there. or, under windows, use the
system-sheduler...

cu






-Ursprüngliche Nachricht-
Von: Stefano Bianchi [mailto:[EMAIL PROTECTED] 
Gesendet: Montag, 30. August 2004 09:51
An: Jetspeed Users List
Betreff: Scheduled jobs in TOMCAT/JETSPEED


Dear ALL,
I have Jetspeed 1.4-b3 running on TOMCAT 4.1.24.
I have an .exe I would like to execute periodically without any event-driven
action.
I know Turbine has some features about a Scheduler Service and probably
Jetspeed inherits it somehow.
Or is it something related to TOMCAT itself?
Can I launch an .exe (I have not the source code!) from a scheduled job?
Any hint appreciated.
Thank you
Stefano

Ing. Stefano Bianchi
Softeco Sismat S.p.A.
Via De Marini, 1 - WTC Tower
16149 Genoa (ITALY)
e-mail: [EMAIL PROTECTED]
tel: +39 010 60.26.368
fax: +39 010 60.26.350



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



Scheduled jobs in TOMCAT/JETSPEED

2004-08-30 Thread Stefano Bianchi
Dear ALL,
I have Jetspeed 1.4-b3 running on TOMCAT 4.1.24.
I have an .exe I would like to execute periodically without any event-driven
action.
I know Turbine has some features about a Scheduler Service and probably
Jetspeed inherits it somehow.
Or is it something related to TOMCAT itself?
Can I launch an .exe (I have not the source code!) from a scheduled job?
Any hint appreciated.
Thank you
Stefano

Ing. Stefano Bianchi
Softeco Sismat S.p.A.
Via De Marini, 1 - WTC Tower
16149 Genoa (ITALY)
e-mail: [EMAIL PROTECTED]
tel: +39 010 60.26.368
fax: +39 010 60.26.350



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