AW: Tomcat smtp SSL transport?

2004-10-15 Thread Steffen Heil
Hi Tomcat and QMail are installed on same host. Currently clients (Mozilla-mail, KMail, ect) send email using SSL encryption. If tomcat is on the same host as your mail daemon, ssl encryption makes no sense. Send the mail without ssl. It might be nessessary to configure this in QMail, but since

AW: Tomcat with ssl

2004-07-05 Thread Otto, Frank
Thanks for the answer. But I have read this. I have a problem with redirect from port 80 to 443. I use tomcat 4.1.29. My server.xml contains this code: Connector className=org.apache.coyote.tomcat4.CoyoteConnector port=80 minProcessors=5 maxProcessors=75

Re: AW: Tomcat with ssl

2004-07-05 Thread Alvin Antony
hi you can implement it through a servlet filter. As far as i can remember there is a standard valve implementaion for Tomcat, which implements it for you. HTH, Alvin Alvin Antony Software Engineer

AW: Tomcat, webapp, SSL, and index files?

2002-04-02 Thread Ralph Einfeldt
It looks like the module that is responsible for the welcome file has a bug or mod_webapp provides this module with wrong informations so it constructs a wrong url for the redirect to the welcome file. -Ursprüngliche Nachricht- Von: Barris, Wes (LI, Uni of Queensland)

AW: Tomcat, webapp, SSL, and index files?

2002-04-02 Thread Ralph Einfeldt
Although that sounds like a good explanation, what makes you think that this applies to tomcat 4 and mod_webapp ? At the time this was written mod_webapp didn't even exist. This remark is about mod_jserv vs. mod_jk. (As mod_webapp is intended as the successor of mod_jk it's a 'downgrade')