Hi,
I think I installed & configured appropiately: mongo, mysql, redis.
I see no errors in the mvn compilations. I can log with the authentication needed, I put the expected data.
But seems I have a problem in tomcat, and this generates problem in all the application.
I did nothing more than:
apt-get install tomcat7
[ubuntu 12.04 LTS, Apache Tomcat/7.0.26]
what else I need?
localhost:8080
perform the first test page of tomcat
extra info
errors tomcat:
HTTP Status 404 - /sentilo-catalog-web/api/alert/owners
nested exception is org.sentilo.common.exception.RESTClientException:
# ss -lntp
State Recv-Q Send-Q Local Address:Port Peer Address:Port
LISTEN 0 128 *:80 *:* users:(("nginx",2292,6),("nginx",2291,6),("nginx",2290,6),("nginx",2289,6),("nginx",2288,6))
LISTEN 0 100 :::8080 :::* users:(("java",31945,38))
LISTEN 0 50 :::8081 :::* users:(("java",5535,48))
LISTEN 0 128 :::22 :::* users:(("sshd",7698,4))
LISTEN 0 128 *:22 *:* users:(("sshd",7698,3))
LISTEN 0 128
127.0.0.1:631 *:* users:(("cupsd",13988,9))
LISTEN 0 128 ::1:631 :::* users:(("cupsd",13988,8))
LISTEN 0 100 :::25 :::* users:(("master",14532,13))
LISTEN 0 100 *:25 *:* users:(("master",14532,12))
LISTEN 0 1 ::ffff:
127.0.0.1:8005 :::* users:(("java",31945,43))
LISTEN 0 128
127.0.0.1:27017 *:* users:(("mongod",6720,6))
LISTEN 0 50
127.0.0.1:3306 *:* users:(("mysqld",939,10))
LISTEN 0 128
127.0.0.1:6379 *:* users:(("redis-server",5062,4))