|
|
Sun Java System Web Server 7.0 Update 5 Developer's GuideThis guide is a starting point for developers who need information about using the various APIs and programming technologies that are supported by Sun Java System Web Server 7.0. The guide summarizes the APIs, and provides information about configuring your server to work with server-side HTML tags and CGI programs. Related Documents Sun Java System Web Server 7.0 Update 5 Documentation Center Technology OverviewThis chapter summarizes the various APIs and programming technologies supported by Web Server. The following topics are discussed:
Server-Parsed HTML TagsHTML files can contain tags that are executed on the server. In addition to supporting the standard server-side tags, Web Server allows you to embed servlets and define your own server-side tags. This chapter has the following sections:
Using Common Gateway InterfaceCommon Gateway Interface (CGI) programs run on the server and generate a response to return to the requesting client. CGI programs can be written in the C, C++, Java, and Perl languages, and as shell scripts. CGI programs are executed through URL invocation. For information about writing CGI programs, see http://hoohoo.ncsa.uiuc.edu/cgi/overview.html. Sun Java System Web Server 7.0 complies with the CGI specification version 1.1. This chapter has the following sections:
[Back to top] |