Hi Paul, Am 31.01.2009 um 11:29 schrieb Paul Hoadley:
Hello,I'm deploying a Wonder ERXApplication under JavaMonitor for the first time. (I have several non-Wonder apps running under the same setup, so for what that's worth, the deployment machine is known- good.)If I run the app from the command line, I get this in the log: Your application's URL is: http://[host]:46670/cgi-bin/WebObjects/AM.woa
that is a direct connect URL. You access your app directly at port 46670.
where [host] is some non-local hostname. To me, this looks like deployment mode, and I can access the app at that URL.If I fire up an instance of the exact same app using JavaMonitor, I get this in the log:Jan 31 05:15:09 AM[2001] DEBUG NSLog - The URL for webserver connect is:http://[host]/cgi-bin/WebObjects/AM.woa/-2001
This is a non direct connect URL. By using "http" your browser assumes port 80 automatically thus going to apache. The part "-2001" tells your adaptor to direct your request to a specific instance instead of a randomly selected one (if you have more than one instance configured).
So I would say everything is fine :-) jw
Now that looks like development mode (and the adaptor logs this: Debug: <WebObjects Apache Module> translate - DECLINED: /Apps/ WebObjects/AM.woa/-2001). Am I right? I've got:er.extensions.ERXApplication.developmentMode=falsein Properties, and I have started it with and without - WODirectConnectEnabled=false in JavaMonitor. Does anyone know what's going on here? I'm _assuming_ it's something Wonder-related that I've overlooked, since non-Wonder apps are deploying just fine, but obviously I could be wrong.-- Paul. w http://logicsquad.net/ h http://paul.hoadley.name/
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-deploy mailing list (Webobjects-deploy@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-deploy/archive%40mail-archive.com This email sent to arch...@mail-archive.com