[weld-commits] Weld SVN: r4905 - in examples/trunk/jsf: permalink and 1 other directory.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Mon Nov 9 18:06:26 EST 2009


Author: pete.muir at jboss.org
Date: 2009-11-09 18:06:25 -0500 (Mon, 09 Nov 2009)
New Revision: 4905

Modified:
   examples/trunk/jsf/numberguess/readme.txt
   examples/trunk/jsf/permalink/readme.txt
Log:
remove embedded stuff, it's flaky

Modified: examples/trunk/jsf/numberguess/readme.txt
===================================================================
--- examples/trunk/jsf/numberguess/readme.txt	2009-11-09 22:57:11 UTC (rev 4904)
+++ examples/trunk/jsf/numberguess/readme.txt	2009-11-09 23:06:25 UTC (rev 4905)
@@ -38,34 +38,6 @@
 
  http://localhost:8080/weld-numberguess
 
-== Deploying with an embedded servlet container
-
-Run this command to execute the application in an embedded Jetty 6 container:
-
- mvn war:inplace jetty:run -Pjetty
-
-You can also execute the application in an embedded Tomcat 6 container:
-
- mvn war:inplace tomcat:run -Ptomcat
- 
-In both cases, you can access the application at the following local URL
-
- http://localhost:9090/weld-numberguess
-
-In both cases, any changes to assets in src/main/webapp take effect immediately.
-If a change to a webapp configuration file is made, the application may
-automatically redeploy. The redeploy behavior can be fine-tuned in the plugin
-configuration (at least for Jetty). If you make a change to a classpath
-resource, you need to execute a build:
-
- mvn compile war:inplace {-Ptomcat,-Pjetty} 
-
-Note that war:inplace copies the compiled classes and JARs inside
-src/main/webapp, under WEB-INF/classes and WEB-INF/lib, respectively, mixing
-source and compiled files. However, the build does work around these temporary
-files by excluding them from the packaged WAR and cleaning them during the
-Maven clean phase. These folders are also ignored by SVN.
-
 == Deploying to standalone Tomcat
 
 If you want to run the application on a standalone Tomcat 6, first download and
@@ -118,6 +90,8 @@
 
 == Using Google App Engine
 
+KNOWN NOT WORKING IN THIS RELEASE
+
 First, set up the Eclipse environment:
 
  mvn clean eclipse:clean eclipse:eclipse -Pgae

Modified: examples/trunk/jsf/permalink/readme.txt
===================================================================
--- examples/trunk/jsf/permalink/readme.txt	2009-11-09 22:57:11 UTC (rev 4904)
+++ examples/trunk/jsf/permalink/readme.txt	2009-11-09 23:06:25 UTC (rev 4905)
@@ -29,44 +29,6 @@
  
 Alternatively, run ant restart to have the app copied to you ${jboss.home}
 
-But you may want to take advantage of the embedded servlet containers.
-
-== Deploying with an embedded servlet container
-
-Run this command to execute the application in an embedded Jetty 6 container:
-
- mvn jetty:run -Pjetty
-
-You can also execute the application in an embedded Tomcat 6 container:
-
- mvn war:inplace tomcat:run -Ptomcat
-
-**Note that war:inplace overwrites src/main/webapp/WEB-INF/web.xml, effectively
-adding the Weld listener. You need to manually remove the listener before
-deploying to another container.
-
-You can access the application for either container at the following local URL:
-
- http://localhost:9090/weld-permalink
-
-In both cases, any changes to assets in src/main/webapp take effect immediately.
-If a change to a webapp configuration file is made, the application may
-automatically redeploy. The redeploy behavior can be fine-tuned in the plugin
-configuration (at least for Jetty). If you make a change to a classpath
-resource, you need to execute a build. For Jetty:
-
- mvn compile
-
-and for Tomcat:
-
- mvn compile war:inplace -Ptomcat
-
-Note that war:inplace copies the compiled classes and JARs inside
-src/main/webapp, under WEB-INF/classes and WEB-INF/lib, respectively, mixing
-source and compiled files. However, the build does work around these temporary
-files by excluding them from the packaged WAR and cleaning them during the Maven
-clean phase. These folders are also ignored by SVN.
-
 == Deploying to standalone Tomcat
 
 If you want to run the application on a standalone Tomcat 6, first download and



More information about the weld-commits mailing list