Author: antoine Date: Sun Dec 3 14:02:35 2006 New Revision: 481941 URL: http://svn.apache.org/viewvc?view=rev&rev=481941 Log: precise where to insert the realm tag when installing into tomcat
Modified: jakarta/slide/trunk/docs/howto-jaas.html Modified: jakarta/slide/trunk/docs/howto-jaas.html URL: http://svn.apache.org/viewvc/jakarta/slide/trunk/docs/howto-jaas.html?view=diff&rev=481941&r1=481940&r2=481941 ============================================================================== --- jakarta/slide/trunk/docs/howto-jaas.html (original) +++ jakarta/slide/trunk/docs/howto-jaas.html Sun Dec 3 14:02:35 2006 @@ -172,8 +172,8 @@ <p>Tomcat provides a JAASRealm for this. So the first step is to configure the webapp context to use it. Realms can be defined at any container level (i.e. nested inside Engine, Host and Context). So find an -appropriate spot for your application and drop in the following -configuration:</p> +appropriate spot for your application and add the following fragment +to $CATALINA_HOME/conf/server.xml:</p> <pre> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]