Web服务器和localhost. [英] Web servers and localhost.

查看:211
本文介绍了Web服务器和localhost.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我在IIS/Win XP上运行,目前存在一些问题.

我有一个程序名称"MoteView",它显示通过无线网络通过Mote(Device)传输/传输的实时数据.

在《用户手册》中指出

用户可以通过Web界面访问XServe(程序标题)并执行大多数功能.对于远离服务器的用户来说很方便.

要在XServe中运行Web界面,请使用

-h

或-h带选项(小于/大于
的项目 brackers<>)

-h =<主页,主机名,端口,配置文件>

-h将使用Web界面的默认设置,即"../web,localhost,8080".

XServe以-h选项启动后,用户可以通过Web界面访问XServe.打开Web浏览器,然后转到http://localhost:8080或http://主机名:8080.

所以我要做的是转到命令提示符并键入.
"cd C:\ Program Files \ Crossbow \ MoteView1 \ xserve2 \ bin"
然后是"xserve.exe -h"

输入这些命令后,我将进入浏览器并输入 http://localhost:8080 [
但是,如果我输入http://localhost,它将把我定向到
http://localhost/localstart.asp [

Hi,

Im running on IIS / Win XP and currently having some problems.

I have a program name "MoteView" which show live data that has been transfer/transmited through Mote(Device) by wireless network.

In the User Manual, it states that

User can access XServe(Program Title) and perform most of the functions via web interface. It is covenient for user who is far away from the server.

To run web interface in XServe, use

-h

or -h with options(items contained within the less than/greater than
brackers<>)

-h=<mainpage,hostname,port,configfile>

The -h will use default setting for the web interface, which is "../web,localhost,8080".

After XServe starts with the -h option, the user can access XServe via web interface. Open a web browser, and go to http://localhost:8080 or http://hostname:8080.

So what i do was i go to the command prompt and type.
"cd C:\Program Files\Crossbow\MoteView1\xserve2\bin"
then followed by "xserve.exe -h"

After i key in those commands, i will go to my browser and type http://localhost:8080[^]

but it only bring me to the page which states "This page cannot be displayed"

But if i type http://localhost , it will direct me to http://localhost/localstart.asp[^] and states that my web service is currently running.

Anyone knows how can i configure to view the web interface? as the user manual did not state much about web interface other than the part stated above.

Regards
Joseph

推荐答案

我不知道什么是MoteView,但我可以试一试.

在浏览器中导航时,xserve应用程序(我认为这是Web服务器)是否仍在运行?

您发布的URL对于本地计算机上的端口8080是正确的.您应该可以连接到此服务器,但是禁用所有防火墙可能是值得的.

否则,MoteView是否有一个用户论坛?您将在那里获得更多帮助.

尼克
I don''t know what MoteView is, but I''ll have a go.

Is the xserve application ( I presume this is a web server ) still running when you navigate in your browser?

The URL you posted is correct for port 8080 on your local machine. You should be able to connect to this, but it might be worth disabling any firewalls you have.

Otherwise, does MoteView have a users'' forum? You would get more help there.

Nick


Hi Nick,

The xserve application is still running when i navigate in my browser.
Mote user does not have a forum.
Could it be the web server that im using be the problem?

Regards
Joseph


嗨约瑟夫,

我唯一想到的另一件事就是尝试通过telnet来访问xserve.打开命令窗口并键入:

Hi Joseph,

The only other thing I can think of is to try to telnet to xserve. Open a command window and type:

telnet localhost 8080



如果服务器正在运行,则应该出现空白屏幕.如果显示无法打开连接,则xserve不在端口8080上监听.

如果可行,请输入类似hello的信息,然后按回车键.您应该得到一些提示400错误的文字.

如果那不起作用,则xserve不起作用.抱歉,我帮不上忙!

尼克



If the server is working, you should get a blank screen. If it says it couldn''t open the connection, then xserve is not listening on port 8080.

If it works, type something like hello and hit return. You should get some text giving a 400 Bad Request.

If that doesn''t work, xserve is not working. Sorry I can''t be more help!

Nick


这篇关于Web服务器和localhost.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆