You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2006/08/27 05:27:08 UTC

svn commit: r437293 - /geronimo/server/trunk/BUILDING.txt

Author: jdillon
Date: Sat Aug 26 20:27:08 2006
New Revision: 437293

URL: http://svn.apache.org/viewvc?rev=437293&view=rev
Log:
Added tail -f to example

Modified:
    geronimo/server/trunk/BUILDING.txt

Modified: geronimo/server/trunk/BUILDING.txt
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/BUILDING.txt?rev=437293&r1=437292&r2=437293&view=diff
==============================================================================
--- geronimo/server/trunk/BUILDING.txt (original)
+++ geronimo/server/trunk/BUILDING.txt Sat Aug 26 20:27:08 2006
@@ -32,7 +32,7 @@
 which you can unpack and startup, as in:
 
     gunzip -c assemblies/geronimo-jetty-j2ee/target/geronimo-jetty-j2ee*-bin.tar.gz | tar xf -
-    ./geronimo-jetty-j2ee*/bin/startup.sh
+    ./geronimo-jetty-j2ee*/bin/startup.sh && tail -f ./geronimo-jetty-j2ee*/var/log/geronimo.out
     ...
     ./geronimo-jetty-j2ee*/bin/shutdown.sh