hi, first you can run "ps -ef | grep tomcat" , "netstat -nultp | grep 7070" to make sure your account has been successfully running a tomcat instance on port 7070. then checkout log at CATALINA_HOME/kylin_sandbox.log.
if everything seems ok, you should try "wget localhost:7070/kylin" inside your VM, if you do get a response "index.html", then you need to check your firewall settings. thanks hongbin On Tue, Feb 3, 2015 at 5:21 PM, Luke Han <[email protected]> wrote: > Forward to mailing list for further support. > > Thanks. > > 在 2015年2月2日星期一 UTC+8上午11:24:53,[email protected]写道: >> >> 1, I deploy Kylin in my own cluster >> 2, first, the sandbox_deploy.sh is executed successfuly >> 3, second, I run the command as "sh kylin.sh start" >> 4, however, I could not access with URL: http://*.*.*.*::7070/kylin >> while I can visit the ambari with URL http://*.*.*.*::8080/, so I think >> the firewall will not cause the problem, and still, there no apparent >> errors logged in the catalina log file as mentioned when starting tomcat~ >> >> could u please give a help? >> >
