Hello

I've upgraded from M6 to M7 and the requested URLs never match when I
use my application within servlet container (via the restlet servlet).
Application is attached, but server responses 404 to every request.

It works with M6. If my application is run with M7, but _not_ in
servlet environment, it works, too.

restlet.xml
---------------
<?xml version="1.0"?>
 <component xmlns="http://www.restlet.org/schemas/2.0/Component";>
    <defaultHost>
       <attach uriPattern=""
                  targetClass="hu.zakk.z108.MainApplication" />
    </defaultHost>
 </component>


web.xml
------------
<servlet>
    <servlet-name>RestletServlet</servlet-name>
    <servlet-class>org.restlet.ext.servlet.ServerServlet</servlet-class>
  </servlet>

  <servlet-mapping>
                 <servlet-name>RestletServlet</servlet-name>
                 <url-pattern>/*</url-pattern>
  </servlet-mapping>
--------------------------

Is it a known issue?

Thanks

Zsolt

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2449796

Reply via email to