Does JBoss run well on Windows? [closed]
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
开发者_运维技巧 Improve this questionIt appears that we will have to build/deploy one of our new JBoss apps on Windows.
All our current deployments are on Solaris so we were slightly concerned with the stability of this model. Apparently half of JBoss deployments are on Windows if this article is accurate. But I was wondering what the community had to say.. Is Windows considered a solid platform to deploy JBoss on?
Should be fine. The JBoss folks have paid careful attention to how their software behaves on Windows, even working with Microsoft on it. Make sure you look at the up to date recommendations for running JBoss on Windows. There are multiple ways to set it up and some are no longer recommended. If you just google it, you'll likely find instructions for the outdated setup.
For development I run JBoss on a Windows platform and it runs without any problems.
One pitfall I tapped in was the different sorting behaviour of the file systems. I had two jar files that happened to contain different versions of the same class. On a Linux system one jar was loaded first, on Windows the other, resulting in strange errors. But of course, you should never have two versions of the same class at one time, so this happens only in a badly configured system.
JBoss AS is tested for server editions of Windows - 2003, 2008 etc. Also, some JBoss AS developers develop on Windows, some on Macs.
See the list of tested JBoss EAP configurations.
Yes, JBoss AS should run well on Windows.
精彩评论