faisal <mailto:[EMAIL PROTECTED]> scribbled on Saturday, June 04, 2005 4:40 AM:
> i used mod_jk2 when i was integrating tomcat with apache2. i also > tried my hands on mod_jk and i find mod_jk2 a bit simpler of the two. > > regarding SSL, ur gonna ve to enable SSL on both server. Not sure what you mean by this. However we only have our certificate configured under Apache (Apache 2.0.49 and Tomcat 5.5.7). Our web application does check to make sure that the HTTPS protocol was used - but there is nothing special we did in Tomcat to enable that. > ... apache2 on > fedora core 3 comes SSL ebabled so i did't ve to do anything there. > my java web application used SSL for user logins so i had to > configure my tomcat to enable SSL (java jeystore and tomcat > server.xml and stuff.) > > be carefull when redirecting user requests to HTTP to SSL or SSL to > HTTP port on ur tomcat. use Apache web server ports instead of > tomcat's port(which are 80 for http and 443 for https.) > > how ur gonna integrate Apache web server - tomcat?? > u dont. AJPConnetor13 does it for u. > > u only ve to configure ur apache server to use mod_jk2 for ur web app > requests. tomcat handles everything out of box(atleast newer one > which we > uses.) > > -----Original Message----- > From: jfc100 [mailto:[EMAIL PROTECTED] > Sent: Saturday, June 04, 2005 1:54 PM > To: tomcat-user > Subject: apache2+mod_jk + ssl: howto > > > Hi, > > My environment: linux 2.4.22, httpd2 running on its own machine with > an appropriate mod_jk module, tomcat4.1.24+jboss3 running on a > seperate machine. > > I have searched this list for an answer to my question but so far > have come up empty handed. My question is simply, 'If I want to front > an instance of tomcat with an instance of apache httpd and to enable > my java webapps to use ssl, do I need to configure httpd for ssl or > do I need to configure tomcat for ssl?'. > > Any help will be much appreciated. > > jfc > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
