启动显示Warning,大家帮忙看看如何解决?
警告内容如下:
<warning><http><bea-101304><webapp:servletContext(id=823322,name=caseRepro,context-path=/caseRepro),thr roles:NETE_WLS_HTTP_BRIDGE_ADMINS,users defined in web.xml have not been mappid to principals in security-role-assignment in weblogic.xml,will use the rolename itse lf as th principal-name>相关的WEB.XML
..
<web-app>
..
<servlet>
<servlet-name>WLSbRIDGESERVLET</servlet>
<servlet-class>com.paic.pafa.sso.servlet.PaWLSServlet</servlet-class>
<init-param>
<param-name>ssoSwitchFilterLDAPConfFile</param-name>
<param-value>
 /wls/sso/ldap/smconf.conf
</param-value>
</init-param>
<run-as>
  <role-name>NETE_WLS_HTTP_BRIDGE_ADMINS</role-name>
</run-as>
</servlet>...
<login-config>
...
</login-config>
<security-role>
<role-name>
NETE_WLS_HTTP_BRIDGE_ADMINS
</role-name>
</security-role>..
</web-app>相关的WEBLOGIC.XML..
<weblogic-web-app>
<run-as-role-assignment>
<role-name>
NETE_WLS_HTTP_BRIDGE_ADMINS
</role-name>
<run-as-principal-name>
ssobridge
</run-as-principal-name>
</run-as-role-assignment>.....</weblogic-web-app>