Am 27.08.2011 um 14:35 schrieb Stéphan Mertz: > I could declare hosts, applications and instances but I could not connect to > an instance with a 'Application does not exist' error.
Does the web server know the ip addresses of the app servers host names? We had a problem when the admin forgot to tell the web server that app1 is 100.100.100.100. > I had more success by removing woatskd and javamonitor from the http server. They do not belong there anyway. > I suspect a bad settings for WebObjectsConfig in Apache conf, but the > documentation is not clear for that. You tell the web server to look for wotaskds like this: WebObjectsConfig http://10.0.101.101:1085,http://10.0.101.102:1085,http://10.0.101.103:1085 10 And give it a password so that you can have a look what the web server sees: WebObjectsAdminUsername myusername WebObjectsAdminPassword mypassword Then have a look: http://yourwebserver/cgi-bin/WebObjects/WOAdaptorInfo?myusername+mypassword > It's also not clear if the WOConfig.xml is needed in this config. I never use > it in a single server deployment. Ignore it. atze _______________________________________________ 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]
