Configuring Optimizeit 6.0 to work with Dynamo 6.4

December 16th, 2005

I wanted to profile an ATG Dynamo 6.4 app, so I down loaded a 10 day trial version of Optimizeit 6.0, but it only came with instructions for configuring ATG Dynamo 4.5.

So here are the instructions for configuring Optimizeit with ATG Dynamo 6.4

1. When Optimizeit first starts it will ask you for the path to the JVM you want to use. I set it to the Dynamo jvm C:\ATG\DAS6.3.0\DAS\os_specific_files\i486-unknown-win32\jre\bin\java.exe

2. In my C:\ATG\ATG6.4.0\home\localconfig I edited the PostEnvironment.bat file added/edited the following lines:

set OPTIT_HOME=C:\\Optimizeit\\OptimizeitEntSuite60
set CLASSPATH=%OPTIT_HOME%\lib\optit.jar;
%OPTIT_HOME%\\lib\\flexlm.jar;%CLASSPATH%
set PATH=%PATH%;%OPTIT_HOME%\\lib;
SET JAVAPARAMETERS=%JAVAPARAMETERS% -Xrunpri:directi=f
-Xnoclassgc -Djava.compiler=NONE -Xbootclasspath/a:
"%OPTIT_HOME%\\lib\\oibcp.jar"
set JAVA_ARGS=%JAVA_ARGS% %JAVAPARAMETERS%

3. Then I made the following chang to In my C:\ATG\ATG6.4.0\home\bin\startDynamo.bat

%JAVA_VM% %JAVA_ARGS% %SECURITY_ARGS%
%DYN_EXTRA_ARGS% intuitive.audit.GenericAudit
atg.applauncher.dynamo.DynamoServerLauncher
%DYNAMO_MODULES% %CONFIGPATH% -shellrestart %LOGARGUMENT%

Technorati Tags: , , , , ,

Leave a Comment