CA Deployment Debugging Components tips
Assuming you are a NoVice,setting up your Target sites and Agent for Deployment will not be an easy task,you might be encountering different issues during this process,it would really going to help,if you turn on debugging during deployment.
This can be done by setting the property loggingDebug= true
This can be done by setting the property loggingDebug= true
in the following components.
/atg/epub/DeploymentServer on CA Server
/atg/epub/DeploymentServer on CA Server
/atg/epub/DeploymentAgent on Target site(Staging or
Production,depends upon your configuration).
/atg/deployment/DeploymentManager(Enable loggingthreadDebug too)
/atg/commerce/catalog/ProductCatalog_production or
/atg/commerce/catalog/ProductCatalog_staging/
Also check the switching configurations.
You can now look into your Weblogic Console or the log files
to Debug errors.
Production,depends upon your configuration).
/atg/deployment/DeploymentManager(Enable loggingthreadDebug too)
/atg/commerce/catalog/ProductCatalog_production or
/atg/commerce/catalog/ProductCatalog_staging/
Also check the switching configurations.
You can now look into your Weblogic Console or the log files
to Debug errors.
Comments
Post a Comment