Hi, I'm trying to get the recording and playback working on my dev machine and no success.
Well, step 1 is get WORecording working and this does not work..... recent posts seem to indicate it should still be a functional product
I have added the WORecordingPath arg to the active executable in XCode and I am launching from there. The specified directory in the path has mode 777 so everyone has write access. But upon launching and fiddling with the app, logging in/out, etc. nothing happens at the recording path ...... no files created........
Here is my app launch command, as shown in XCode Run Log: Launching cheetah.woa ... java -XX:NewSize=2m -Xmx64m -Xms32m -DWORootDirectory="/System" -DWOLocalRootDirectory="" -DWOUserDirectory="/Users/kieran/Roots/Development" -DWOEnvClassPath="" -DWOApplicationClass=Application -DWOPlatform=MacOS -Dcom.webobjects.pid=6586 -DWODirectConnectEnabled=false -DWOPort=52040 -DWOAutoOpenInBrowser=false -DWOHost=kieranbook.local -Xms128Mb -Xmx256Mb -Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n -DWOWorkerThreadCountMin=2 -DWOWorkerThreadCount=2 -classpath WOBootstrap.jar com.webobjects._bootstrap.WOBootstrap -DWODirectConnectEnabled=false -DWOPort=52040 -DWOAutoOpenInBrowser=false -DWOHost=kieranbook.local -DWOWorkerThreadCountMin=2 -DWOWorkerThreadCount=2 -WOHost=kieran.local -WORecordingPath=/tmp/wotests/tape1 appRoot is /Users/kieran/Roots/Development/cheetah.woa/Contents
Any suggestions as to how to get this working? I am accessing thru apache using an initial URL on my local machine of:
Dev Config = OS X 10.4.8 Intel / Java 1.4.2_09 / WO 5.3.2 & P. Wonder / XCode v2.4.1 Thanks, Kieran
|