The ATG setup program adds a protocol.jar file to the WebLogic domain directory you specified during the installation process. Before you start WebLogic, open the <WLdir>\user_projects\domains\your_domain\startWebLogic.{cmd|sh} file and add the protocol.jar path to the beginning of the CLASSPATH variable. For example:

set CLASSPATH=C:\WebLogic\user_projects\domains\mydomain\protocol.jar;
%WEBLOGIC_CLASSPATH%;%POINTBASE_CLASSPATH%;%JAVA_HOME%\jre\lib\rt.jar;
%WL_HOME%\server\lib\webservices.jar;%CLASSPATH%

Note that you should not move this file into the lib directory for your domain, nor should you include it in the lib for your Nucleus-based application. It should be in the CLASSPATH for the application server.

 
loading table of contents...