mark servlet registration to be done immediately
The servlet (alias '/doc') component is enabled when started, but not
marked to be activated immediately.
This result in an activate, deactivate, activate.
This is done such fast, that the deregistration of the alias is not
finished (I assume async cleanup) for the second activate.
Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>