Em web.xml na lista de arquivos de boas-vindas. Exemplo:
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
<welcome-file>index.html</welcome-file>
<welcome-file>index.htm</welcome-file>
</welcome-file-list>
Basta adicionar outra linha que se refira ao admin.jsp.
Obrigado Chris