Tue 16 Sep 2008
Tue 5 Feb 2008
Imagine you have a web site in some language (!=en) where you have some special characters (letters + some modifiers). Add some SEO requirements (links ending in .html, URL should contain the article title) and you get a big headache. Or you want to provide search capabilities that would match the text no matter if the user inputs the correct spelling (special characters) or the simplified (ASCII-like) words.
(more…)
Sun 18 Nov 2007
Mon 25 Jun 2007
ALICE has come up with a special request from the monitoring system. They want to have DNS-based load balancing of the central services, taking into account the monitoring information. Since all the monitoring is written in Java it would be nice to have the DNS server also in Java.
(more…)
Tue 24 Apr 2007
This idea came from the need to always have see the status of the AliEn Grid without having to keep several windows with the repository pages open all the time. After some googling around I found this excellent tutorial that made everything clear. The principle is very simple, you have a layout specified in XML, add some JavaScript for the actual work and make everything nice with CSS.
(more…)
Mon 2 Apr 2007
Here is a short step-by-step for enabling ssl in tomcat + enforcing user certificates from CERN.
First you have to create a host certificate. See https://ca.cern.ch/ca/HostCertificates/ManageHostCertificates.aspx for this.
Download the Base64 files. You should now have: privkey.pem (your private key) and newcert.cer (CERN signed).