As discussed in the Nucleus-Based Application Structures section of the Developing and Assembling Nucleus-Based Applications chapter, each EAR file assembled by the runAssembler command includes a Web application named atg_bootstrap.war. This module’s web.xml file includes the tags necessary to configure the application to run an instance of Nucleus. This Nucleus instance is then available to any other Web applications in the EAR file.

In addition to atg_bootstrap.war, the EAR file typically includes one or more Web applications that actually run your site. For example, the QuincyFunds.ear file includes a Web application named quincy.war that runs the demo site. This application uses Nucleus components that implement ATG’s personalization features and are accessed in the application’s JSPs through the DSP tag libraries (described in the ATG Page Developer's Guide).

This chapter describes how you can access Nucleus in Web applications by adding the necessary entries to the Web application’s web.xml deployment descriptor. For general information about web.xml files, see the J2EE specifications.

This chapter discusses the following topics:

 
loading table of contents...