Websphere Liberty or Base?
Currently have 5.0.2 installed using Tomcat.
Am looking into upgrading to 6.0.1 and have noticed the change from Tomcat to Liberty and the general recommendations in favour of using liberty over Tomcat for version 6.0.1. On our passport advantage site though, I can download and use WebSphere Application Server Base. So, if you have a choice between Base and Liberty, which is it best to go for? (in my case all applications on a single server - no high availability or anything fancy) Many Thanks, Robin |
Accepted answer
WebSphere Liberty is designed to be a lightweight alternative WebSphere Application Server but as it's built on the WebSphere core it facilitates a seamless migration of applications into a full WebSphere AS deployment if and when that becomes desirable. Because WebSphere AS is designed to be an enterprise solution it has capabilities that go way beyond those of Tomcat and WebSphere Liberty but at the price of footprint size and complexity. Depending on your business needs the overhead and commitment involved in a full WebSphere AS deployment may not be desirable and by the sounds of your description above, unnecessary. One advantage of WAS Liberty is that a future move to a full WebSphere AS deployment should pose fewer problems than a move from Tomcat.
See this IBM White Paper for a more informed discussion: http://www-01.ibm.com/common/ssi/cgi-bin/ssialias?infotype=SA&subtype=WH&htmlfid=WSW14199USEN Robin Parker selected this answer as the correct answer
|
2 other answers
WebSphere Liberty is a fast, dynamic, easy-to-use Java EE application server. Ideal for developers but also ready for production, on-premise or in the cloud.
Liberty is a combination of IBM technology and open source software, with fast startup times (<2 seconds), no server restarts to pick up changes, and a simple XML configuration. All in a package (with Java EE7 WEb Profile)that' <60 MB to download. You can be developing applications in no time.
|
here is a more detailed writeup, covering experiences from various deployments and also sharing the thoughts from the development team themselves.,
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
Hi Robin,
How many users do you have now and you are expecting any significant growth in your user base? If Tomcat is working for you now (performing well with appropriate resource allocation) it may be fine to simply follow the upgrade guide process to migrate from Tomcat to Liberty given the sizing considerations for Tomcat and Liberty with CLM are essentially the same (from what I have been told). If you install base WAS, which is fine as well, you need to consider the Tomcat to WAS migration.
Thanks,
Brett