Access site on mobile without being connected to the network

1

I made a site in HTML5 and put it in the IDE called NetBeans I executed the project and it came with the following url: http://localhost:8383/tecmov/index.html .

Through it I can access my project from another machine since it is on the same network, but I am in the company and my project is running on the company's computer, in a network other than my cell.

I wanted to access this site from my Android phone without connecting to the corporate network. It is possible? Via cable USB , for example, because I do not know a way to do this ...

    
asked by anonymous 17.06.2015 / 13:16

1 answer

2

Let's break it down.

Yes, you can access this Offline site, as long as you copy the entire project into your mobile SD card and it is developed in HTML because the mobile has the HTML interpreter, ie you will access the website without Internet access, however every time you update something on the website on your computer you will have to copy the new files and pages to the SD.

To access it without doing the above, you will need to ask the Network Administrator of your work to enter your Smartphone into the domain by entering the IP or MAC address of your device on the network or giving you access to the network WiFi (if you have one).

I use this same scheme, to see how my site would look on a cell phone, it is in my Micro and access it via WiFi on my cell phone, for this I soon an WiFi network with the same user and password that I use to connect my micro, is a private WiFi.

    
17.06.2015 / 13:55