Changes for page Troubleshooting WOStats

Last modified by David Avendasora on 2010/11/30 06:19

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

Summary

Details

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