
Dear Viewers,
Eclipse application are debugged using traditional ways like System.out.println, restart the application, update the jar and verify their coding workflow through logs. Its better to debug your application and step over each line of code to check your result, and saves more time too.
1. Open run.sh file and add the following code before the line where catalina gets executed . sh ../tomcat/bin/catalina.sh...