[Laszlo-checkins] r11956 - openlaszlo/trunk/docs/src/deployers

lou@openlaszlo.org lou at openlaszlo.org
Tue Dec 2 05:41:12 PST 2008


Author: lou
Date: 2008-12-02 05:40:49 -0800 (Tue, 02 Dec 2008)
New Revision: 11956

Modified:
   openlaszlo/trunk/docs/src/deployers/deployers-guide.dbk
   openlaszlo/trunk/docs/src/deployers/logging.dbk
Log:
Change 20081202-lou-C by lou at loumac.local on 2008-12-02 09:35:44 AST
    in /Users/lou/src/svn/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: remove lps server admin app from dguide, laszlo in 10

Bugs Fixed: LPP-7390

Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)

Details: remove two brief mentions of the lps server admin app from the admin guide. No changes were needed for the dguide or laszlo in 10
    
Tests: visual verify



Modified: openlaszlo/trunk/docs/src/deployers/deployers-guide.dbk
===================================================================
--- openlaszlo/trunk/docs/src/deployers/deployers-guide.dbk	2008-12-02 13:40:10 UTC (rev 11955)
+++ openlaszlo/trunk/docs/src/deployers/deployers-guide.dbk	2008-12-02 13:40:49 UTC (rev 11956)
@@ -835,11 +835,8 @@
 <para/></section></section><section id="deployers-guide.monitoring"><title>Monitoring OpenLaszlo Server activity</title>
 <para>You can monitor OpenLaszlo Server activity by looking at the log file.  You can
 examine the log file directly on the server (see <link linkend="deployers-guide.logfile">above</link>
-for locating the log file).  Or you can use the simple administrator's console
-that comes with OpenLaszlo Server at
-<literal>http://$host:$port/$webapp/lps/admin/console.lzx</literal>.</para>
-<para>(If the administrative password has been configured in the <literal>lps.properties</literal>
-file, then you will need this password to use the console.)</para>
+for locating the log file).</para>
+
 <para>
 See also the next section on server <link linkend="deployers-guide.lpsstatistics">statistics</link>.
 </para>

Modified: openlaszlo/trunk/docs/src/deployers/logging.dbk
===================================================================
--- openlaszlo/trunk/docs/src/deployers/logging.dbk	2008-12-02 13:40:10 UTC (rev 11955)
+++ openlaszlo/trunk/docs/src/deployers/logging.dbk	2008-12-02 13:40:49 UTC (rev 11956)
@@ -149,17 +149,9 @@
 you may see interactions between the container and LPS logging depending on how the Log4j appenders
 are configured for the LPS.
 </para>
-<para/></section></section><section><title>Using the LPS administrative console</title>
-<para>
-The Administrative console will display the current Log4j configuration
-in XML.  You can edit the configuration live in the console and press 'Update'
-to change the logging configuration w/out restarting the server.  If you'd like
-these configuration changes to persist accross server restarts, you can select the
-<emphasis role="i">save</emphasis> checkbox and the settings will be saved to <literal>$LPS_HOME/WEB-INF/lps/log4j.xml</literal>.
-</para>
+<para/></section></section>
+  <section><title>Logging from within LZX</title>
 
-<para/></section><section><title>Logging from within LZX</title>
-
 <para>
 You can log events from your application to the server quite simply.   There are
 three steps.</para>



More information about the Laszlo-checkins mailing list