Archive for October, 2005

Tomcat, JSPs and Java 5 on a Mac

Tuesday, October 25th, 2005

While toying with Exo Platform [en], THE open source portal, I hit some problems with the login JSP file. Basically the JVM was trying to load JNI libraries as JAR files and this made the javac process to fail, as explained here [en].
If you experience such problems, there are two solutions: either move or delete all the […]

Jini in the open source world…

Thursday, October 20th, 2005

Yesterday has been a day full of Jini [en] news.
Version 2.1 of Jini has been released [en] under Apache License v2 [en]. It is now definitely easier to get start with Jini because of the new installer that is able to check the environment and start the basic services. So if you tried Jini before and gave up […]

XWiki installation cruisade

Wednesday, October 19th, 2005

I am investigating the idea of writing a kind of portal about ecommerce news in french.
I decided to use XWiki [en] in order to have an easy to manage website, provide RSS feeds, and please Ludovic [fr] :-p
Anyway, here are the steps I did in order to get it working:

add a subdomain in the DNS: http://ecommerce.kalixia.net [fr],
unpack XWiki [en] […]