English 中文(简体)
IPad当地人
原标题:Access localhost on iPad

I want to access my web application on iPad for local testing (http://myMachine_Name). But here is the problem;

  1. I am having a local copy on my Windows machine with a Weblogic server running and the app server requires a VPN connection
  2. Is there any way by which I can access http://myMachine_Name on the iPad , and given that my local machine would be connected to VPN.
  3. Is there any iPad app which can help in testing..My main purpose is to have the fastest way to test any changes I make on the iPad and that I think would be to directly access http://myMachine_Name on the iPad Safari. But I do not know how.

<>说明: 我说,通过“网络”连接另一个偏远地点网络。 同时,iPad通过MAC的Wifi链接与我的Windows机器一样,与互联网连接。

I think having VPN connectivity on the iPad might be an option, but I ll want to avoid that as that would require paying huge licensing fee.

Please let me know if I need to provide any other clarifications..

Thank you.

问题回答

为了通过iPad查阅档案,你的视窗电脑必须运行一个网络服务器、阿帕奇或类似。

一俟运行,就有两个选择:

  1. • 没收你的iPad,以使用卫星和连接偏远网络。 从那里进入Windows Computer s局域网IP地址进入iPad,如果所有内容都正确配置,你就能够查看网页。

  2. Portforward Port 80, from the pathr to YouWindows Computer. 这最有可能通过路由(视窗机连接的路由器)。 然后,将视窗计算机网络的公共IP地址输入到您的iPad,如果假设正确的配置,你将能够浏览网页。

利用Fiddler(windows)核对以下链接:Miche和iPad配置。 这是在StackOverflow.





相关问题
Selenium not working with Firefox 3.x on linux

I am using selenium-server , selenium rc for UI testing in my application . My dev box is Windows with FireFox 3.5 and every thing is running fine and cool. But when i try to run selenium tests on my ...

Best browser for testing under Safari Mobile on Linux?

I have an iPhone web app I m producing on a Linux machine. What s the best browser I can use to most closely mimic the feature-limited version of Safari present on the iPhone? (It s a "slimmed down" ...

Code Coverage Tools & Visual Studio 2008 Pro

Just wondering what people are using for code coverage tools when using MS Visual Studio 2008 Pro. We are using the built-in MS test project and unit testing tool (the one that come pre-installed ...

Is there any error checking web app cralwers out there?

Wondering if there was some sort of crawler we could use to test and re-test everything when changes are made to the web app so we know some new change didn t error out any existing pages. Or maybe a ...

热门标签