From the course: Java EE: Application Servers

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Address missing JEE capabilities

Address missing JEE capabilities

From the course: Java EE: Application Servers

Start my 1-month free trial

Address missing JEE capabilities

- [Instructor] HPlus Sport Drink IT Manager has directed that we go forward with installing the latest Java EE version of the web application. We know there might be some issues here because Tomcat does not readily support Java EE APIs. When it comes to addressing missing JEE functionality and capabilities in Tomcat, there are varied ways to remediate this. Sometimes this includes copying the missing API jar to the lib directory, like we did previously with missing MySQL driver. Sometimes it means doing something a little different, like including the missing dependencies within the build file. For this video, we've provided a simple CDI application, a Contexts, Dependencies and Injection web app, which is designed to cause a standard Tomcat installation to fail. Let's compile our project in practice_files, 01_06 _begin. We'll type the command gradle clean build. Assuming you don't have any errors, let's move on with deploying. We'll come back to our Tomcat terminal here. I'm going to…

Contents