Hi Everyone,
I use apex with ORDS and TomCat
I noticed that when DB is started BEFORE TomCat, all works well
HOWEVER, when the DB is started AFTER TomCat, users get an error 503 Unavailable Service during a certain time (around 15 or 30 minutes) and then it works well. So I guess TomCat or ORDS recheck the DB connection every X minutes
Am I right with my last affirmation? If Yes what is the X minutes?
If no, what is really happens in this case?
We already think about some solutions (start the DB Earlier, or use scheudled task to start TomCat service AFTER DB Start instead of use the service automatic start), But we just would like to undesrtand what happens, and maybe if someone has another solution/idea it would be great
Thanks