On Apr 16, 2009, at 11:37 AM, Mark Ritchie wrote:

On 16-Apr-09, at 2:14 PM, Mr. Frank Cobia wrote:
I found it in several of the documents on Apple's website. It is basically a warning in every document that deals with deployment, wotaskd or JavaMonitor. I have verified that it is true, because I set the password in JavaMonitor and then I could no longer connect to my app through apache, but when I removed the password I was able to connect again.


Hey Frank!

Yeah, what I was after was an actual link to where you were reading... Google seems to have pointed me to one instance. Sure hope it's where you were looking. :-(

On this page there's a note about direct access to the wotaskd information is blocked when a password is set: http://developer.apple.com/documentation/WebObjects/Deployment/Deploying_Applications/Deployment/Deployment.html

Specifically, it says:
On password-protected sites, you have to use JavaMonitor to view an application host’s configuration.

And while this is true for accessing the full information about the configuration, it's not true about all of it. As I recall, with a password set, you can still see the configuration information if you use the URL as it appears on the WOAdaptorInfo page. After all, that's how the WOAdaptor is getting the information. It should be something like this and yes, you need to use the entire url to gain access when the password is set:

appserver.mydomain.ca:1085/WebObjects/wotaskd.woa/wa/woconfig

For what should be obvious reasons, you must do this from a machine which can connect to the app server. One that is not blocked by say a firewall as is so common in a deployment situation. When I taught the deployment course I used to cover this part in extra detail because it's so useful when there are deployment problems.

You might also be thinking of this (unrelated) section in
/System/Library/WebObjects/Adaptors/Apache2.2/apache.conf

# To enable the WOAdaptorInfo page with restricted access,
# uncomment the next two lines and set the user and password
# To access the WOAdaptorInfo page with restricted access,
# use a URL like: http://webserver/cgi-bin/WebObjects/WOAdaptorInfo?user+password .
# WebObjectsAdminUsername user
# WebObjectsAdminPassword password



Good luck!
Mark
__
Mark Ritchie
Cocoa and WebObjects Developer
Diamond Lake Consulting Inc.
Toronto, Ontario, Canada



_______________________________________________
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/chill%40global-village.net

This email sent to [email protected]

--
Chuck Hill             Senior Consultant / VP Development

Practical WebObjects - for developers who want to increase their overall knowledge of WebObjects or who are trying to solve specific problems.
http://www.global-village.net/products/practical_webobjects






_______________________________________________
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