Hello there,
I need an advice about how to transfer the settings in tomcat-users.xml
to weblogic.
And I hope someone is familiar with both and could help.
For example, in tomcat-users.xml I have
<role rolename="configurator"/>
<user username="tomcat" password="tomcat"
roles="tomcat,admin,administrator,manager,configurator"/>
And in the application, there are some parts restricted like
/management/* which needs user with the specified role to authenticate
itself before get access (here is the example)
<security-constraint>
<web-resource-collection>
<web-resource-name>HTMLManger and Manager command</web-resource-name>
<url-pattern>/management/*</url-pattern>
</web-resource-collection>
<auth-constraint>
<!-- NOTE: This role is not present in the default users file -->
<role-name>configurator</role-name>
</auth-constraint>
</security-constraint>
Does someone know how to setup weblogic so I can get the same
functionality like in tomcat.
--
Best regards,
Niki
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org