Using Tomcat... I have overridden all of the doXXX methods in a sample servlet. I am printing the method name to the response. I get back the "doGet" message even when I send the method attribute as "PUT" or "HEAD" in the html form call. Any examples of how to use doPut and doHead ? Havent seen any examples in any book...
Thanks -- padhu
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12267
1
posted
0
I imagine your first problem is because the browser "knows" that forms have to be either get or post and substitutes GET. You will have to write your own HttpURLConnection to use PUT or HEAD. Right off hand I don't recall seeing any examples either. Bill
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.