Access application on a virtual machine with Tomcat server

1

I'm not sure if I can ask here but come on, I have a demand because I want to test the virtual machine in different browsers.

Problem that I can not access, has anyone made this kind of configuration yet?

I installed in the VM the Windows Xp with Internet Explorer 6 . But I intend to make snapshots of other browsers to test.

I'm using virtual box .

On the physical machine I use Windows 8.1 and I have already released port 8080 on the Windows firewall.

Could anyone help me?

I have the real and virtual machine ip and I can ping.

    
asked by anonymous 27.08.2014 / 15:37

1 answer

1

This is a great way to do compatibility testing. I've done this many times.

In this case, the problem can be in two points:

Network Card Configuration in VirtualBox

I advise you to leave in bridge mode, ie there is a simulation as if there were two network cards and the virtual machine joins the network as an ordinary machine, making the access configuration trivial

General network configuration

Releasing the port on the firewall may not be enough. To take the test, do a quick test by disabling the firewall completely for a few moments.

In addition, make sure your network has some proxy or firewall that may be blocking the port.

If there is a domain server, also verify that the virtual machine is configured properly.

It is also good to see if the IP of the virtual machine is conflicting with some other IP of another user on the network. Ping can be a false positive.

Test whether the system is accessible through another physical computer on the network.

Finally, there can be many problems. If none of this works, I suggest you better describe the scenario in your question, including the procedures performed and the result of each one in detail (error code, message, and print).

    
27.08.2014 / 16:45