Shrileckha Chaithanya
2010-05-14 19:48:02 UTC
Hi All,
I am getting "The server has not found anything matching the request URI" when I run a sample application deployed in the weblogic server. Attached are the sample REST app that is taken from the restlet website. Below is the following entry in web.xml file:
<servlet>
<servlet-name>RestletServlet</servlet-name>
<servlet-class>
com.noelios.restlet.ext.servlet.ServerServlet
</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>RestletServlet</servlet-name>
<url-pattern>/*</url-pattern>
</servlet-mapping>
This is not only one entry in web.xml file. I have other application entries too.
The url to access the web app is:
http://localdev.gartner.com:8010/myApp/
I don't get any error on web logic server console. But I get "The server has not found anything matching the request URI" in the browser.
Out put from console:
May 14, 2010 3:37:07 PM com.noelios.restlet.LogFilter afterHandle
INFO: 2010-05-14 15:37:07 127.0.0.1 - 127.0.0.1 8010 GET /myApp/ - 404 0 - 16 http://localdev.mydomain.com:8010 Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 -
It would be really helpful if any one can find the problem.
Thanks,
Shrileckha Chaithanya
------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2609211
I am getting "The server has not found anything matching the request URI" when I run a sample application deployed in the weblogic server. Attached are the sample REST app that is taken from the restlet website. Below is the following entry in web.xml file:
<servlet>
<servlet-name>RestletServlet</servlet-name>
<servlet-class>
com.noelios.restlet.ext.servlet.ServerServlet
</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>RestletServlet</servlet-name>
<url-pattern>/*</url-pattern>
</servlet-mapping>
This is not only one entry in web.xml file. I have other application entries too.
The url to access the web app is:
http://localdev.gartner.com:8010/myApp/
I don't get any error on web logic server console. But I get "The server has not found anything matching the request URI" in the browser.
Out put from console:
May 14, 2010 3:37:07 PM com.noelios.restlet.LogFilter afterHandle
INFO: 2010-05-14 15:37:07 127.0.0.1 - 127.0.0.1 8010 GET /myApp/ - 404 0 - 16 http://localdev.mydomain.com:8010 Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 -
It would be really helpful if any one can find the problem.
Thanks,
Shrileckha Chaithanya
------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2609211