2011-02-02 187 views
0
 I created one html5 application and generated war file and deployed it into tomcat server . 

    After that I tried to use tomcat url to run in android emulator, but it is not working .  Showing that webpage is not available. 

    Can you please help on this issue. 

回答

0

您在本地部署您的應用程序在tomcat中。所以你需要給你的IP像

http://ip:8080/html5app

它會在Android模擬器中運行您的網絡原生應用程序。

相關問題