在web.xml中增加如下  ,即可,不知道是否还有更好的办法
<welcome-file-list>
    <welcome-file>login.html</welcome-file>
  </welcome-file-list>