当前位置: 技术问答>java相关
大家开发web application时一般用什么做url的前缀?如sample
来源: 互联网 发布时间:2015-02-07
本文导语: 大家开发web application时一般用什么做url的前缀?如sample http://localhost:8080/sample/index.html 还是没有,即: http://localhost:8080/index.html 由用户去决定安装在什么目录,如他装在myweb中,则: http://localhost:8080/myweb/index.html 是...
大家开发web application时一般用什么做url的前缀?如sample
http://localhost:8080/sample/index.html
还是没有,即:
http://localhost:8080/index.html
由用户去决定安装在什么目录,如他装在myweb中,则:
http://localhost:8080/myweb/index.html
是不是在有些情况下,加上一个前缀要好些?如一个jsp文件调用一个servlet时:
action="/sample/my.showServlet",大家都是怎样写的啊?
http://localhost:8080/sample/index.html
还是没有,即:
http://localhost:8080/index.html
由用户去决定安装在什么目录,如他装在myweb中,则:
http://localhost:8080/myweb/index.html
是不是在有些情况下,加上一个前缀要好些?如一个jsp文件调用一个servlet时:
action="/sample/my.showServlet",大家都是怎样写的啊?
|
http://localhost:8080/myweb/index.html