View Single Post
Old 08-11-2011, 02:53 PM   #6
Starson17
Wizard
Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.
 
Posts: 4,004
Karma: 177841
Join Date: Dec 2009
Device: WinMo: IPAQ; Android: HTC HD2, Archos 7o; Java:Gravity T
Quote:
Originally Posted by mysticjunkee View Post
Via IP. I can't figure out what the server access address is. I've never tried anything like this before so it's a bit confusing.

I've tried a few address's and can't figure it out. When it runs the test, this is the address the browser goes to:

http://127.0.0.1:8080/

But trying that offsite doesn't work. I tried using my (correct?) ip address in place of the bold and that didn't work. Then I used my host name but I'm not sure which part or all of it is needed. This is not as easy as clicking a few things and up and running...

Of course I'm good at over complicating things too. :/
That's the loopback address. You need the actual address.
Open a command window (dos box/ terminal window/ command prompt window) on the server (run "cmd" will do it) and type "ipconfig" to see your address then replace 127.0.0.1 with your real address.
Starson17 is offline   Reply With Quote