bsautner/com.nimbits

I can not enter nimbits login by browser

Closed this issue · 3 comments

    Hello everyone. I install nimbits on ubuntu 14.04 by "sudo apt-get install nimbits". but when I use "localhost:8080" to access nimbits home page, it response 404 not found. 

Then I check log after I start nimbits service and find this fail :
"Dec 08, 2016 5:14:22 PM com.nimbits.server.process.cron.SystemTaskExecutor$SystemTask run
INFO: DP:: com.nimbits.server.process.cron.SystemTaskExecutor$SystemTask false "
How can I solve it ?
Thanks.

Hi bsautner.
I use install.sh to install nimbits and use "localhost:8080" to access nimbits home page.
I just see tomcat8 home page which mean install tomcat8 success.
I can't see nimbits home page.
why?

after you deploy a nimbits.war to a tomcat folder, it's context is going to be whatever the war file name is - so nimbits.war will be on localhost:8080/nimbits and foobar.war will be on localhost:8080/foobar. if you rename the war to root.war, it will be on the base context localhost:8080