Posted: Fri Jun 04, 2021 5:08 pm Post subject: Virtual Host Port
Centurion
Joined: 10 Oct 2014 Posts: 102
Hi,
I have a basic question about Virtual Host definition on Websphere Application Server (installed on AIX): when we define a VH entry, say alias name is: myAlias, port number is: 9999, should port 9999 able to be retrieved by "netstat -a | grep 9999"?
I found out an interesting thing here, if I have alias definition in VH like:
* 9998
myAlias 9999
I can retrieve port number 9998 by command "netstat -a | grep 9998", but when try "netstat -a | grep 9999" to find myAlias, nothing is returned.
Please provide advice why Virtual Host working like this...
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum