=== Configuring the Subsystem Now that you have copied the XML template from the Installation page, you need to paste this into the _standalone.xml_ file that resides in the _standalone/configuration_ directory of the application server instance on which your application is deployed. . Open the standalone/configuration/standalone.xml file and search for the following text: + [source,xml] ---- ---- . Modify this to prepare it for pasting in your template from the Installation page: + [source,xml] ---- ---- . Within the element, paste in the template. It will look something like this: + [source,xml] ---- demo http://localhost:8180/auth true EXTERNAL vanilla ---- . Change the *WAR MODULE NAME* text to *vanilla* as follows: + [source,xml] ---- ... ---- . Reboot your application server. . Go to http://localhost:8080/vanilla and click *login*. The {{book.project.name}} login page opens. You can log in using the user you created in the <> chapter.