- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
java web 中相对路径绝对路径问题总结(Summary of relative path absolute path problem in Java Web)
java web 中相对路径绝对路径问题总结(Summary of relative path absolute path problem in Java Web)
1. basic concept understanding
The absolute path: the absolute path is your home page of the file or directory on the hard disk of the real path (URL and physical path for example):
The C:\xyz\test.txt represents the absolute path to the test.txt file. Http:///index.htm also represents a
URL absolute path.
Relative path: path relative to a reference directory. The relative path contains Web (relative directory HTML), for example:
Servlet, on behalf of the Web application directory. The relative representation and physical path. For example: / represents the current directory,
/ represents the parent directory. This is similar to that of belonging to the relative path.
In addition to URI, URL, URN etc., please refer to the RFC documentation standards.
RFC 2396: Uniform Resource Identifiers (URI): Generic Syntax,
(/rfc/rfc2396.txt)
2. JSP/Servlet on the relative and absolute paths.
2.1 server address
Relative address server refers to the relative to your web application address, this address is in the server analysis
(they are relative address, different from that of HTML and Javascript in the client browser resolution that is at this time)
Relative address in JSP and servlet should be relative to your web application, which is relative to /webapp/.
It is used in place:
Forward:servlet request.getRequestDispatcher (address); this is address
In the server analyze, so you should write to forward to a.jsp:
Request.getRequestDispatcher (/user/a.jsp) the relative to the current application of webapp / web,
The absolute address is: /webapp/user/a.jsp.
SendRedirect: %response.sendRedirect JSP (/rtccp/user/a.jsp);%
2.22, the address of the client
The relative address of all HTML pages are relative to the root directory server (/),
Not (with the Web application directory directory) /webapp/.
The action property in the Html form form of address should be relative to the root directory server (/)
您可能关注的文档
- gps卫星预报星历的适用性(Applicability of GPS satellite prediction ephemeris).doc
- gmat考试语法中的相对正确性例题示范及解析(Demonstration and analysis of relative correctness in GMAT test grammar).doc
- gps词汇英汉对照(GPS vocabulary English Chinese comparison).doc
- grads画台风路径(Grads draw typhoon tracks).doc
- grep例子(Grep example).doc
- grep命令详解(Grep command detailed).doc
- gps的应用(Application of GPS).doc
- grep命令的用法(The use of the grep command).doc
- gridview实现多列排序,并显示图标(GridView achieve multiple column sorting, and display icons).doc
- grid 100条细节和心得体会(Grid 100 details and experience).doc
- java web 路径(java web 路径).doc
- java 读写 文件(Java read and write files).doc
- it运维安全管理与综合审计系统应用(Application of security management and integrated audit system in it operation and maintenance).doc
- java3d函数说明整理(Java3d function description collation).doc
- javascriptex(javascriptex).doc
- javascript表单验证控制代码大全(JavaScript forms validation control code Daquan).doc
- javascript正则表达式大全(JavaScript regular expression Daquan).doc
- javascript验证数字,中文,小写、大写字母,ip(JavaScript verify numbers, Chinese, lowercase and uppercase letters, IP).doc
- javascript绘图函数(javascript绘图函数).doc
- jar文件名称和图标修改方法详细步骤(Jar file name and icon modification method detailed steps).doc
最近下载
- 2025届安徽省A10联盟高三上学期开学考-英语试题(含答案).docx VIP
- 周围神经损伤的护理.pptx VIP
- 设计院电气专业面试常见问题汇总与标准答案.pdf VIP
- 2021年福建省福州一中自主招生数学试卷.pdf VIP
- 化学-安徽省1号卷A10联盟2025届高三上学期8月开学摸底考试试题和答案.docx VIP
- 安徽省A10联盟2025届高三上学期8月开学摸底考试生物试卷(含答案).docx VIP
- 2025年营养与膳食.pptx VIP
- 安徽省A10联盟2025届高三上学期8月开学摸底考试地理试卷(含答案).pdf VIP
- 中国通史16.ppt VIP
- 车租赁代驾合同.doc VIP
文档评论(0)