RE: GET request instead of POST

2006-01-03 Thread khan.sajid
, 2006 7:51 PM To: Tomcat Users List Subject: Re: GET request instead of POST [EMAIL PROTECTED] wrote: > Any help on this ? , resending since I did not any replies My first step would be to track down exactly where this GET request is coming from. I would use TcpMon (from the Apache Axis project)

Re: GET request instead of POST

2006-01-02 Thread Martin Gainty
) instead of JSP page(s)? That said..Do you know for sure this issue is not a permissions problem with your applet ? Martin- - Original Message - From: "Mark Thomas" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, January 02, 2006 9:20 AM Subject: Re: G

Re: GET request instead of POST

2006-01-02 Thread Mark Thomas
[EMAIL PROTECTED] wrote: > Any help on this ? , resending since I did not any replies My first step would be to track down exactly where this GET request is coming from. I would use TcpMon (from the Apache Axis project) to act as a proxy in from of Apache to see exactly what your applet is sending

RE: GET request instead of POST

2006-01-01 Thread khan.sajid
Any help on this ? , resending since I did not any replies Hi All, We are using Apache as the web server and tomcat as the servlet container using mod_jk.From the applets we are making HttpURLConnection to a servlet using POST method ( we set using setRequestMethod("POST") of HttpURLConnection)

GET request instead of POST

2005-12-30 Thread khan.sajid
Hi All, We are using Apache as the web server and tomcat as the servlet container using mod_jk.From the applets we are making HttpURLConnection to a servlet using POST method ( we set using setRequestMethod("POST") of HttpURLConnection). In the servlet,we have implemented the doPost method and in