The link works, thanks.
However, I use jboss tools 3.2 for a RichFaces 4 web application with Maven and do everything as described, but in the jboss deploy folder appears only a myapp.war folder without the xhtml-, web.xml and faces-config.xml files. Only the Java class-files are deployed.
I created the application with Maven and imported it into Eclipse, so the project has the standard Maven layout.
On the other side, if I mark as deployable the war created by Maven, it is deployed correctoy, but in that case I have to build it each time with Maven. As above, the idea is to avoid this.
Thanks,
Ulrich