Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 75059 invoked from network); 14 Jun 2003 05:52:47 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 14 Jun 2003 05:52:47 -0000 Received: (qmail 329 invoked by uid 97); 14 Jun 2003 05:55:15 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 322 invoked from network); 14 Jun 2003 05:55:14 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 14 Jun 2003 05:55:14 -0000 Received: (qmail 73648 invoked by uid 500); 14 Jun 2003 05:52:35 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 73631 invoked from network); 14 Jun 2003 05:52:34 -0000 Received: from ns3.linuxwebnet.com (216.133.76.5) by daedalus.apache.org with SMTP; 14 Jun 2003 05:52:34 -0000 Received: (qmail 16835 invoked from network); 14 Jun 2003 06:31:09 -0000 Received: from adsl-216-102-196-220.dsl.snfc21.pacbell.net (HELO MOOSE) (216.102.196.220) by shada.com with SMTP; 14 Jun 2003 06:31:09 -0000 From: "Filip Hanik" To: "Tomcat Users List" Subject: RE: (SLIGHTOFFTOPIC)SSL configuration for apache and tomcat Date: Fri, 13 Jun 2003 22:52:27 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N one way of doing it is Step 1 - Install OpenSSL 0.9.6g ------------------------------- a) Copy the file /software/apache-ssl/openssl-0.9.6g.tar.gz to /tmp b) Extract the file using the tar command - "cd /tmp" - "tar zxvf openssl-0.9.6g.tar.gz" c) Configure the software (make sure to substitute the variable) - "cd openssl-0.9.6g" - "./config --prefix= d) Build the open ssl software - "make" - "make test" - "make install" Step 2 - Install Apache 2.0.43 ------------------------------ a) Copy the file /software/apache-ssl/httpd-2.0.43.tar.gz to /tmp b) Extract the file using the tar command - "cd /tmp" - "tar zxvf httpd-2.0.43.tar.gz" c) Configure the software (make sure to substitute the and variables) - "cd httpd-2.0.43" - "./configure --prefix= --with-ssl= --enable-s sl=static --enable-mods-shared=all --with-mpm=worker --enable-proxy=shared" d) Build the Apache server - "make" - "make install" e) Copy the ssl test certificates into the conf directory (make sure to substitute the and variables) - "cp -R /software/apache-ssl/ssl-test-certificates/ssl.* /conf/" f) Start the server (make sure to substitute the and variables) - "/bin/apachectl startssl" > -----Original Message----- > From: news [mailto:news@main.gmane.org]On Behalf Of Bill Barker > Sent: Friday, June 13, 2003 10:07 PM > To: tomcat-user@jakarta.apache.org > Subject: Re: (SLIGHTOFFTOPIC)SSL configuration for apache and tomcat > > > mod_ssl ships with Apache 2.0.x. Try: > $ ./configure --enable-ssl > $ make > $ sudo make install > > > "Shyama Gavulla" wrote in message > news:1055518114.3ee9eda264235@www.coe.neu.edu... > > Hi All, > > > > Thanks to everyone here who responded to my emails immediatly and helped > me in > > moving my from Jrun to Tomcat. The transition was smooth and now my web > app > > runs perfectly on tomcat and apache2.0.46. I have some other things to > move > > from Jrun to tomcat and apache. > > > > First one is SSL > > > > I didnt find the mod_ssl.so in the modules directory of apache > . Where can > I > > download them and how can I configure it? > > > > Second scheduler for tomcat: > > > > I have a thread which has to run every day. How can I do it in tomcat ? > > > > It would be grateful if someone can tell me some documentation > about these > > things . and once aain THANKS A LOT. > > > > Thanks in advance, > > shyam > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org