=== Configure Subsystem Now that you have copied the XML template from the `Installation` tab, you need to paste this into the _standalone.xml_ file that lives in the _standalone/configuration_ directory of the application server instance your application is deployed on. Open this file and search for the following text: [source,xml] ---- ---- Modify this a little bit to prepare it for pasting in your template from the `Installation` tab. [source,xml] ---- ---- Within the `subsystem` element, paste in the template. It will look something like this: [source,xml] ---- demo MIIBIjANBgkqhkiG9B http://localhost:8180/auth true EXTERNAL vanilla ---- Change the `WAR MODULE NAME` text to be `vanilla` as follows: [source,xml] ---- ... ---- Reboot your application's server and now when visit http://localhost:8080/vanilla and hit the login button, you should get the {{book.project.name}} login page. You can log in using the user you created in the <> chapter.