> > >can you please try this one .... > >in > <context ... "/manager" privileged="true" > > <context ... "/manager" privileged="false" > > > >Regards >guru >
Can't seem to get it to work. tried: <Context path="/myContext" docBase="myContext" debug="0" reloadable="false" privileged="false" /> and <Context path="/myContext" docBase="myContext" debug="0" reloadable="false" privileged="true" /> this gives me access to the reload procedure: <Context path="/manager" docBase="manager" debug="0" privileged="true"/> This doesn't: <Context path="/manager" docBase="manager" debug="0" privileged="false"/> But I'd like access and NO password dialogue. Is this possible? Thanks, Mike ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
