REST JIRA NoClassFound

leandro siciliano August 25, 2017

Hello,

I have a plugin that I need to send datas to another server. Now a days we have system that pass this datas through call GET and do serialization of a class and deserialization in another server. This process was built with .jsp.

I built one REST to receive this datas and build my object again with deserialization but I´m getting "NoClassFound".

I´ve been studing about REST and seems to me that tomcat doesn´t get this class to build my object again.

Should I need to do something to "put" this class into tomcat ? Did I forget anything in cofiguration ?

thanks a lot 

0 answers

Suggest an answer

Log in or Sign up to answer