hi all,
I have 3 applications installed into my Websphere 6, says for example AppA, AppB and AppC.
In AppA, I had configured a
servlet to be auto loaded during start up in web.xml(load-on-startup).
If the auto load process is a long process, let say it will take 10 minutes. It will prevent Webspehere from started successfully, hence other application (AppB an AppC) will not be started.
What I wish to ask is, is it possible to configure Websphere such that it is not required to wait for AppA to finish loaded before it continue with it startup process?
thanks.