STEPS
1.Create a web module web-test with default options .
2. Create index.jsp file with simple text Hello Wildfly
2.Change the context root to web-test-change
( Right click on project Properties > Web Project Settings )
3. Now deploy/publish the module to Wildfly server.
4.After successful deployment the module can be accessed with the context root http://localhost:8080/web-test
I think, it should be http://localhost:8080/web-test-change
Note: the context root value is working as expected for EAR modules
STEPS
1.Create a web module
web-testwith default options .2. Create
index.jspfile with simple textHello Wildfly2.Change the
context roottoweb-test-change( Right click on project Properties > Web Project Settings )
3. Now deploy/publish the module to Wildfly server.
4.After successful deployment the module can be accessed with the context root
http://localhost:8080/web-testI think, it should be
http://localhost:8080/web-test-changeNote: the context root value is working as expected for EAR modules