apache - CassUI server not starting -


i trying hands-on cassui. given cassandra server url , port number mycassandraserver:9160 when try see whether server running or not browser giving error -

oops! google chrome not connect mycassandraserver.com:9160

any idea? should do?

downloaded cassui, deployed local webserver , got work:

cassui admin page

port 9160 rpc port cassandra, won't able navigate port web browser. make sure navigate server:port of webserver, , should able add cassandra server.

rather first step of creating new server under cassui done.

i assume referring steps listed here: https://code.google.com/p/cassui/
i'll try keep in mind answers below.

now next step run typing :9160 (mycassandraserver:9160) in browser. getting error...

this step mis-interpreting. getting error because never going able browse cassandra server web browser on port 9160.

3- add cassandra server's ip address (and port if not 9160 separator being colon) example 127.0.0.1 or 192.168.1.1:9160 or mycassandraserver.com:9160

this describing how have define cassandra server cassui when click "new server." based on have said, should have done this.

4- start browsing through keyspaces , individual column family.

"browsing" in case means click on name of server in cassui server list, , shows similar screenshot below:

enter image description here

notice url in browser not cassandra server , port number.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -