\bin\server.xml
<Host name="localhost" appBase="webapps" unpackWARs="true" autoDeploy="true">
加上这一句:
<Context path="" docBase="web" debug="0" reloadable="true" />
</Host>\bin\server.xml
<Host name="localhost" appBase="webapps" unpackWARs="true" autoDeploy="true">
加上这一句:
<Context path="" docBase="web" debug="0" reloadable="true" />
</Host>