A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Engineering
»
HTML, CSS and JavaScript
Author
what is SSI
vipul patel
Ranch Hand
Joined: Oct 16, 2005
Posts: 146
posted
Jan 05, 2006 05:27:00
0
Hi All,
In my project, I have found a line in one of the jsp page,
<%@ include file="ssi/header1.ssi"%>
here header1.ssi file is having content like menu configuration.
so the question is what is ssi and how do i learn more about it quickly?
thanks all,
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
6
posted
Jan 05, 2006 07:20:00
0
Server Side Include
Eric
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56233
13
I like...
posted
Jan 05, 2006 09:18:00
0
Originally posted by dilip agheda:
<%@ include file="ssi/header1.ssi"%>
Whoever set that up was not following conventions. The ssi convention is conventionally used for "server side includes' using the Apache SSI mechanism. This statement, however, is a
JSP
include
so the file type should be .jspf rather than .ssi.
[
Smart Questions
] [
JSP FAQ
] [
Books by Bear
] [
Bear's FrontMan
] [
About Bear
]
I agree. Here's the link:
http://ej-technologies/jprofiler
- if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
subject: what is SSI
Similar Threads
Limitation on File
SSI in WebSphere Studio Application Developer
SSINCLUDE / .SHTML
include html in another html
Tomcat and SSI
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter