From: Aubrey B. <bou...@gm...> - 2009-09-29 23:19:59
|
Hi, I recently wrote 3 servlets. 1 loads an image, 1 accesses a database and 1 searches the database. It runs perfectly under Tomcat. But when I try to run it with "Jetty" it gives me the following error: HTTP ERROR 405 Problem accessing /DisplayServlet. Reason: HTTP method GET is not supported by this URL Powered by Jetty:// Does anyone know why im getting this error? Regards Aubrey Bourke. |