<welcome-file-list>
<welcome-file>index.do</welcome-file>
</welcome-file-list>
其中index.do是struts处理的,会提示错误:找不到该文件。此时,只要在根目录下建立一个空文件index.do即可。
<welcome-file-list>
<welcome-file>index.do</welcome-file>
</welcome-file-list>
其中index.do是struts处理的,会提示错误:找不到该文件。此时,只要在根目录下建立一个空文件index.do即可。