< WebObjects < Web Applications < Deployment

Chuck Hill

There is a typo in WebObjects 5.3 that prevents the login from being displayed. To fix:

sudo emacs /System/Library/Frameworks/JavaWOExtensions.framework/Resources/WOStatsPage.wo/WOStatsPage.html

Edit this line:

 <webobject name="USERname"></webobject>

to read

 <webobject name="USERNAME"></webobject>

(it is a case issue).

Also, don't forget to set a password when launching, e.g.

 -WOStatisticsPassword foo

If you don't do this there is no password and access is disabled entirely.

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.