Tuesday, September 29, 2015

Port forwarding in VM : How to access the guest weblogic console from the host machine

If we want to access the weblogic console of the guest VM from the host machine we need to do the port forwarding

On the VBox goto settings->Network->Adapter1

Select the type as NAT

Choose the Port forwarding and give the host port corresponding to the default guest port


Now from the guest VM the console can be accessed using http://localhost:7001/console

Where as from the host the same console can be accessed using http://localhost:7201/console

Please note the port number change

No comments:

Post a Comment