1:修改server.xml:
<Host name="localhost" appBase="webapps"
unpackWARs="true" autoDeploy="true">
后添加:
<Context path="" docBase="D:/tools/java/apache-tomcat-7.0.52/webapps/smartcollege/" debug="0"/>
2:修改web.xml:
<welcome-file-list>
后添加指定的页面
<welcome-file>login.jsp</welcome-file>