To customize the Web application, first unjar <ATG2007.3dir>/Service2007.3/Service/
Agent/j2ee-apps/Agent.ear
into a directory called Agent-ear. Then unjar the file Agent.war into a directory called Agent-war in the Agent-ear directory.

This directory contains the entire ATG Knowledge Web application. The content of the application is broken up into the following directories:

Directory

Description

./

Top level pages of the application including the login page, the home page, and the error pages. This directory also contains several Java Server Pages (JSPs) used for definition of structural components of the application.

include/

JSP fragments used as part of other pages

include/capture/

JSP fragments used on the capture tab

include/constraints/

JSP fragments used as search constraints

panels/

Contains all JSPs that render panels in the application

css/

All CSS files used in the application. framework.jsp is the main application style sheet while editor.jsp contains styles for the editor component

script/

All JavaScript files used by the application

script/editor/

JavaScript files for the editor component

script/popup/

JavaScript files used for popup dialogs

image/

All images used in the application

image/tab/

Tabs

image/calendar/

Images used in the calendar

image/nav/

Images used as navigation aids in the application

image/bg/

Images used as backgrounds for regions of the application

image/icons/

Icons for the application

WEB-INF/classes/atg/svc/agent/
WebAppResources.properties

The initial resource bundle of the application. You can modify this file to make textual changes to the application. It can also be translated to provide localization of the application.

There are also several key files that you need to modify to accommodate changes or additions to the application. These include the following:

 
loading table of contents...