I will mainly run JBoss AS 5 on this server and I am just started to learn Linux. So which Linux distro is both easy to learn/configure/manage and runs JBoss well? Any advice/hints is appreciated.
|
feedback
|
migrated from stackoverflow.com Oct 30 '09 at 0:43
This question came from our site for professional and enthusiast programmers.
|
Well, RedHat (RHEL) would be a "natural" choice (as JBoss is a division of RedHat). CentOS is another option. But, to be honest, JBoss would run nicely on Ubuntu Server too (that you might want to choose if you like debian based distros). | |||
|
feedback
|
|
I would say that any distro is good except that you might want to uninstall the default Java that comes with your distro. OpenJDK is very commonly installed with all the main distros. What I do is download the Oracle/Sun java .bin installer and then I use the etc alternatives system to reconfigure the path environment for the newly installed Java. This script , which needs modification, might give you some hints on how to do it:
| |||
|
feedback
|
|
I like CentOS for servers. Because it's built on RedHat Enterprise, the packages they include and choices they make are all aimed at the enterprise server market (as opposed to desktops like some other distros). | |||
|
feedback
|
|
This is such a personal choice and there is no one answer fits all. Personally, I find Ubuntu server edition the easiest to get on with as it comes on one cd and easy to get. | |||
|
feedback
|
