Changes for page Troubleshooting WOStats

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

From version 10.1
edited by David Avendasora
on 2010/11/30 06:19
Change comment: Migrated to Confluence 5.3
To version 11.1
edited by Yana Oksner
on 2026/01/08 11:45
Change comment: There is no comment for this version

Summary

Details

Page properties
Parent
... ... @@ -1,1 +1,1 @@
1 -Troubleshooting
1 +documentation.Home.Deployment.Troubleshooting.WebHome
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.avendasora
1 +XWiki.yanasd
Content
... ... @@ -2,27 +2,27 @@
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}}
5 +{{code}}
6 6  
7 7  sudo emacs /System/Library/Frameworks/JavaWOExtensions.framework/Resources/WOStatsPage.wo/WOStatsPage.html
8 8  
9 -{{/noformat}}
9 +{{/code}}
10 10  
11 11  Edit this line:
12 12  
13 -{{noformat}}
13 +{{code}}
14 14  
15 15  <webobject name="USERname"></webobject>
16 16  
17 -{{/noformat}}
17 +{{/code}}
18 18  
19 19  to read
20 20  
21 -{{noformat}}
21 +{{code}}
22 22  
23 23  <webobject name="USERNAME"></webobject>
24 24  
25 -{{/noformat}}
25 +{{/code}}
26 26  
27 27  (it is a case issue).
28 28