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.  Websphere - Context root question

    Posted Wed November 26, 2014 06:15 PM
    Hi, 

    I need some help with a question and a problem to solve. We have a cluster where multiple applications are installed . The business wants to get to one application without having to put the context root i.e. get to www.abc.com/app1 just by putting www.abc.com and get to the rest of the apps in the cluster by putting the cluster name. This connot be done by mod_rewrite as ssl between plugin and websphere is enabled. Any ideas to solve this is grately appreciated. 

    Thanks 


  • 2.  Websphere - Context root question

    Posted Fri November 28, 2014 02:04 AM
    Hi,
    on IHS in httpd.conf add this:

    RewriteEngine on
    RewriteRule   ^/$  /snoop [PT]

    where snoop is your welcome file in your Application.