On Mon, Sep 10, 2001 at 01:54:35PM -0400, Elisa Green wrote:
> My search in FAQs and alternative resources have turned up
> nothing on cocoon security settings with .htaccess.
Cocoon has nothing to do with .htaccess. Cocoon runs as a servlet.
Access to servlets is determined by the servlet container (tomcat). For
apache, security is configured with .htaccess files, but in tomcat it's
done with <security-constraint> entries in your webapp's WEB-INF/web.xml
file. Have a look at the servlet spec for more info.
--Jeff
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>