2 Replies Latest reply on May 10, 2017 8:53 AM by gipathak

    How to redirect a URL to Application URL in WildFly without using default-web-module?

    gipathak

      I have deployed application on WildFly 10.0.0 Application Name is MyApp.war.Now My requirement is,if I access my application by this url https://someip:someport/MyApp it should go to my application login page and also if I access my application via this https://someip:someport/ url then also it should go to my application login page . Can anyone please help me out here how can i achieve this in wildfly where someip - is ip of server machine where my wildfly application server is running .Is there a way , by which I can access my application with wildfly without giving application context while giving the url path of application server ?