Think that won't work because Apache sends the request to Tomcat without checking any access file from Apache side.
Checkout the examples webapp from Tomcat and have a look at the /jsp/security/ directory. Have a look into the examples webapp's web.xml file for the realm setup (also see tomcat documentation for realm howto). You can set users, roles and passwords within tomcat-user.xml in /conf/ directory. Hope that gives you some hint where to look for. mech > -----Original Message----- > From: Manavendra Gupta [mailto:[EMAIL PROTECTED]] > Sent: Montag, 18. November 2002 16:34 > To: Tomcat Users List > Subject: Re: Who can help ??? > > > Did you try using the '.htaccess' from apache? > > Manav. > ----- Original Message ----- > From: "Jean-Luc BEAUDET" <[EMAIL PROTECTED]> > To: "Tomcat Users List" <[EMAIL PROTECTED]>; > "tomcat-user" <[EMAIL PROTECTED]> > Sent: Monday, November 18, 2002 8:52 PM > Subject: Who can help ??? > > > > Hi all, > > > > Runnin' Tomcat 4.0.2 and Apache 1.3.26 on SOLARIS 8 in Production. > > > > I'd like to get /webapp-info/ secured by login/password - > even BASIC - > > when asked by > > > > http://my.sever.com/webapp-info/ > > > > Any help welcome. > > > > Jean-Luc B :O) > > > > > > > > > > -- > > 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]> > > > > > -- > To unsubscribe, e-mail: > <mailto:tomcat-user-> [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]>
