I am working with a server extentsion for Neo4j. I got a problem with mapping POJOs to and from JSON, and found the solution in this thread: A message body writer for Java class not found The problem is that I do not have a web.xml in my project. I tried to add one, but it did not work.
Is it possible to add web.xml to a server extension plugin?
Thanks!