WLP :: Change default context root on http

前端 未结 2 843
夕颜
夕颜 2021-01-23 04:33

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

2条回答
  •  执笔经年
    2021-01-23 05:30

    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:

    
    

提交回复
热议问题