When I do a http get on my websphere liberty profile v8.5.5 (let\'s assume http://my.domain.com) I\'m presented with a nice page that says amongs other things \"Welcome to the W
Just create your application and in the server.xml
specify context root as follows:
If you want to redirect to login page and ssl, then you will need to do all steps in the post you quoted and of course provide login page in your application.
If you want just to disable the welcome page, add to server.xml
fragment provided by ebullient or even extend it by adding some javascript code which would make the redirect: