Global Directory
Global Directory
EXPLORE OUR SITES
London Stock Exchange Group
LSEG Data & Analytics
MyAccount
LSEG Perspectives
London Stock Exchange
FTSE Russell
LCH
Contact Us
Home
TR Internal
Migrating applications from WebSphere to Tomcat
jeff.mortimer
In the Legal Tech Online Charges team, we've got some applications running under WebSphere we'd like to get migrated to Tomcat. I know this is something we've done before... Can anyone point me to some good documentation or checklists on how to do it?
Find more posts tagged with
tomcat
refinitiv-internal
Accepted answers
Steven Wall
I was part of an effort at a previous employer to migrate from Weblogic to Tomcat. Here are the steps we had to take:
1. Determine if any Java EE features were being used that are not supported by Tomcat such as Transaction Management (JTA), EJBs, JMS, JPA, Mail, etc. Our biggest problem was we were using EJBs so we had to remove those. For JMS and JPA, we just added the corresponding Spring libraries to our new WAR.
2. Remove use of any classes specific to your existing container (e.g. Websphere extension classes). Usually we would replace these with some Spring classes that would do the same.
3. Change build script to create a WAR instead of an EAR.
4. Deploy new WAR file to Tomcat and test.
All comments
Steven Wall
I was part of an effort at a previous employer to migrate from Weblogic to Tomcat. Here are the steps we had to take:
1. Determine if any Java EE features were being used that are not supported by Tomcat such as Transaction Management (JTA), EJBs, JMS, JPA, Mail, etc. Our biggest problem was we were using EJBs so we had to remove those. For JMS and JPA, we just added the corresponding Spring libraries to our new WAR.
2. Remove use of any classes specific to your existing container (e.g. Websphere extension classes). Usually we would replace these with some Spring classes that would do the same.
3. Change build script to create a WAR instead of an EAR.
4. Deploy new WAR file to Tomcat and test.
Quick Links
All Forums
Recent Questions
Terms of use
Privacy & Cookie Statement
Cookies settings
Do not sell my info
Whistleblowing
UK Bribery Act
Modern Slavery Act