[jboss-svn-commits] JBL Code SVN: r26766 - labs/jbosstm/workspace/resttx/demo.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu May 28 10:54:56 EDT 2009


Author: mmusgrov
Date: 2009-05-28 10:54:56 -0400 (Thu, 28 May 2009)
New Revision: 26766

Modified:
   labs/jbosstm/workspace/resttx/demo/go
Log:
doc update

Modified: labs/jbosstm/workspace/resttx/demo/go
===================================================================
--- labs/jbosstm/workspace/resttx/demo/go	2009-05-28 14:20:21 UTC (rev 26765)
+++ labs/jbosstm/workspace/resttx/demo/go	2009-05-28 14:54:56 UTC (rev 26766)
@@ -1,8 +1,9 @@
 #!/bin/bash
 
-#Don't forget to build the GWT server side (using ant compile)
-#Make sure build.xml points to the correct GWT location
-#Everything else build automatically on demand
+# when starting GWT in hosted mode if you get an error like:
+# Can't load IA 32-bit .so on a IA 32-bit platform then you need to install the C++
+# compatability suite
+# yum install libstdc++.so.5
 
 (cd ../webservice; xterm -geom 132x40 -leftbar -sb -sl 2000 -title Coordinator -e ./go&)
 (cd ..; xterm -geom 132x40 -leftbar -sb -sl 2000 -title RecoveryManager -e ./recovery&)




More information about the jboss-svn-commits mailing list