Index: win_installer/updater/documents/readme.txt =================================================================== diff -u -r7eaf2968347cc9d9f980c7f52615f9de4b341297 -rbfe1a274daf334cb85d8e721c7bf52899a3bf448 --- win_installer/updater/documents/readme.txt (.../readme.txt) (revision 7eaf2968347cc9d9f980c7f52615f9de4b341297) +++ win_installer/updater/documents/readme.txt (.../readme.txt) (revision bfe1a274daf334cb85d8e721c7bf52899a3bf448) @@ -8,7 +8,13 @@ for more information. +NOTE TO SYSADMINS: If you are doing an upgrade and your users report problems in +authoring, they may need to clear their browser cache. If you have a user see +the message "Unknown toolbar item "UniversalKey" or if the user is sees the +message "Congratulations, your content saved successfully!" but the close button +doesn't work, then please tell them to clear their cache. + 1. Startup and Shutdown ======================= To use LAMS 2, first make sure it is started - use the 'Start LAMS' shortcut @@ -21,24 +27,30 @@ To stop LAMS 2, use the 'Stop LAMS' shortcut in the LAMSv2 Start Menu folder. +Note to System Administrators: + 2. Server Configuration ======================= For single user installations (i.e., personal use on your own desktop), please ignore this section. For server deployments, you will probably want to configure the default JVM -memory settings for your server. In C:\lams\jboss-4.0.2\bin\run.bat (or -wherever you installed LAMS 2), find the line near the bottom that says +memory settings for your server. In C:\lams\jboss-4.0.2\conf\wrapper.conf (or +wherever you installed LAMS 2), find the lines that say - set JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx512m - + # Initial Java Heap Size (in MB) + wrapper.java.initmemory=256 + + # Maximum Java Heap Size (in MB) + wrapper.java.maxmemory=512 + and adjust the minimum and maximum amount of memory allocated there. We also recommend increasing the -XX:MaxPermSize option if you have more than -a couple of users. e.g. +a couple of users. You can do that by adding this line underneath. - set JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx512m -XX:MaxPermSize=128m + wrapper.java.additional.2=-XX:MaxPermSize=256m For Sun JDK versions before 1.5.0_07, the default is 64m. If your Sun JDK version is 1.5.0_07 or later, the default is 256m. @@ -50,6 +62,11 @@ http://wiki.lamsfoundation.org/display/lamsdocs/Windows+Installer+Help +Backing up LAMS and reverting LAMS + + http://wiki.lamsfoundation.org/display/lamsdocs/Revert+To+Windows+Backup + http://wiki.lamsfoundation.org/display/lamsdocs/Revert+To+Other+Backup + LAMS 2 developer-oriented information http://wiki.lamsfoundation.org/display/lams