Hi Gaby,

1. What does your client look like? I wonder what host you're sending.

2. Did you see a WARNING

resteasy.scan is no longer supported. Use a servlet 3.0 container and the ResteasyServletInitializer

?

-Ron

On 07/09/2015 11:51 PM, Gabriella Turek wrote:
I updated my RestEasy libraries from 3.0.6 to 3.0.9 on Tomcat 8
and I get the error
failed to execute
javax.ws.rs.NotFoundException: Could not find resource for full path: http://<host>/archive/modules/0.3.1

where my web.xml file looks like

<?xml version="1.0" encoding="UTF-8"?>

<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns="http://java.sun.com/xml/ns/javaee"; xmlns:web="http

://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com

/xml/ns/javaee/web-app_3_0.xsd" version="3.0">

<display-name>riskscapemr_rest</display-name>

<listener>

  <listener-class>

org.jboss.resteasy.plugins.server.servlet.ResteasyBootstrap

      </listener-class>

</listener>

<servlet>

  <servlet-name>Resteasy</servlet-name>

<servlet-class>org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher</servlet-class>

</servlet>

<servlet-mapping>

  <servlet-name>Resteasy</servlet-name>

  <url-pattern>/*</url-pattern>

</servlet-mapping>

<context-param>

  <param-name>resteasy.scan</param-name>

  <param-value>true</param-value>

</context-param>

<context-param>

<param-name>resteasy.servlet.mapping.prefix</param-name>

  <param-value>/</param-value>

</context-param>

</web-app>


Thanx

Gaby



------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/


_______________________________________________
Resteasy-users mailing list
Resteasy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/resteasy-users

------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
Resteasy-users mailing list
Resteasy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/resteasy-users

Reply via email to