tomcat - Artifactory rpm install started but console webapp not working -


i have installed local artifactory repository (open source version) using rpm install method on rhel virtual machine.

i try accessing console browser on client pc at:

http://myhost:8081/artifactory

it takes long time , times out:

this webpage not available err_connection_timed_out 

when wget on same server http://myhost:8081/artifactory response looks ui console.

i can ssh client machine server fine hostname resolvable.

so looks installation successful not know else problem prevents access client pc. suggestions?

it appears firewall on artifactory server issue. when disabled firewall using:

service firewalld stop 

then ui console started working.


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -