Changes for page Troubleshooting WOStats

Last modified by Yana Oksner on 2026/01/08 11:45

From version 3.1
edited by Pascal Robert
on 2007/09/03 21:53
Change comment: There is no comment for this version
To version 2.1
edited by smmccraw
on 2007/07/08 09:45
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.probert
1 +XWiki.smmccraw
Content
... ... @@ -1,37 +1,35 @@
1 -=== Chuck Hill ===
1 +=== Chuck Hill ===
2 2  
3 3  There is a typo //in WebObjects 5.3// that prevents the login from being displayed. To fix:
4 4  
5 -{{noformat}}
6 -
7 7  sudo emacs /System/Library/Frameworks/JavaWOExtensions.framework/Resources/WOStatsPage.wo/WOStatsPage.html
8 8  
9 -{{/noformat}}
10 -
11 11  Edit this line:
12 12  
13 -{{noformat}}
9 +{{panel}}
14 14  
15 -<webobject name="USERname"></webobject>
11 + <webobject name="USERname"></webobject>
16 16  
17 -{{/noformat}}
13 +{{/panel}}
18 18  
19 19  to read
20 20  
21 -{{noformat}}
17 +{{panel}}
22 22  
23 -<webobject name="USERNAME"></webobject>
19 + <webobject name="USERNAME"></webobject>
24 24  
25 -{{/noformat}}
21 +{{/panel}}
26 26  
27 27  (it is a case issue).
28 28  
29 29  Also, don't forget to set a password when launching, e.g.
30 30  
31 -{{noformat}}
27 +{{panel}}
32 32  
33 --WOStatisticsPassword foo
29 + -WOStatisticsPassword foo
34 34  
35 -{{/noformat}}
31 +{{/panel}}
36 36  
37 37  If you don't do this there is no password and access is disabled entirely.
34 +
35 +Category:WebObjects