Hi,
1.
configured httpd
started httpd service and able to browse
http://localhost:80802.
configured gitblit and tried to start it as below
java -jar gitblit.jar --baseFolder data
started failing with the below error
2016-02-16 07:04:59 [INFO ] Started o.e.j.w.WebAppContext@3d7de43d{/,file:/opt/gitblit/gitblit-1.7.1/data/temp/webapp/,AVAILABLE}{file:/opt/gitblit/gitblit-1.7.1/gitblit.jar}
2016-02-16 07:04:59 [WARN ] FAILED ServerConnector@11819f3c{SSL-HTTP/1.1}{
0.0.0.0:8443}: java.net.BindException: Address already in use
then I stopped httpd and started gitblit and it got started without any issues.
3.
Since gitblit is working fine i tried starting httpd and it started gave the below error
Job for httpd.service failed. See 'systemctl status httpd.service' and 'journalctl -xn' for details.
So finally i can run any one of the application only, can you please suggest me where i am going wrong so that i can make sure that both the services are running.
Thanks
PSK