anirban sarkar

Greenhorn
+ Follow
since Dec 04, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by anirban sarkar

Hi,

I've two j2ee web applications running on two different tomcat instance.How do I communicate between them.I want to pass a map from one to another.I wont use shared db table for both the application.

Can you please tell some other ways for this.


Thanks
Anirban
15 years ago
Hi,

How can I get the Date or -th day of first Monday of a given month-year?
E.g.- if I give Dec-2008 it will return the Date of first monday of Dec-2008.

Thanks,
Anirban
15 years ago
Hi,

How to trigger a job which will fire on every five month basis indefinitely from 15-Mar-2008 2pm?

Thanks,
Anirban
Hi ,

Giving 1/5 in month field should it fire on JAN,JUN,NOV of current year and APR,SEP of next year and so on...?If no, what i'll do to implement this so that it'll be fired on 5 month interval (JAN,JUN,NOV of current year and APR,SEP of next year and so on...)?Here the start month is JAN.

Thanks
Anirban
Sorry I've tried with 5 mins interval for testing purpose.
Now giving 1/5 in month field should it fire on JAN,JUN,NOV of current year and APR,SEP of next year and so on...?I need this scenario.
Hi

I havn't found any expression to create a cron trigger which will be fired on N th month interval(N=2,3,4,...)

For 5 month interval & start date= 5-Dec-2008 8:30 pm ,
I have tried with "0 30/5 20 5 12 ? *" but it didn't work.After that i got to know that 30/5 does not mean it'll run on 5 month interval basis.
Hi,

I'm facing a problem with Quartz scheduler.In my J2EE application i'm using Quartz for job scheduling.
I need cron expressions for the job set mentioned bellow:

Set 1
i)The job will run on every N months where N is a positive integer.
ii)Staring from any month choosen from Jan to Dec of the current year
iii)run on N th day of each month where N varries from 1 to 31.if the th day doesn't exist in the month consider the last day ohat month.
iv) Run time in HH:MM am pm format

Set 2
i)The job will run on every N months where N is a positive integer.
ii)Staring from any month choosen from Jan to Dec of the current year
iii)run on first monday of month
iv) Run time in HH:MM am pm format

Set 3
i)The job will run on every N months where N is a positive integer.
ii)Staring from any month choosen from Jan to Dec of the current year
iii)run on last day of month
iv) Run time in HH:MM am pm format

User can choose one of the above 3 set.

I need your help . It's very urgent.

Thanks
Anirban