WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  How can i check whether Application accessible through web container

    Posted 07/02/16 09:49 AM

    Hi All,

    can anybody suggest me how to access the application through web container

     

    kalyan.



  • 2.  RE: How can i check whether Application accessible through web container

    Posted 08/02/16 10:13 AM

    I assume you are asking how to access the application directly from an application server.

    Get the WC_defaulthost WC_defaulthost_secure from the ports section of the JVM, enable the ports under Environment -> VirtualHosts-> default_host -> HostAliases. restart the JVM then you can hit the hostanme:port/contextroot to access the app.

     

    Let me know if you are trying to acheive something different



  • 3.  RE: How can i check whether Application accessible through web container

    Posted 08/02/16 01:34 PM

    Hi

     

    Its quite simple

    If you want to access your app url via webcontainer follow the below url

    https://<hostname or ip address>:<vhost port number>/<contextroot of the app>

    be default the url can be

    if SSL enabled

    https://<hostname or ip address>:9080/<contextroot of the app>

    if ssl not enabled

    http://<hostname or ip address>:9043/<contextroot of the app>

    Thanks

    Gautam

    Sr Middleware Technology Architect / Consultant

    +919791064487