Hi,
on a "client" OS X, wotaskd isn't started by default on startup.
You need to edit:
/System/Library/StartupItems/WebObjects/WebObjects
and uncomment:
"$WOSERVICE" -appPath "$WOTASKD" >/var/log/webobjects.log 2>&1 &

you don't need to uncomment the other lines, you don't need JavaMonitor on a development machine;)

Then you should either start wotaskd, but I'm not sure it would work:
SystemStarter start WebObjects

or simply reboot your computer.

On last thing, don't change your network configuration while a WOApp is running, it usually break wotaskd...

I think that's all you need to do

Xavier



Hi,

If i start my small test application on my development machine i get the
following error:

The requested application was not found on this server.

I have disabled direct connection (- DWODirectConnectEnabled=false), so the
requests to my application have to be forwarded by apache.

I think the connection between apache and WebObjects is faulty. But i don't
know what to do.

I have the following configuration:

- Mac OS X  10.4.6
- Java 5
- WebObjects 5.3
- Xcode 2.2.1
- Apache 1.3.33


Thanks in advance

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

This email sent to [EMAIL PROTECTED]


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

This email sent to archive@mail-archive.com

Reply via email to