I was following the Portfolio Manager demo from this link "http://www.datastax.com/documentation/gettingstarted/index.html?pagename=docs&version=quick_start&file=quickstart#getting_started/gettingStartedDemoPortfolio_t.html"
when i run the step 4 Start the web service:
cd website
./start
i see output as
root@# ./start
2013-06-13 11:08:24.256::INFO: Logging to STDERR via org.mortbay.log.StdErrLog
2013-06-13 11:08:24.524::INFO: jetty-6.1.3
2013-06-13 11:08:24.637::INFO: Extract jar:file:/usr/share/dse-demos/portfolio_manager/website/webapps/portfolio.war!/ to /tmp/Jetty_0_0_0_0_8983_portfolio.war__portfolio__-4hsq7h/webapp
2013-06-13 11:08:25.924::INFO: Started SocketConnector @ 0.0.0.0:8983
but when i go to the public URL i do not see any real time applicaiton displayed
all i see is
Portfolio Manager Demo
‹ Previous | Refresh | Next ›
any thing i am missing out?