standalone/configuration/standalone-full.xmlで、動作する次のホストを宣言しました
<host name="webhost" alias="gateway.example.com" />
別のエイリアスを追加しようとすると、エラー 404 が表示されます。
<host name="webhost" alias="gateway.example.com www.gateway.example.com"/>
ドキュメントによると、エイリアスのリストは空白で区切られています。