I’m developing web application on java and in the nearest future I will host it.
I have experience only with Windows but host application I want on Unix system. My choice fell on FreeBSD. Is it good choice? If anybody have experience or can advice something?I will be grateful.
I’m developing web application on java and in the nearest future I will host
Share
As far as I am aware, all JVMs for FreeBSD are third party ports and there is no directly vendor supported JVM available for this platform. Although there is a port maintained within the FreeBSD ports library it has no direct support from Sun/Oracle.
I don’t think Java on FreeBSD is widely used as a platform. You can use it and the FreeBSD folks claim the port is stable and (given the standards normally applied to stability in BSD circles) this is a reasonably credible claim. However Java is much more widely used on Linux and has much better support on that platform. You might be better off with Linux if you want to host a Java application.