, 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)
) 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
[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
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)
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