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
http://lists.apple.com/archives/Webobjects-dev/2006/Apr/msg00153.html

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:
http://kieranbook.local/cgi-bin/WebObjects/cheetah.woa/-52040

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






 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to