What about configuring and deploying IBM Content Search Services in a docker container ? Let’s see how to do this !
Continue readingInstalling IBM Content Search Services with secured port
This post will explain how to install IBM Content Search Services, configuring secured port, and optionally disabling the non secured port.
Continue readingInstalling Oracle Database 12c
In this article, I will show you how to install Oracle Database 12c in a sandbox !
Continue readingInstalling IBM Security Directory Server with SSL
In this post, I will explain how to configure IBM Security Directory Server and adding SSL.
Deploying WordPress using Docker
Few days ago, I changed my personal server, with all my data, to another one. On this new one, I choose to use Docker to deploy all my old stuff, including this web site. When investigating throught Docker, I thought it was nice to explain the migration from my old server to my new one !
Starting with docker
Today, we will see Docker, the “open platform for developers and sysadmins to build, ship, and run distributed applications, whether on laptops, data center VMs, or the cloud.”
EDS service, how to provide external data when using Content Navigator
According to the official IBM redbook related to Content Navigator, the External Data Services (a.k.a. EDS) is “an interface that IBM Content Navigator provides to access data from external data sources. EDS can be used to define field validation criteria, prefill the field values, or other custom properties for existing repository metadata during delivery or change of documents or folders.”. Actually, this is a more powerful aplication service than that.
Upgrading from DB2 9.7 to DB2 10.5
Today, I was confronted to a specific problem related to FileNet. When adding lots of properties / class definitions, and creation new property definitions to all my class definitions, FileNet (version 5.2.1 fix pack 6) just returns me an aggressive FNRCD0022E: DB_ROWLENGTH_LIMIT_EXCEEDED, which means that the table just exceeded the maximum size allowed (c.f. this IBM thread). After some research, it appears that this bug is resolved in DB2 version 10.5, so I had to upgrade my environment !
Spring-ldap, how to love querying active directory
Because managing Active Directory entries is not so easy using java API, the Spring team provides the spring-ldap API, which is an amazing library !
Good to know about IBM Content Navigator services
As we know, IBM Content Navigator is a powerfull framework, but a complicated framework too. And, because IBM Content Navigator is a web application, you have to take care about concurrency !