not, loads its data (This is the RAM
interaction) otherwise just handle the request normally.
It adds an extra check but checking if( ApplicationStatus.IS_LOADED ) isn't
such a big deal in the long run.
That is unless we're not talking the same thing here. :)
markt-2 wrote:
&g
Hi
I have two application contexts, /RAM and /UO.
OU needs to have RAM running before it can do anything as I have startup
code (Fired during init of my servlet) in UO that needs to access RAM.
The problem I have is that when I do startup the Tomcat container, the
minute my 'init code' get's ex