Hi,
I am trying configure BASIC authentication in jboss 4.2.3. I have more than 2 war files running on single jboss instance.
I have done the required configuration for basic authentication. When I enter the url without context root I am getting username/password pop up window.
ex: http://192.168.1.10:8080/
I am not getting username/password pop up If i use the complete url like below.
ex: http://192.168.1.10:8080/testsite
http://192.168.1.10:8080/testsite2
What could be the issue? what all other configuration change is required to make this work?
Thanks
Gokul