The recommended way is to edit $TOMCAT_HOME/conf/modules.xml and add the PasswordPrompter with: <module name="PasswordPrompter" javaClass="org.apache.tomcat.conf.PasswordPrompter" />
Then add an element to the $TOMCAT_HOME/conf/server.xml file looking like: <PasswordPrompter /> The old 3.2.x syntax of <RequestInterceptor ... /> will work as well, but is deprecated. --------------------------------------------------------------------------- This message has been posted through the Jakarta Tomcat 3.3 F.A.Q. on line forum, and can be seen at: <http://nagoya.apache.org:8080/jive/thread.jsp?forum=3&thread=18> For more informations about the on-line Jakarta forums, please go to: <http://nagoya.apache.org:8080/jive/> --------------------------------------------------------------------------- -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
