输入域名,localhost,直接跳转到controller的几种方式:

输入域名,localhost,直接跳转到controller的几种方式:
(1),在web.xml中写如下
       
        welcome.html
    

然后在建立welcome.html,在里面用js或者jsp的request,response方式,或者


(2)或者在
        index.d
    

然后建立一个空的index.d文件,最后要保证index.d的controller要存在,这样就直接跳转到index.d的controller。

(3)使用spring mvc或者是struts的xml中配置默认跳转地址

你可能感兴趣的:(输入域名,localhost,直接跳转到controller的几种方式:)