One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
<subsystem xmlns="urn:jboss:domain:undertow:1.0"> | |
... | |
<server name="default-server"> | |
<http-listener name="default" socket-binding="http" max-post-size="20971520"/> | |
<host name="default-host" alias="localhost"> | |
<location name="/" handler="welcome-content"/> | |
</host> | |
</server> | |
... | |
</subsystem> |