[weld-commits] Weld SVN: r4904 - examples/trunk/jsf/permalink.
weld-commits at lists.jboss.org
weld-commits at lists.jboss.org
Mon Nov 9 17:57:12 EST 2009
Author: dan.j.allen
Date: 2009-11-09 17:57:11 -0500 (Mon, 09 Nov 2009)
New Revision: 4904
Modified:
examples/trunk/jsf/permalink/readme.txt
Log:
add note about problem with war:inplace
Modified: examples/trunk/jsf/permalink/readme.txt
===================================================================
--- examples/trunk/jsf/permalink/readme.txt 2009-11-09 22:54:48 UTC (rev 4903)
+++ examples/trunk/jsf/permalink/readme.txt 2009-11-09 22:57:11 UTC (rev 4904)
@@ -41,6 +41,10 @@
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
More information about the weld-commits
mailing list