Does Anyone Use Java in Production?

FreeBSD has had issues running Glassfish and Tomcat for me, and I am considering moving to Ubuntu for Java services. This would be disappointing, since I would probably move all of my servers to Ubuntu to avoid having to maintain two different platforms.

Is anyone using Java in production on FreeBSD?
 
I've used Diablo-JDK6 to run tomcat a couple of days without any problem, but haven't tried OpenJDK to do that. So, what's wrong with your Java? Do you use OpenJDK or Diablo-JDK?
 
I think Diablo is a dependency for Openjdk. I haven't had trouble getting things running, but certain things like injecting EJBs with annotations and either don't work or don't work consistently. I've also had trouble getting certain Maven build features to work. It doesn't sound like you are using it in production if you just used it a couple of days-are you looking to run Tomcat on FreeBSD after using another platform?
 
I've had Alfresco running with diablo-jdk for years, its not really used any more but it still works and has never given me any problems...

thanks Andy.
 
FreeBSD and Java doesn't go very well along. Sure it can work, but it often breaks too. I've already moved my Java applications to Linux.
 
We have been using Java in production successfully for a couple of years now. Running our app on Resin application server (the one installed from ports, we are a non-commercial organization). We run Resin on the Diable JDK though, not the 'official' Java JDK from the java/jdk16 port.

I'm now in the process of testing if Resin (and our application) can run on the OpenJDK port java/openjdk6. Because I have read somewhere that jmap works on FreeBSD with the OpenJDK.

But of course your needs (and I'm thinking: specific libraries and the likes) might differ from ours.
 
Back
Top