Hi,

I am a newbie and trying to play around with HTTPS with tips from Practical WebObjects and Joshua Marker's WebObjects for Mac OS X.  After having some issues, I decided to run the application in "deployment" mode to see if that was my problem.

I tried to switch my Xcode settings to run my WOApp (it now even a new simple Hello World Application).

I added the following launch arguments
-DWODirectConnectEnabled=false
-DWOHost=127.0.0.1

The resulting URL is :  http://127.0.0.1/cgi-bin/WebObjects/TestApp.woa/-49303, and I get "The requested application was not found on this server." message.

When I switch my launch arguments to :
-DWOHost=127.0.0.1

The resulting URL is : http://127.0.0.1:49309/cgi-bin/WebObjects/TestApp.woa and I get the expected "Hello World" on my Main page.

Can someone help?   I would like to understand what this means.  

Background:

I did create an OpenSSL certificate and changed the httpd.conf file for Apache to allow for SSL.  But even when I revert back to the original httpd.conf, I still get the above symptom.  Reinstalling WO 5.2.4 did not remedy the problem.  I am on Mac OS X 10.4.3 using Xcode 2.0.

Thanks

Kev

 _______________________________________________
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