Re: Upgrading Tomcat from 7.0.34 to 8.0.53

2020-11-19 Thread Chuan Ong
Hi Steven I think what you are looking for is called Apache TomEE which is a version of tomcat that supports EJBs. You can find it here: https://tomee.apache.org. Judging from what you are stating checkout version 7.1.4 plus. Thanks. On Thu, Nov 19, 2020 at 1:02 PM Mark Thomas wrote: > On

Re: Upgrading Tomcat from 7.0.34 to 8.0.53

2020-11-19 Thread Mark Thomas
On 19/11/2020 18:48, Nelligan, Steven M wrote: > > I am in the process of upgrading our systems from Tomcat 7.0.34 to Tomcat > 8.0.53 and Java 7 to Java 8 Tomcat 8.0.x is no longer supported. You need to upgrade to at least 8.5.x and preferably 9.0.x. > I'm not sure if this is a java 8 or a

Upgrading Tomcat from 7.0.34 to 8.0.53

2020-11-19 Thread Nelligan, Steven M
I am in the process of upgrading our systems from Tomcat 7.0.34 to Tomcat 8.0.53 and Java 7 to Java 8 I'm not sure if this is a java 8 or a Tomcat 8 issue. We have several application which use EJBs. These are not working. I have no experience in EJB's and having problems trying to figure