luciano
12-04-2004, 11:54 AM
Hi,
I'm a Java developer and I'd like to invite all others to rate Rimu on Servlets.com (http://www.servlets.com/isps/servlet/ISPReviewView?id=337).
Rimu is a perfect resource for me, and I can recommend it to all Java developers that need a home on the web for their work. I'm not a Linux geek, but this is not a problem thanks to the excellent setup (it worked out of the box, no changes needed) and to the complete HOWTOs.
I just needed to fix the default encoding (guillaume suggested me the solution here (http://forums.rimuhosting.com/phpBB/viewtopic.php?t=37)): my /etc/sysconfig/i18n file is now:
LANG="en_US.ISO-8859-1"
LC_ALL="en_US.ISO-8859-1"
LANGUAGE="en_US.ISO-8859-1"
This is a very important setting for non-English Java apps.
I'm a Java developer and I'd like to invite all others to rate Rimu on Servlets.com (http://www.servlets.com/isps/servlet/ISPReviewView?id=337).
Rimu is a perfect resource for me, and I can recommend it to all Java developers that need a home on the web for their work. I'm not a Linux geek, but this is not a problem thanks to the excellent setup (it worked out of the box, no changes needed) and to the complete HOWTOs.
I just needed to fix the default encoding (guillaume suggested me the solution here (http://forums.rimuhosting.com/phpBB/viewtopic.php?t=37)): my /etc/sysconfig/i18n file is now:
LANG="en_US.ISO-8859-1"
LC_ALL="en_US.ISO-8859-1"
LANGUAGE="en_US.ISO-8859-1"
This is a very important setting for non-English Java apps.