MartinoMensio / DP2-Labs

Distributed Programming 2 Laboratories @ Polytechnic University of Turin
MIT License
1 stars 0 forks source link

Assignment 3 deploying not working #19

Closed MartinoMensio closed 7 years ago

MartinoMensio commented 7 years ago

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