Page 1 of 1

Admin port issue

Posted: Wed Aug 14, 2013 6:51 am
by neethu_27
I have installed broadleaf and the demo site is loading without a any problem at http://localhost:8080/

But the admin page is just not loading. I cannot use port 8081 because it is being used by another application. Can anybody tell me how to change the default port. I made changes to the following lines but nothing works :

In Demosite/admin/pom.xml I changed line no.19 to <httpPort>8082</httpPort>
In DemoSite/admin/src/main/webapp/WEB-INF/applicationContext-admin-security.xml I added the line <sec:port-mapping http="8082" https="8444"/>

After this I tried to access admin through localhost:8082/admin but it says Firefox can't establish a connection to the server at localhost:8082.

Need help urgent

Re: Admin port issue

Posted: Wed Aug 14, 2013 9:42 am
by phillipuniverse
Start up the admin and go to https://localhost:8444/admin.

Re: Admin port issue

Posted: Fri Aug 16, 2013 4:51 am
by neethu_27
Thanks for the reply but I tried that as well and it didn't work and that's why I wanted to change the port number. Can anybody helped with changing port numbers because neither 8081 nor 8444 works with admin for me

Re: Admin port issue

Posted: Sun Aug 18, 2013 10:41 pm
by neethu_27
Somebody please help me with this

Re: Admin port issue

Posted: Sun Apr 27, 2014 1:59 pm
by rppgowtham
Did you find the answer ..?