If you choose to keep ATG Self Service as a separate J2EE application, you will need to add the ATG Self Service context-root /service to the contextPaths parameter of your J2EE application. In the web.xml file of your application, you will need to add /service. For example:

<context-param>
   <param-name>atg.dynamo.contextPaths</param-name>
   <param-value>/QuincyFunds:/service</param-value>
</context-param>
Using Frames

If you are incorporating ATG Self Service pages into an existing J2EE application using frames, there are no modifications that you will need to make if ATG Self Service is in its own frame. You only need a line similar to the following:

<frame src="/service/main.jsp" name="ss" id="ss">
 
loading table of contents...