Hi, I have migrated my web service app from Tomcat 6 to Tomcat 8.0.26 and am now having trouble with web service method calls. The error in localHost.log shows as:
127.0.0.1 - - [30/Oct/2015:11:38:46 -0500] "POST /myfolder HTTP/1.0" 500 512
I was doing some googling and found that this error is not very well described. It seems that the class in my path can't be accessed, or there is a permissions issue.
Thanks for the help.