You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Amthauer, Heiner" <He...@t-systems.de> on 2001/08/28 09:24:20 UTC

to be a bit more specific: using POST with SSL (was: mod_jk requ ired for apache/tomcat/SSL?)

Hi again,

sorry, my last question did not really explain my situation. I'll try it
again:
I did install Apache 1.3.20, Tomcat 3.2.3, openssl 0.9.6, mm 1.1.3 and
mod_ssl 2.8.4. I installed it according to a install-log of our company
(which is actually the same as yours, Jan :) and it all works fine with one
exception:
I CAN access servlets using the GET-method, however, I CANNOT access
servlets using the POST-method. When using the POST-method I geht some
cryptical charaters in the access-log togheter with a '501' and I get a
'Invalid method in request' in the error-log. Unfortunatelly I _haveto_ use
the POST-method, because we are sending objects to our servlets. Now, the
question is: 

What exactly do I need for sending objects to serlvets via SSL using the
POST-method? Is mod_jserv enough? Is it a configuration problem?

Any hints and help is greatly appreciated.

regards
Heiner

--------------------------------------------------------
Dipl. Ing. Heiner Amthauer
Entwicklungsingenieur

T-Systems

debis Systemhaus Ulm GEI GmbH
Tel.: 0731 / 93 44 44 22
Fax.: 0731 / 93 44 44 09
Mobil.: 0178 / 42 69 33 5
mailto:heiner.amthauer@t-systems.de
--------------------------------------------------------

Re: to be a bit more specific: using POST with SSL (was: mod_jk required for apache/tomcat/SSL?)

Posted by yilmaz <yi...@hwajet.com.tw>.
Hi Amthauer!
it seems that you didn't use doPost(Http........req,........res)  method in
your servlet, am i right ?
cheers :)
----- Original Message -----
From: "Amthauer, Heiner" <He...@t-systems.de>
To: "'tomcat'" <to...@jakarta.apache.org>
Sent: Tuesday, August 28, 2001 3:24 PM
Subject: to be a bit more specific: using POST with SSL (was: mod_jk
required for apache/tomcat/SSL?)


> Hi again,
>
> sorry, my last question did not really explain my situation. I'll try it
> again:
> I did install Apache 1.3.20, Tomcat 3.2.3, openssl 0.9.6, mm 1.1.3 and
> mod_ssl 2.8.4. I installed it according to a install-log of our company
> (which is actually the same as yours, Jan :) and it all works fine with
one
> exception:
> I CAN access servlets using the GET-method, however, I CANNOT access
> servlets using the POST-method. When using the POST-method I geht some
> cryptical charaters in the access-log togheter with a '501' and I get a
> 'Invalid method in request' in the error-log. Unfortunatelly I _haveto_
use
> the POST-method, because we are sending objects to our servlets. Now, the
> question is:
>
> What exactly do I need for sending objects to serlvets via SSL using the
> POST-method? Is mod_jserv enough? Is it a configuration problem?
>
> Any hints and help is greatly appreciated.
>
> regards
> Heiner
>
> --------------------------------------------------------
> Dipl. Ing. Heiner Amthauer
> Entwicklungsingenieur
>
> T-Systems
>
> debis Systemhaus Ulm GEI GmbH
> Tel.: 0731 / 93 44 44 22
> Fax.: 0731 / 93 44 44 09
> Mobil.: 0178 / 42 69 33 5
> mailto:heiner.amthauer@t-systems.de
> --------------------------------------------------------
>