You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2002/07/20 16:23:08 UTC

cvs commit: jakarta-cactus/sample-servlet/conf/sample/conf/test/share/weblogic70 weblogic.xml

vmassol     2002/07/20 07:23:08

  Added:       sample-servlet/conf/sample/conf/test/share/weblogic70
                        weblogic.xml
  Log:
  support for authentication
  
  Revision  Changes    Path
  1.1                  jakarta-cactus/sample-servlet/conf/sample/conf/test/share/weblogic70/weblogic.xml
  
  Index: weblogic.xml
  ===================================================================
  <!DOCTYPE weblogic-web-app PUBLIC "-//BEA Systems, Inc.//DTD Web Application 6.0//EN" "http://www.bea.com/servers/wls610/dtd/ weblogic-web-jar.dtd">
  
  <weblogic-web-app>
  
      <security-role-assignment>
           <role-name>test</role-name>
           <principal-name>testuser</principal-name>
      </security-role-assignment>
  
  </weblogic-web-app>
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>