Hi,
I am trying to use Acegi framework to secure a number of web applications (war files).
Basically, I would have a localhost configuraiton on Tomcat, which would contain a login page and WEB-INF with all the
acegi configurations. Inside this localhost folder, I would have the various war files.
Assume I have applications AppA and AppB.
If I try to access AppA, without authenticating into the main localhost, I shouldn't be able to do it.
But, as of now it allows me to do it.
Could you please help me out with this.
Thanks
Arun


