Reputation: 3486
I'm trying to run a java project with open liberty, but the servlet API is not being found.
What is missing?
Update
Here is some extra info.
Java 1.8
OL 21.0.0.11
myeclipse 2020.9.16
Facets: Dynamic Web Module 3.0
Open Liberty Features
<featureManager>
<feature>javaee-8.0</feature>
<feature>restConnector-2.0</feature>
<feature>monitor-1.0</feature>
<feature>localConnector-1.0</feature>
</featureManager>
Upvotes: 0
Views: 102