unable to get the Glassbox work with Websphere 6.1 , Was able to deploy the war file .did set the following properties , It always gives me error Application Server Startup Required Parameter -Dglassbox.install.dir Error
set GLASSBOX_BIN_DIR=D:\IBM\WebSphere\AppServer\profiles\AppSrv01\config\bin
set GLASSBOX_LIB_DIR=D:\IBM\WebSphere\AppServer\profiles\AppSrv01\config\lib
set GLASSBOX_HOME=D:\IBM\WebSphere\AppServer\profiles\AppSrv01\config\lib\glassbox
set JAVA_OPTIONS=%JAVA_OPTIONS% "-javaagent:%GLASSBOX_LIB_DIR%\aspectjweaver.jar" "-Dglassbox.install.dir=%GLASSBOX_HOME%"
How are you verifying that the parameters in your script are picked up by WebSphere? I know that there are multiple ways to configure it, but most Glassbox users are configuring WebSphere by setting JVM arguments in the admin console, so that's a route I'd try.