Dear GWT Community,
We are currently upgrading our application to the latest GWT version using an Eclipse plugin–based, Ant-managed project.
After creating a sample GWT project and deploying it on Payara Server 6, we encounter deployment errors related to the Servlet API (javax.servlet).
After analysis, we observed that:
The latest GWT version still depends on javax.servlet
However, Payara 6 and newer Java/Jakarta EE versions require jakarta.servlet
Due to this mismatch, the application fails during deployment on Payara 6.
Could you please guide us .
Best Regards,
Pankaj Kumar
Java Developer