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.  WAS redirection

    Posted Wed August 11, 2010 10:38 AM
    WAS redirection

    --------------------------------

    Trying to figure out how to automatically redirect a page for my application running on was 6.1.0.19.

    Basically I want http://servername/appname/ to automatically redirect to http://servername/appname/index.do

    I thought all I needed to do was add /"index.do/" as part of the directory index line in the httpd.conf fille like so:

    ...
    DirectoryIndex index.html index.html.var index.do
    ...


    But that didn't work. Any ideas??

    Thank in advance for your response

    --------------------------------

    Posted By: crgeorge03 at Aug 17 2009 12:39PM


  • 2.  WAS redirection

    Posted Wed August 11, 2010 10:46 AM
    You want to look at mod_rewrite assuming you are using IHS as a webserver.

    --------------------------------

    Posted By: brewdude at Aug 17 2009 10:56PM