>Of course Orion writes error logs, where did you get the impression that it
>doesn't?
well, the deployment directory was one place where I didnt look. I suppose I
overlooked the mention of this in the docs...
>It does indeed support the POST method. That is mandated by the Servlet
>specification.
since my confidence in the log files has risen a little, I reran my/Josephs
GET/POST test and had a look into default-web-access.log. This is what I saw
after hitting the POST button:
127.0.0.1 - - [30/May/2000:19:18:06 +0100] "POST /j2eetest/testServlet
HTTP/1.1" 301 0
127.0.0.1 - - [30/May/2000:19:18:07 +0100] "GET /j2eetest/testServlet/
HTTP/1.1" 200 22
and this after GET:
127.0.0.1 - - [30/May/2000:19:18:56 +0100] "GET /j2eetest/testServlet?
HTTP/1.1" 301 0
127.0.0.1 - - [30/May/2000:19:18:57 +0100] "GET /j2eetest/testServlet/
HTTP/1.1" 200 22
can you tell me what this means?
regards,
Christian