You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This depends on what server you are using. Wildfly? Tomcat? EAP? Or some other server?
Generally, I believe if you deploy an application as ROOT.war, it will remove that middle segment. But this may be different based on application server.
What is the full list of deployables options ("options": {})?
For example, how to remove appArtifatId from application url via deployment options setting (from http://localhost:8080/appArtifatId/hello to http://localhost:8080/hello)?
The text was updated successfully, but these errors were encountered: