tags:

views:

13

answers:

1

how to connect to a tomcat server through the browser in an android virtual device??

Usually,After we start tomcat server, when we say "http://localhost:8080" tomcat server can be seen in browsers like Firefox etc.. But i am not getting it in an AVD Browser. .Is there a way to connect to tomcat on local machine??????

A: 

You can reference your 'local' machine port 8080 as http://10.0.2.2:8080 from inside the emulator.

You can see other network settings available to you here

Alex