For ATG Applicaions you need to have the Following j2ee project Structure.
Go to modules>j2ee-apps>modules.war>WEB-INF>Web.xml and paste the Below Context param in to it.
<context-param>
<param-name>atg.assembler</param-name>
<param-value>true</param-value>
</context-param>
Once You added the above line then for your application Endeca Assembler is enabled .If you have not added to your application then when you are hitting for
the Endeca request, it will not forward the content to the Endeca.
Note: its not mandatory to add the Particular snippet to your endeca module, instead you can add in any one of the module of the application that has web.xml
in it.
No comments:
Write comments