Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which distro of Linux is best suited for Java web apps? [closed]

There are so many Linux distributions to choose from! What is the "best" linux flavor for a web hosting environment running primarily: Apache HTTP, Tomcat or JBoss, MySQL and Alfresco (not necessarily all in the same instance).

Are there any significant differences in terms of ease of administration and configuration, performance and stability for such applications, etc.?

What would you recommend?

Thanks! Mike

like image 588
mbrevoort Avatar asked Sep 26 '08 04:09

mbrevoort


People also ask

Can Java apps run on Linux?

If you want to run the java program on Kali Linux, you need to install the latest version of Java JDK on your kali Linux just like we do in any other operating system. So in order to run a java program, you first need to know how to install Java on your system.

Is Debian OS good for programming?

Debian – best for programmers that prefer a stable environment. Debian is one of the oldest distros that's still active and popular today. Ubuntu, and dozens of other distros, are based on Debian. It's a stable, easy-to-use distro that comes pre-installed with all the tools a programmer might need.


3 Answers

They all use similar tools to administer things like webmin, and sshd.

What are you more familiar with. Red Hat based systems(fedora, mandriva) or Debian based systems(Ubuntu). This family divide will determine a few things. First rpm packaging vs deb packaging.

You also want to look at the level of activity of the project. Mandriva and Ubuntu are two examples of active distributions. That try to keep up with current releases of software.

Other than that most stuff performs with little difference.

like image 153
J.J. Avatar answered Sep 20 '22 06:09

J.J.


You also might want to consider OpenSolaris, as it is from the same company which developed Java in the first place and I've heard rumours, that it supports threading better than Linux does and in Java threads are quite important.

Update: Since Oracle changed the distribution model of OpenSolaris to a more commercial one you might want to check out the open source fork OpenIndiana (thanks to sed for bringing this to my attention). Oracle seems to still be providing the non-open Solaris and does also own Java, so decide for yourself.

like image 41
inkredibl Avatar answered Sep 20 '22 06:09

inkredibl


No, not really.

It is really more down to the packages you install than the distribution you run.

For stability people always recommend Cent OS because it's the poor mans RHE (as in it's basically RHE but free-as-in-beer)

like image 34
SCdF Avatar answered Sep 19 '22 06:09

SCdF