Hi Team, I have deployed a java war file developed on spring boot and spring security. All URLs are working fine as those URLs are not secured by spring security. But one URL i.e. tujiorg.com/tujiorg/profile which is secured by spring security is redirecting to http://127.0.0.1:8080/tujiorg_tujiorg/login . Can you please help me on it. WAR file is working fine on localhost. URL http://localhost:8080/tujiorg/profile is redirecting to http://localhost:8080/tujiorg/login so user can login. Can you please check from where this 127.0.0.1:8080/tujiorg_tujiorg comes into picture. Thanks and Regards, Rishabh Kabra