
113
Chapter 3
Server-Parsed HTML Tags
HTML files can contain tags that are executed on the server. In addition to
supporting the standard server-side tags, Netscape Enterprise Server 6.1 allows
you to embed servlets and define your own server-side tags.
This chapter has the following sections:
• Using Server-Side HTML Commands
•EmbeddingServlets
• Defining Customized Server-Parsed HTML Tags
When you activate parsing, you need to be sure that the following directives are
added to your
magnus.conf file (note that native threads are turned off):
NOTE The server parses server-side tags only if server-side parsing has
been activated. Use the Parse HTML page in the Content
Management tab of the ClassManagerinterface toenableor disable
the parsing of server-side tags. (To display the Class Manager,
select the Manage Classes page on the Virtual Server Class tab in
the Server Manager, select a class from the list, then select the
Manage button.)
Init funcs="shtml_init,shtml_send"
shlib="install_dir/bin/https/bin/Shtml.dll" NativeThreads="no"
fn="load-modules"
Comentarios a estos manuales