Could you please tell me all the possible orders for servets,Listeners,filters?
In this case:
when servlet is declared as <load-on-start-up>1</load-on-start-up>
when contextlistener is implemented
In this case:
when <load-on-start-up> is not declared
when contextlistener is implemented
In this case:
when servlet is declared as <load-on-start-up>1</load-on-start-up>
when sessionlistener or requestlistener is implemented
Please help me