Removed the identity-abstraction files from the CasaAuthTokenSvc war

file to allow for the files to be deployed and updated separatedly.
This commit is contained in:
Juan Carlos Luciani
2006-10-20 16:00:04 +00:00
parent eb90af6c4e
commit f60d8d1cc6
4 changed files with 25 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Oct 20 09:53:55 MDT 2006 - jluciani@novell.com
- Modified the CasaAuthTokenSvc war file to no longer include the
identity-abstraction jars. The CASA_auth_token_svc rpm now requires
the installation of the identity-abstraction rpm and the service is
able to load its files from the location where they are installed
with settings set in the server.xml file of our tomcat base.
-------------------------------------------------------------------
Wed Oct 18 17:22:01 MDT 2006 - jluciani@novell.com