the file web.xml contains <servlet-class>org.glassfish.jersey.servlet.ServletContainer</servlet-class> instead of <servlet-class>com.sun.jersey.servlet.ServletContainer</servlet-class>.
With the current configuration, the service returns HTTP 500, because of
it.polito.dp2.NFFG.sol3.service.Resource is not a subclass of class javax.ws.rs.core.Application
This is probably due to the fact of inconsistent libraries. Need an updated version from Sisto
the file
web.xml
contains<servlet-class>org.glassfish.jersey.servlet.ServletContainer</servlet-class>
instead of<servlet-class>com.sun.jersey.servlet.ServletContainer</servlet-class>
. With the current configuration, the service returns HTTP 500, because ofThis is probably due to the fact of inconsistent libraries. Need an updated version from Sisto