|
From: Christian F. <hos...@ip...> - 2014-01-01 12:29:37
|
Hi,
a happy new year and ejbca 6.0.3 seems to be a great work, upgrade from
4.0.16 to 6.0.3 was successful. I feel there is a significant
performance improvement of ejbca.
While installation (CentOS 6.5) following issues needed some investigation:
1. Use latest ant from Apache homepage, ant from CentOS is too old for
ejbca. Enforcing Selinux does not hurt, so it should be activated.
2. OpenJDK7 from CentOS should be used with jboss-eap-6.1.0 because
install hangs if jboss-eap-6.2.0 at
jee:web-configureJBoss7Cleanup:
[exec] Result: 1
[exec] Result: 1
[exec] Result: 1
[exec] Result: 1
... -> Guru Meditation
while ant web-configure. After install you may upgrade to jboss-eap-6.2.0.
3. Database config needs to be changed while upgrading from JBoss6 to 7:
database.properties must be changed from
database.driver=com.mysql.jdbc.Driver
to
database.driver=com.mysql
otherwise ant deploy is not willing to find database driver. This is an
JBoss6 to JBoss7 upgrade issue, but should be documented.
BTW: I am not using MySQL, MariaDB works with ejbca, also.
best regards
Christian
Am 30.12.2013 09:53, schrieb Tomas Gustavsson:
> We are happy to announce that EJBCA 6.0.3 has been released! This is a
|