trying to decide whether the platform is 64bit or not. We should have
been checking for the existance of the /usr/lib64/jvm/jre folder instead
of just checking for the existance of the /usr/lib64 folder.
system re-boot.
Also added code to deal with cases where the
CASA_auth_token_jaas_support rpm is installed before the basic ATS setup
script is executed, thus ending up with the signing cert not being
imported into the client's key store.
M server/package/linux/CASA_auth_token_server.changes
M server/package/linux/CASA_auth_token_server.spec.in
M server/AuthTokenValidate/Svc/linux/CasaAuthtokenValidateD
-omhis line, and those below, will be ignored--
M server/configure.in
M server/package/linux/CASA_auth_token_server.changes
M server/package/linux/CASA_auth_token_server.spec.in
M server/AuthTokenValidate/Svc/linux/envvars
M server/AuthTokenValidate/Svc/linux/Makefile.am
they needed to be more involved (Each child process needed to
initialize the JVM) and because it introduced a whole set of
new problems that were not acceptible. Instead, now we will support
an optional single-threaded process model that can be invoked to
deal with JVMs that have trouble executing when invoked from a
thread.
where it executes the Java classes from helper processes. This is being
dome to get around SUN's JVM problem where class invokations from a
thread fail.