Skip to content

Commit

Permalink
add note about problem with war:inplace
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Nov 9, 2009
1 parent 6dd7f5e commit f0e0e26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jsf/permalink/readme.txt
Expand Up @@ -41,6 +41,10 @@ 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
Expand Down

0 comments on commit f0e0e26

Please sign in to comment.