1

I am testing a tablet app by using iPad. The web pages I have created for PC are using jQuery. But now, the methods like draggable() does not work on iPad. So, I am trying to change the code to jQuery mobile, but the movements of my finger cannot be tested on my PC.

I am new to servers, could you tell me how to set up Apache server on my local laptop, so that I can create my testing web pages and do the test on my iPad?

4

2 回答 2

2

我发现我需要先修改 Windows 防火墙,然后才能将 iPad 连接到运行 Apache Tomcat(JSP 服务器)的笔记本电脑。转到控制面板 > 系统和安全 > Windows 防火墙。

对于家庭和专用网络,单击“关闭 Windows 防火墙”。保持公共网络设置打开。然后在 iPad 或移动浏览器中输入笔记本电脑的 IP 地址。例如,我在 Safari 中输入 192.168.0.4:8080。所以我在端口 8080 上运行 Tomcat 服务器。Apache Web 服务器默认使用端口 80,因此您很可能只需输入您的 IP 地址。

要获取您的笔记本电脑 IP 地址,请单击开始菜单,然后在搜索框中输入 cmd,然后按 Enter。Windows 终端将打开。输入ipconfig。查找您的 IP 地址。我的旁边说 IPv4。

于 2013-08-28T03:16:37.660 回答
1

设置 Apache 的最简单方法可能是XAMPP

然后,您需要将两台设备连接到同一网络,然后在 iPad 上的浏览​​器中输入笔记本电脑的 IP 地址。还有一些其他潜在的障碍,例如防火墙等,但这应该可以帮助您入门。

于 2013-06-24T19:20:46.407 回答