All Examples 

package examples.servlets.includes

Class Index

about this package

These SSI example show how to use the <#include> tag to include the contents of a file in an HTML page, and how to use the <servlet> tag to embed a servlet in an HTML page.

how to use this package

  1. Copy the contents of this directory to your document root (myserver/public_html)

  2. Start the WebLogic Server.

  3. Use a browser to call each servlet, with a URL that follows the pattern:
      http://WebLogicURL:Port/name.shtml
    where name is the name of the file. For example, here's the URL to test the ServletInclude.shtml file:
      http://localhost:7001/ServletInclude.shtml

there's more . . .

Read more about WebLogic's support of HTTP servlets in the Developers Guide, Using WebLogic HTTP Servlets.