Sometimes fate forces us to work with Windows.
Because Linux is so good, we get a VirtualBox to emulate it.
How can we access a webapplication via localhost:8080 from the Windows machine inside of a Webbrowser?
VirtualBox Manager -> VM-Tools -> Settings -> Network -> Port Forwarding
Name: http8080
Protocol: TCP
HostIP: empty
Host-Port: 8080
Guest-IP: empty
Guest-Port: 8080
Name: ssh
Protocol: TCP
HostIP: 127.0.0.1
Host-Port: 2222
Guest-IP: empty
Guest-Port: 22
Donnerstag, 1. August 2019
How to make Virtualbox available on Windows via localhost
Abonnieren
Kommentare zum Post (Atom)
NEW BLOG! http://cleancode.consulting/
Dear Reader, This Blog is closed and remains as an archive. Please find our new Blog at http://cleancode.consulting/
-
Resolve a Merge Conflict in GIT with IntelliJ Let us assume you are using Bitbucket or a similar tool to administrate and host your GI...
-
Just create a package-info.java file for your package in which you have your POJO: @javax.xml.bind.annotation.XmlSchema(namespace = ...
Keine Kommentare:
Kommentar veröffentlichen