Hi,
I am trying to move our existing wiki to a new server. I copied our entire
directory from the old (Solaris) server to the new (RHEL) server. We are using
custom authentication and I believe the copy includes all the files needed in
our <tomcat>/webapps/mywiki/WEB-INF directory:
- groupdatabase.xml
- jspwiki.jaas
- jspwiki.policy
- jspwiki.properties
- jspwiki.tld
- jstl-fmt.tld
- userdatabase.xml
However, no one can login to the new wiki (we can login to the old one). I
enabled the admin/SecurityConfig.jsp page and get these messages:
We found some errors with your configuration: The system property
'java.security.auth.login.config' is null.
We found some errors with your configuration:
We could not find the 'JSPWiki-container' login configuration.</p>
We could not find the 'JSPWiki-custom' login configuration.</p>
We found some errors with your configuration: Policy file does not have a
keystore... at least not one that we can locate.
Can someone tell me how to set the 'java.security.auth.login.config' property?
Will this fix the other error messages as well?
Thanks!