在resin安装目录中的doc下放置login.jsp修改app_defaul.xml的下列字段
<welcome-file-list>
  <welcome-file>index.xtp</welcome-file>
  <welcome-file>index.jsp</welcome-file>
  <welcome-file>index.html</welcome-file>
</welcome-file-list>把其中的
  <welcome-file>index.xtp</welcome-file>
  <welcome-file>index.jsp</welcome-file>
  <welcome-file>index.html</welcome-file>
删除,添加
  <welcome-file>login.jsp</welcome-file>