View Single Post

   
  #2 (permalink)  
Old 01-05-2008, 06:29 AM
Bernardo Cabral
 
Posts: n/a
Default Re: IHS not redirecting http traffic to WAS


> --
> BC
>
>
> Hi,
>
> Okay. Finally made it. In fact, I've already performed the above steps
> and the missing point here is that the virtual hosts is using another
> port number instead of port 80. So, now the virtual host is having 2
> ports.
> Now the question here is do I need to use port 80 in between IHS and
> WAS?
> Can I just assign another port other than port 80?
>
> Thanks to advise.


The port that WAS and IHS use for communication is diferent from the
port used for connecting to the application. Normally WAS-IHS port is
named transport port. It starts on 9080/9043. By default all aplications
are configured for accepting all the ports (*), so, for changing this,
you need to change your virtual host.

--
BC
Reply With Quote