Resin authenticator opsætning?
Jeg er ved at sætte en JSP-app op, men jeg skal definerer brugernavn, password i resin-conf.Det er en "Wiki" app som jeg vil sætte op.
http://veryquickwiki.croninsolutions.com/docs.html
Herunder beskriver de hvordan man sætter security op, hvis man bruger Tomcat (conf/tomcat-users.xml)
Er der nogen der kan hjælpe mig med at sætte det op i Resin?
--Admin console--
admin.jsp
There is no pseudo-topic associated with this for security reasons. The
admin console is marked as a secure resource in web.xml, so you should
be prompted for a login and password. The user you log in as must have
the role "admin". If you use Tomcat, this is a simple matter of editing
conf/tomcat-users.xml and adding "admin" to the list of roles for one
of the users. If you use a more powerful web container, you will probably
have a special security console, so adding the role should be even easier.
