当前位置: 技术问答>java相关
html 与Shtml 有甚麽不同?
来源: 互联网 发布时间:2015-11-01
本文导语: 我用Servlet 时,用他的Server-Side Includes 技术。 这个技术有两点: 1。有一个特殊的Servlet类。 2。保存为特殊的扩展名。如shtml。 我有Servlet类。将他保存为shtml时,并不能识别Servlet。我想运行shtml有一定要求吧 请高手指点。...
我用Servlet 时,用他的Server-Side Includes 技术。
这个技术有两点:
1。有一个特殊的Servlet类。
2。保存为特殊的扩展名。如shtml。
我有Servlet类。将他保存为shtml时,并不能识别Servlet。我想运行shtml有一定要求吧
请高手指点。
谢谢!!!
|
Question
How do I request a "server-side" include?
Answer
You can get your web server to insert the contents of one file into another by putting the following into your HTML page:
You will also need to rename your original file to have an extension recognized by your web server as one that uses server-side includes. "*.SHTML" is the usual way this is designated.
也就是说 .shtml 的文件就是使用了 “server side include”技术的动态生成的 html 文件。
具体用法查一下文档吧。
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/ssi-howto.html
http://java.sun.com/products/servlet/whitepaper.html
How do I request a "server-side" include?
Answer
You can get your web server to insert the contents of one file into another by putting the following into your HTML page:
You will also need to rename your original file to have an extension recognized by your web server as one that uses server-side includes. "*.SHTML" is the usual way this is designated.
也就是说 .shtml 的文件就是使用了 “server side include”技术的动态生成的 html 文件。
具体用法查一下文档吧。
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/ssi-howto.html
http://java.sun.com/products/servlet/whitepaper.html
|
仍然需要环境支持
|
shtml文件可以在页面上直接运行perl脚本的cgi程序,同时需要apache的SSI支持。
扩展名为shtml和 html.ssi的文件 载入是 将读取htm文件的ssi信息 否则忽略文件ssi信息
扩展名为shtml和 html.ssi的文件 载入是 将读取htm文件的ssi信息 否则忽略文件ssi信息
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。