Programming__WebObjects-Web Applications-Deployment-WOStats

Version 1.1 by smmccraw on 2007/07/08 09:45

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.

Category:WebObjects