My first application
Completion requirements
This book help you to create your first jboss application with JDSS tooling.
2. Create an application
2.3. Change context-root
In the web project, you change the contextroot in jboss-web.xml in src/main/webapp/WEB-INF.
The code is :
<context-root>trainings-hello[userId]-jsf</context-root>
You must replace with your userId.
