gagoyal01 / mongodb-rdbms-sync

Bi-directional data sync between Relational Databases (Oracle, MySql) & MongoDB.
MIT License
40 stars 26 forks source link

servlet.init() exception #2

Open mheni opened 3 years ago

mheni commented 3 years ago

I did all the steps mentioned in the quickstart file. I generated the .war file (step 6), and star the server tomcat. you will find the overview in the attached file an exception thrown by servlet.init ()

javax.servlet.ServletException: "Servlet.init()" javax.servlet.ServletException: "Servlet.init ()" for servlet [SpringDispatcher] threw an exception erreur

tahmid53 commented 1 year ago

How did you exactly generate the .war file?

Were you able to fix the issue?