Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What is Server-Side Includes (SSI)?
#1
Server-Side Includes allows embedding servlets within HTML pages using a special servlet tag. In many servlets that support servlets, a page can be processed by the server to include output from servlets at certain points inside the HTML page. This is accomplished using a special internal SSINCLUDE, which processes the servlet tags. SSINCLUDE servlet will be invoked whenever a file with an. shtml extension is requested. So HTML files that include server-side includes must be stored with an . shtml extension.
Reply


Possibly Related Threads...
Thread Author Replies Views Last Post
  FTP server RH-Calvin 0 1,326 08-04-2020, 07:47 PM
Last Post: RH-Calvin
  The Apache Web Server beingchinmay 0 2,438 01-04-2016, 11:52 AM
Last Post: beingchinmay

Forum Jump:


Users browsing this thread: 1 Guest(s)