that launch the kernel in atg at the start of the server to the top

Hi all

I'm new to atg. Can someone tell me who run the kernel at server startup, because the kernel is initiating all the components of the atg.

Thank you and best regards,

Ashish

Hello

Copy and paste of the ATG Web Commerce Programming Guide:

Kernel running

To use the features of Oracle ATG Commerce of Web platform, a web application must start the kernel by calling NucleusServlet. This servlet does not need to be mapped to this path, but should have the load-on-startup flag value of 1 so it runs before any other part of Oracle ATG Web trade. The Web.XML in atg_bootstrap.war includes the following lines:

NucleusServlet

atg.nucleus.servlet.NucleusServlet

1

The NucleusServlet creates an instance of the kernel and it defines as an attribute of the web application. The core instance can be retrieved using the Nucleus.getGlobalNucleus () method.

Tags: Oracle Applications

Similar Questions

Maybe you are looking for