Hello, We've been trying to attach OptimizeIt 4.0 to Orion (1.52) without luck. We got NetBeans and Forte connected just fine but when connecting with OptimizeIt to the JPDA socket the connection is terminated immeaditely. There was a section in the OptimizeIt manual about this and it told to give the optimizeit servlets full access to the codebase but we couldn't figure out how this is done in Orion. Does anyone have any experience in doing this? Help would be appreciated. I attached the script we use to start orion in debug mode. --------- #!/bin/sh LD_LIBRARY_PATH=/usr/local/OptimizeIt/lib:/usr/java/jdk1.3.1/lib/i386:$LD_LIBRARY_PATH export LD_LIBRARY_PATH CLASSPATH=/usr/local/OptimizeIt/lib/optit.jar:./orion.jar:./ejb.jar:./jndi.jar:./tools.jar:$CLASSPATH export CLASSPATH java -classic -Xrunoii -Xnoclassgc -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000 -Djava.compiler=NONE -DOPTITDIR="/usr/local/OptimizeIt" -jar orion.jar -------- Joonas Makkonen
