Le 2011-06-10 à 09:56, James Cicenia a écrit : > when I do that I just get the Request URL could not be found... > > hmmm, that then give me: > > The requested URL /cgi-bin/WebObjects/JewlersPI was not found on this server > > is this an Apache problem or javamonitor?
Apache. That part of the instructions in the wiki: If you want to keep /cgi-bin/WebObjects as the base URL, you will need to remove a line in httpd.conf. Find the line that starts with ScriptAlias /cgi-bin and comment it out, or else Apache will try to find a WebObjects CGI in /cgi-bin instead of loading the adaptor from the Apache module. > On Jun 10, 2011, at 8:37 AM, Pascal Robert wrote: > >> >> Le 2011-06-10 à 09:34, James Cicenia a écrit : >> >>> Hello - >>> >>> Well I thought I had everything finally running and configured. Then >>> I tried to access the app. Nothing. >>> >>> The app is running, the port is open, but when I click any link in >>> javamonitor to run the app I either get a blank screen in firefox or >>> else this message in Safari: >>> >>> Safari can’t open the page “http://50.57.83.209:2001/” because the server >>> unexpectedly dropped the connection. This sometimes occurs when the server >>> is busy. Wait for a few minutes, and then try again. >> >> Port :2001? That's the direct connect port... Did you try >> http://50.57.83.209/cgi-bin/WebObjects/YourAppName.woa instead? >> >>> Any thoughts on where I should look next? >>> >>> Thanks >>> James >>> _______________________________________________ >>> 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/probert%40macti.ca >>> >>> This email sent to [email protected] >> > > _______________________________________________ > 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/probert%40macti.ca > > This email sent to [email protected]
_______________________________________________ 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]
