Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
The client demo work more than fine if used with the embedded Jetty (mvn jetty:run).
This will have jetty running on port 8080 (by default) and the demo runs having context root to '/'.
Instead if the generated war file is deployed e.g. to Tomcat (where is not possible to set the context root to '/') the demo flow is broken.
It would be nice having the demo "context aware"