Servlet Initialized Twice
Status: Beta
Brought to you by:
mahmutizci
If I get / as context root all servlets (with
<load-on-startup>any_number</load-on-startup>) get
initialized, then unitialized, then initialized again.
But, if I get any context root but /, I get initialized
twice.
I´ve made a little scearch at internet about it and the
closer I got was:
Thanks