Subject: Re: How can I disable "authentication" in Tomcat 40 41 42 43 44 45 46 47 48 49 From: "Chris Miller" <[EMAIL PROTECTED]> === Look for a <security-constraint> tag and a <login-config> tag in your web.xml file. Removing them should solve the problem.
"Luca Ventura" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]... > Hello everybody! > > I have a great problem.....:-( > I have installed IIS as Web Server and Tomcat 4 as JSP/Servlet container: > the problem is that when I connect to a site that must be redirected to > Tomcat (because it contains JSP/servlets pages) the servlet container (i.e. > Tomcat 4) asks me to authenticate (it asks me the login and the password)! > > I have searched in the Tomcat 4's documentation and on the Jakarta's site to > avoid this problem but unsuccessfully.....how can avoid that Tomcat ask me > for authentication? > > > Can someone help me, please? > > Thanks a lot! > > Luca > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
