English 中文(简体)
利用电离层电离层电离层电离层电离层电离层扫描机进行2级电离层扫描。
原标题:Using Cloud9 IDE on an EC2 instance

我安装了亚马孙EC2级的云9 IDE,并开始使用这一线:

node bin/cloud9.js

但是,当我从浏览器上打开了民主选举学会的地址时,没有答复。 我在安全小组中增加了3 000港。 我认为,问题在于Im试图把该页装上卢尔,例如http://ec2-XXX-XXX.compute-1.amazonaws.com:3000/ 如云9服务器希望收到访问请求,如http://127.0.0.1:3000。 如果I wget http://127.0.0.1:3000 from the EC2 case,那么,服务器正在运行。

类似情况发生于世界名胜地,如果服务器听起来,我就得不到回应。

http.createServer(function (req, res) {
  res.writeHead(200, { Content-Type :  text/plain });
  res.end( Hello World
 );
}).listen(1337, "127.0.0.1"); 

由于参数,如果我将线路改为<代码>,则该参数将有效。

我应如何改变“云9”数据库,以便通过http://ec2-XXX-XXX.compute-1.amazonaws.com:3000/ ?

最佳回答

You can try running this command and connect to it through localhost:3000. Had the same problem with couchdb.

ssh ec2-XXX-XXX.compute-1.amazonaws.com -L 3000:localhost:3000
问题回答

问题在于IP地址云9受缺省的影响,即当地东道地址,你应当能够将云层9的公墓的价值改为0.0.0.0(所有地址的清单)。





相关问题
SimpleDB vs Tokyo Cabinet

Has anybody compared SimpleDB and Tokyo Cabinet for performance and scalability? I m coding my project against SimpleDB at the moment and considering benchmarking TC, be nice if somebody had already ...

How to make visual studio 2008 deploy to ftp in ACTIVE mode?

I m using Amazon EC2 services and would like to publish my WCF application to this server using the visual studio 2008. Instead of opening so many ports on the amazon firewall, I ll use the ftp ACTIVE ...

Passenger and Rails on Scalr.net

I m having an issue with Passenger and Rails working together on my Scalr application server. I have Rails 2.3.5 installed and Passenger 2.2.7. I am running ruby 1.8.6 (patchlevel 111). Previous ...

Many users, many cpus, no delays. Good for cloud?

I wish to set up a CPU-intensive time-important query service for users on the internet. A usage scenario is described below. Is cloud computing the right way to go for such an implementation? If so, ...

Homemade cheap and cheerful clustering with MySQL+EC2?

I ve got a Java web service backed by MySQL + EC2 + EBS. For data integrity I ve looked into DRBD, MySQL cluster etc. but wonder if there isn t a simpler solution. I don t need high availability (can ...

What s a good way to collect logs from Amazon EC2 instances?

My app is hosted on an Amazon EC2 cluster. Each instance writes events to log files. I need to collect (and data mine) over these logs at the end of each day. What s a recommended way to collect these ...

SSL slowness in EC2

We ve deployed our rails app to EC2. In our setup, we have two proxies on small instances behind round-robin DNS. These run nginx load balancers for a dynamically growing and shrinking farm of web ...

Need some help choosing between Amazon EC2 and VPS [closed]

At my company we are looking at hosting a blog and a CMS . We are still in the process of building the product and havent made it live yet. We are looking at some hosting options. We need to have ...

热门标签