Thank you Tomas. It helped.
Thanks for the reply Tomas. So I can see its listening on all IPs, root@ubuntu-VirtualBox:~# netstat -an | grep 8443 tcp 0 0 0.0.0.0:8443 0.0.0.0:* LISTEN root@ubuntu-VirtualBox:~# Its accessible using localhost/127.0.0.1 or eth0 ip of server. like, https://localhost:8443/ejbca/adminweb/ https://127.0.0.1:8443/ejbca/adminweb/ https://10.0.2.15:8443/ejbca/adminweb/ root@ubuntu-VirtualBox:~# ifconfig eth0 Link encap:Ethernet inet addr:10.0.2.15 So couple of doubts here, Why its not allowing any other...
Is this done by modifying any conf files in ejbca directory and install it again? answers would be really helpful. Thanks, Akshay
Hi, I have installed jboss and EJBCA . And I'm able to access https://localhost:8443/ejbca/adminweb/. Here now its listening on localhost. How to change this to a different IP? Please help.
Hi, I have installed jboss and EJBCA . And I'm able to access https://localhost:8443/ejbca/adminweb/. Here now its listening on localhost. How to change this to a different IP? Please help.