Auto start application in web logic
843841Dec 29 2004 — edited Jan 5 2005Hello,
I need to auto startup an application in a unix server. The application uses session bean to access the database.
Is it possible to auto start up the application using a cron tab/cron job because the application is using session bean residing in weblogic server?
If not how do i do that? convert the session bean into normal java classes and access database without using a session bean?
Thanks for you help.