0

我用 eclipse 创建了一个 web 应用程序。我可以运行它并且可以在浏览器中访问它。我想使用 curl 访问它,但我收到“404,在此服务上找不到请求的 URL /de.vogella.wtp.jsp/ShowAll.jsp”作为响应。我正在使用的命令是

curl http://localhost:8080/de.vogella.wtp.jsp/ShowAll.jsp

我们必须在 tomcat 上进行任何设置才能从 curl 或任何 java 程序访问它。任何帮助将不胜感激。

4

2 回答 2

0

I could get the successful response from Curl when I created a war file from eclipse web project and deployed it to Tomcat. I thought running project on server (Tomcat) through eclipse was enough.

Is it necessary to export the eclipse web project and deploy it to tomcat? I believe there should be better way than this.

于 2012-10-24T17:19:31.527 回答
0

使用HTTPTracer 之类的代理来确定浏览器请求和 curl 请求之间可能存在的差异。

于 2012-10-23T19:31:37.680 回答