Securing servlets in an application

2002-10-21 Thread Lior Shliechkorn
function SetDomain(d) { document.domain = d; }Hi, I need help in adding some extra security to the login servlet for my application. I wanted to know how I can secure servlets without having to declare realms in Tomcat. I have a login page that posts to a servlet, and I want to make that

Re: Securing servlets in an application

2002-10-21 Thread Jean-Francois Arcand
Lior Shliechkorn wrote: function SetDomain(d) { document.domain = d; }Hi, I need help in adding some extra security to the login servlet for my application. I wanted to know how I can secure servlets without having to declare realms in Tomcat. I have a login page that posts to a servlet, and