The Recording Servlet must be enabled before you can use it. You can enable it in one of three ways:
Open the Recording Servlet in the ATG Control Center Component Editor at
/atg/dynamo/servlet/pipeline/RecordingServletand set therecordingproperty totrue.Request the following URL in your administration interface:
http://hostname:port/nucleus/atg/dynamo/servlet/pipeline/RecordingServletSet the
recordingproperty totrue.Add the Recording Servlet to the
initialServicesproperty of the/atg/dynamo/servlet/Initialcomponent, so that the Recording Servlet is added to the Dynamo servlet pipeline automatically each time your server is started:initialServices+=pipeline/RecordingServlet

