Mike, thanks for your continued valuable input to the WebObjects community.
I'm now trying to get my development machine working again after upgrading to Leopard. I've done everything in your "What-I-Did" epistle (except for JavaMonitor), and I'm nearly there.
- Apache is running, serving the virtual sites I previously had set up, and mod_rewrite is working;
- wotaskd is running, or at least it says so when I try to run it again;
- Eclipse is working, building and debugging WO 5.3 applications in direct-connect mode
However, when I try to connect to Eclipse with the usual deployment-mode .../cgi-bin/WebObjects/MyApp.woa/-7777/wa/... I get the dreaded
The requested application was not found on this server.
In the past, this was a sign that wotaskd was not running. And I can't connect to it at localhost:1085 with a web browser or telnet, but when I try to launch it manually I get:
$ launchctl load /Library/LaunchDaemons/com.apple.webobjects.wotaskd.plist com.apple.webobjects.wotaskd: Already loaded
$ ps auxw | grep java _appserver 13546 98.4 2.1 396792 43500 ?? Rs 5:32pm 0:01.57 /usr/bin/java -XX:NewSize=2m -Xmx64m -Xms32m -DWORootDirectory=/System -DWOLocalRootDirectory= -DWOUserDirectory=/ -DWOEnvClassPath= -DWOApplicationClass=Application -DWOPlatform=MacOS -Dcom.webobjects.pid=13546 -Dcom.sun.management.jmxremote=false -classpath WOBootstrap.jar com.webobjects._bootstrap.WOBootstrap -WOPort 1085
So, has anybody succeeded in running Eclipse/WOLips applications in deployment mode?
Regards Thomas
On 29/10/2007, at 6:23 AM, Mike Schrag wrote: There are lots of other ways to address many of the steps I list here, and Apple now recommends that you use the jar versions of their frameworks instead of the .framework versions which I use, but I didn't want to rock the boat just yet -- this procedure I'm writing is all about getting things as close to "normal" again before we start doing other craziness over the next few days. This is basically the "how do I just get back to things working again" tutorial.
Note, I did an upgrade install, so things may be a little different if you did a fresh install, but I suspect it would only be less things you have to do.
This email sent to email@hidden
|