ok try this ... <Context path="/myContext" docBase="myContext" debug="0" reloadable="true" override="true" />
This should workkk and make sure that you restart your server ... guru -----Original Message----- From: Mike Whittaker [mailto:[EMAIL PROTECTED]] Sent: 31 May 2002 13:24 To: [EMAIL PROTECTED] Subject: Re: reloading > > >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 ___________________________________________________________________________ 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
