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

2001-08-28 Thread Amthauer, Heiner

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:[EMAIL PROTECTED]




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

2001-08-28 Thread yilmaz

Hi Amthauer!
it seems that you didn't use doPost(Httpreq,res)  method in
your servlet, am i right ?
cheers :)
- Original Message -
From: Amthauer, Heiner [EMAIL PROTECTED]
To: 'tomcat' [EMAIL PROTECTED]
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:[EMAIL PROTECTED]
 






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

2001-08-28 Thread Amthauer, Heiner

no, sorry, you are not. It is not a java source-code problem. The system is
all working perfectly well with normal http. And there are serveral
servlets, some being accessed with POST and some with GET - all work fine.
Until I switch to SSL. Afterwards I can no longer access the servlets with
POST.

greetings

 it seems that you didn't use 
 doPost(Httpreq,res)  method in
 your servlet, am i right ?
 cheers :)



mod_jk required for apache/tomcat/SSL?

2001-08-27 Thread Amthauer, Heiner

Hi there!

I want to use tomcat togehter with apache+mod_ssl. However, accessing my
servlets via SSL doesn't work at all, whereas using normal http requests it
all works fine. In any documentation about using SSL with apache/tomcat I
allways find configuration examples for mod_jk, but none for mod_jserv
(which I use). Is mod_jk a must when using apache/tomcat/SSL? If not, how
can it be done with mod_jserv?

Any fast 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:[EMAIL PROTECTED]





RE: mod_jk required for apache/tomcat/SSL?

2001-08-27 Thread GOMEZ Henri

Hi there!

I want to use tomcat togehter with apache+mod_ssl. However, 
accessing my
servlets via SSL doesn't work at all, whereas using normal 
http requests it
all works fine. In any documentation about using SSL with 
apache/tomcat I
allways find configuration examples for mod_jk, but none for mod_jserv
(which I use). Is mod_jk a must when using apache/tomcat/SSL? 
If not, how
can it be done with mod_jserv?

You should put the JkMount in the SSL Virtual area also :)



RE: mod_jk required for apache/tomcat/SSL?

2001-08-27 Thread GOMEZ Henri

In any documentation about using SSL with 
apache/tomcat I
allways find configuration examples for mod_jk, but none for mod_jserv
(which I use). Is mod_jk a must when using apache/tomcat/SSL? 
If not, how
can it be done with mod_jserv?

Yes, mod_jk will forward to your servlet/JSP 
the SSL information found in Apache 



Re: mod_jk required for apache/tomcat/SSL?

2001-08-27 Thread Jan Labanowski

Try http://www.ccl.net/cca/software/UNIX/apache/index.shtml

You may need to put the same stuff you have under default port 80
inside the block for virtual host 443 in httpd.conf


On Mon, 27 Aug 2001, Amthauer, Heiner wrote:

 Hi there!
 
 I want to use tomcat togehter with apache+mod_ssl. However, accessing my
 servlets via SSL doesn't work at all, whereas using normal http requests it
 all works fine. In any documentation about using SSL with apache/tomcat I
 allways find configuration examples for mod_jk, but none for mod_jserv
 (which I use). Is mod_jk a must when using apache/tomcat/SSL? If not, how
 can it be done with mod_jserv?
 
 Any fast 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:[EMAIL PROTECTED]
 
 

Jan K. Labanowski|phone: 614-292-9279,  FAX: 614-292-7168
Ohio Supercomputer Center|Internet: [EMAIL PROTECTED] 
1224 Kinnear Rd, |http://www.ccl.net/chemistry.html
Columbus, OH 43212-1163  |http://www.osc.edu/