The keystore path in the server.xml specific to Zen installations was

wrong.
This commit is contained in:
Juan Carlos Luciani 2007-01-25 10:29:19 +00:00
parent 4c710b0f57
commit 1adf80b8ae
2 changed files with 10 additions and 4 deletions

View File

@ -29,9 +29,9 @@
UserDatabaseRealm to authenticate users -->
<Resource name="UserDatabase" auth="Container"
type="org.apache.catalina.UserDatabase"
description="User database that can be updated and saved"
factory="org.apache.catalina.users.MemoryUserDatabaseFactory"
pathname="conf/tomcat-users.xml" />
description="User database that can be updated and saved"
factory="org.apache.catalina.users.MemoryUserDatabaseFactory"
pathname="conf/tomcat-users.xml" />
</GlobalNamingResources>
@ -89,7 +89,7 @@
enableLookups="false" disableUploadTimeout="true"
acceptCount="100" debug="0" scheme="https" secure="true"
clientAuth="false" sslProtocol="TLS"
keystoreFile="/opt/novell/zenworks/share/dm-certs"
keystoreFile="/etc/CASA/authtoken/keys/server/jks-store"
keystorePass="secret" algorithm="SunX509" />

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jan 25 15:18:38 MST 2007 - jluciani@novell.com
- The keystore path in the server.xml specific to Zen
installations was wrong.
-------------------------------------------------------------------
Wed Jan 24 10:55:40 MST 2007 - jluciani@novell.com