main class run at pre defined time

Hi I have deployed a jar file on websohere.any way to automate the main class that it will run at daily 8 morningregards
[141 byte] By [smita_smitaa] at [2007-10-3 5:21:59]
# 1
THANK YOU FOR NOT CROSSPOSTING!!!
CaptainMorgan08a at 2007-7-14 23:28:58 > top of Java-index,Desktop,Deploying...
# 2
I searched the forums and found [url http://forum.java.sun.com/thread.jspa?forumID=31&threadID=682371]this[/url] thread.
CaptainMorgan08a at 2007-7-14 23:28:58 > top of Java-index,Desktop,Deploying...
# 3
question was suitable for only this forum thats y.any how any idea about question
smita_smitaa at 2007-7-14 23:28:59 > top of Java-index,Desktop,Deploying...
# 4

no help captain I modify my question

/opt/IBMWebAS-6.0/AppServer/java/bin

Hi I am using websphere application server on linux system (command based)

I have two projects j2ee which I have already deployed

And java project as jar file.

Now I have to use jre to run this jar file.

so rather than using seperate jre for this jar file I wish to use the websphere jre

1)so is this path for the jre on websphere?

/opt/IBMWebAS-6.0/AppServer/java/bin (on windows it is under runtimes directory)

2)jar file is based on jdk1.4.2 whether it will be compatible with websphere 6.0

3)there is one more option which i am not sure. to deploy this jar file on websphere application server but then problem is how I am going to invoke the main class on daily 8 pm.

regards

smita_smitaa at 2007-7-14 23:28:59 > top of Java-index,Desktop,Deploying...
# 5
no reply
smita_smitaa at 2007-7-14 23:28:59 > top of Java-index,Desktop,Deploying...
# 6
If you have no problems executing the jar, then you might ask the admin to set it up in the crond daemon under the linux os.Just a thought, hope it helps....
c2gilla at 2007-7-14 23:28:59 > top of Java-index,Desktop,Deploying...
# 7
thanks and got the point if if I am correct you used the word cron daemon?no idea what it is but i wil search
smita_smitaa at 2007-7-14 23:28:59 > top of Java-index,Desktop,Deploying...
# 8
Here's a link that might help...The admins of your linux system will KNOW about it...<grin> http://linux.about.com/library/cmd/blcmdl8_crond.htm
c2gilla at 2007-7-14 23:28:59 > top of Java-index,Desktop,Deploying...
# 9
thaks gill
smita_smitaa at 2007-7-14 23:28:59 > top of Java-index,Desktop,Deploying...