Re: tomcat 4.1.12, apache SSL on rh 7.2 - most stable configuration?

2002-11-15 Thread Nicholas Pappas
Thanks Bill,
You're correct - I saw it on httpd.apache.org-- it was in the FAQ:

http://httpd.apache.org/docs/misc/FAQ.html#SSL-i

Thanks for your reply...
Best,
Nicholas

Bill Barker wrote:

 Tomcat doesn't redistribute JSSE because of Licensing restrictions.
 However, this is mostly irrelevant if you are using Apache2+mod_jk.  When I
 download Apache2, it comes with a full mod_ssl.  And certainly, the
 restrictions shouldn't be on the jakarta.apache.org site (please provide a
 URL, so that it can be fixed).  If any (and I can't find them), they should
 be on httpd.apache.org.

 Nicholas Pappas [EMAIL PROTECTED] wrote in message
 news:3DD443B1.E27208DB;cs.nyu.edu...
  Hi all,
 
  Could someone please recommend a stable high-volume config (just
  app/module names, no config files necessary - yet :)  ) for SSL and
  non-SSL traffic served by tomcat (non-standalone) and apache on a Red
  Hat 7.2 server?
 
  I am considering using Tomcat 4.1.12, jk (not jk2 - for stability) and
  Apache 2.0.43 .  I looked at the jakarta.apache.org site and I see that
  Apache 2.0.43 doesn't include SSL support due to export concerns.
 
  Am I better off using Apache 1.3.27 or going with 2.0.43 and modssl?
 
  Sorry if this is slightly off-topic - I've read in these archives
  someone uses RH 7.2, tomcat 4.1.12 and jk for a high-volume stable
  server-- wondering if SSL is involved and what Apache version would go
  well with the rest
 
  Best regards,
 
  --
  Nicholas Pappas

 --
 To unsubscribe, e-mail:   mailto:tomcat-user-unsubscribe;jakarta.apache.org
 For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org

--
Nicholas Pappas



--
To unsubscribe, e-mail:   mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org




RE: tomcat 4.1.12, apache SSL on rh 7.2 - most stable configuration?

2002-11-15 Thread Turner, John

That FAQ is for Apache 1.3 (see header at top of page). 

Mod_SSL is a part of Apache 2.

For Apache 2, you'll want to look here
http://httpd.apache.org/docs-2.0/

and here
http://httpd.apache.org/docs-2.0/ssl/

for documentation.

John


 -Original Message-
 From: Nicholas Pappas [mailto:pappas;cs.nyu.edu]
 Sent: Friday, November 15, 2002 8:16 AM
 To: Tomcat Users List
 Subject: Re: tomcat 4.1.12, apache  SSL on rh 7.2 - most stable
 configuration?
 
 
 Thanks Bill,
 You're correct - I saw it on httpd.apache.org-- it was in the FAQ:
 
 http://httpd.apache.org/docs/misc/FAQ.html#SSL-i
 
 Thanks for your reply...
 Best,
 Nicholas
 
 Bill Barker wrote:
 
  Tomcat doesn't redistribute JSSE because of Licensing restrictions.
  However, this is mostly irrelevant if you are using 
 Apache2+mod_jk.  When I
  download Apache2, it comes with a full mod_ssl.  And certainly, the
  restrictions shouldn't be on the jakarta.apache.org site 
 (please provide a
  URL, so that it can be fixed).  If any (and I can't find 
 them), they should
  be on httpd.apache.org.
 
  Nicholas Pappas [EMAIL PROTECTED] wrote in message
  news:3DD443B1.E27208DB;cs.nyu.edu...
   Hi all,
  
   Could someone please recommend a stable high-volume config (just
   app/module names, no config files necessary - yet :)  ) 
 for SSL and
   non-SSL traffic served by tomcat (non-standalone) and 
 apache on a Red
   Hat 7.2 server?
  
   I am considering using Tomcat 4.1.12, jk (not jk2 - for 
 stability) and
   Apache 2.0.43 .  I looked at the jakarta.apache.org site 
 and I see that
   Apache 2.0.43 doesn't include SSL support due to export concerns.
  
   Am I better off using Apache 1.3.27 or going with 2.0.43 
 and modssl?
  
   Sorry if this is slightly off-topic - I've read in these archives
   someone uses RH 7.2, tomcat 4.1.12 and jk for a high-volume stable
   server-- wondering if SSL is involved and what Apache 
 version would go
   well with the rest
  
   Best regards,
  
   --
   Nicholas Pappas
 
  --
  To unsubscribe, e-mail:   
mailto:tomcat-user-unsubscribe;jakarta.apache.org
 For additional commands, e-mail:
mailto:tomcat-user-help;jakarta.apache.org

--
Nicholas Pappas



--
To unsubscribe, e-mail:
mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail:
mailto:tomcat-user-help;jakarta.apache.org

--
To unsubscribe, e-mail:   mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org




Re: tomcat 4.1.12, apache SSL on rh 7.2 - most stable configuration?

2002-11-15 Thread Nicholas Pappas
Ah, thanks John- I clicked the FAQ link at the top of httpd.apache.org's main
page and didn't realize it was to an older FAQ.

You mentioned in one of your previous emails a while back you hadn't had to
reboot your production Tomcat server in several months despite it being very
active-- are you using it standalone or with Apache 2.0.43, or something else?

Thank you

Best,
Nicholas

Turner, John wrote:

 That FAQ is for Apache 1.3 (see header at top of page).

 Mod_SSL is a part of Apache 2.

 For Apache 2, you'll want to look here
 http://httpd.apache.org/docs-2.0/

 and here
 http://httpd.apache.org/docs-2.0/ssl/

 for documentation.

 John

  -Original Message-
  From: Nicholas Pappas [mailto:pappas;cs.nyu.edu]
  Sent: Friday, November 15, 2002 8:16 AM
  To: Tomcat Users List
  Subject: Re: tomcat 4.1.12, apache  SSL on rh 7.2 - most stable
  configuration?
 
 
  Thanks Bill,
  You're correct - I saw it on httpd.apache.org-- it was in the FAQ:
 
  http://httpd.apache.org/docs/misc/FAQ.html#SSL-i
 
  Thanks for your reply...
  Best,
  Nicholas
 
  Bill Barker wrote:
 
   Tomcat doesn't redistribute JSSE because of Licensing restrictions.
   However, this is mostly irrelevant if you are using
  Apache2+mod_jk.  When I
   download Apache2, it comes with a full mod_ssl.  And certainly, the
   restrictions shouldn't be on the jakarta.apache.org site
  (please provide a
   URL, so that it can be fixed).  If any (and I can't find
  them), they should
   be on httpd.apache.org.
  
   Nicholas Pappas [EMAIL PROTECTED] wrote in message
   news:3DD443B1.E27208DB;cs.nyu.edu...
Hi all,
   
Could someone please recommend a stable high-volume config (just
app/module names, no config files necessary - yet :)  )
  for SSL and
non-SSL traffic served by tomcat (non-standalone) and
  apache on a Red
Hat 7.2 server?
   
I am considering using Tomcat 4.1.12, jk (not jk2 - for
  stability) and
Apache 2.0.43 .  I looked at the jakarta.apache.org site
  and I see that
Apache 2.0.43 doesn't include SSL support due to export concerns.
   
Am I better off using Apache 1.3.27 or going with 2.0.43
  and modssl?
   
Sorry if this is slightly off-topic - I've read in these archives
someone uses RH 7.2, tomcat 4.1.12 and jk for a high-volume stable
server-- wondering if SSL is involved and what Apache
  version would go
well with the rest
   
Best regards,
   
--
Nicholas Pappas
  
   --
   To unsubscribe, e-mail:
 mailto:tomcat-user-unsubscribe;jakarta.apache.org
  For additional commands, e-mail:
 mailto:tomcat-user-help;jakarta.apache.org

 --
 Nicholas Pappas

 --
 To unsubscribe, e-mail:
 mailto:tomcat-user-unsubscribe;jakarta.apache.org
 For additional commands, e-mail:
 mailto:tomcat-user-help;jakarta.apache.org

 --
 To unsubscribe, e-mail:   mailto:tomcat-user-unsubscribe;jakarta.apache.org
 For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org

--
Nicholas Pappas



--
To unsubscribe, e-mail:   mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org




RE: tomcat 4.1.12, apache SSL on rh 7.2 - most stable configuration?

2002-11-15 Thread Turner, John

It's running tomcat 3.1 and Apache 1.3.27, with JServ (ajp12)...uptime is
160+ days.  There are 15 instances of Tomcat on there, and it is fairly
active, though I don't have any hard stats at the moment.  Some of the
Tomcats have been restarted a couple of times, mostly due to patches being
applied or adding a new Context here and therewe have a monthly
maintenance window for that purpose.  The stability can be attributed to the
gentlemen who designed the system and the app and built the original
installation, not to me, however.  I came into the picture after the fact,
and I am still learning tips and tricks from analyzing how they set things
up.  That's one of the reasons I am more than a little confident in
Tomcat...to have the stability that we have, in a version that old, is a
pretty good vote of confidence in my book.

John

 -Original Message-
 From: Nicholas Pappas [mailto:pappas;cs.nyu.edu]
 Sent: Friday, November 15, 2002 8:43 AM
 To: Tomcat Users List
 Subject: Re: tomcat 4.1.12, apache  SSL on rh 7.2 - most stable
 configuration?
 
 
 Ah, thanks John- I clicked the FAQ link at the top of 
 httpd.apache.org's main
 page and didn't realize it was to an older FAQ.
 
 You mentioned in one of your previous emails a while back you 
 hadn't had to
 reboot your production Tomcat server in several months 
 despite it being very
 active-- are you using it standalone or with Apache 2.0.43, 
 or something else?
 
 Thank you
 
 Best,
 Nicholas
 

--
To unsubscribe, e-mail:   mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org




Re: tomcat 4.1.12, apache SSL on rh 7.2 - most stable configuration?

2002-11-15 Thread Nicholas Pappas
Thanks John,
I appreciate your insights -- and your help throughout your many emails to the
list!

Best,
Nicholas

Turner, John wrote:

 It's running tomcat 3.1 and Apache 1.3.27, with JServ (ajp12)...uptime is
 160+ days.  There are 15 instances of Tomcat on there, and it is fairly
 active, though I don't have any hard stats at the moment.  Some of the
 Tomcats have been restarted a couple of times, mostly due to patches being
 applied or adding a new Context here and therewe have a monthly
 maintenance window for that purpose.  The stability can be attributed to the
 gentlemen who designed the system and the app and built the original
 installation, not to me, however.  I came into the picture after the fact,
 and I am still learning tips and tricks from analyzing how they set things
 up.  That's one of the reasons I am more than a little confident in
 Tomcat...to have the stability that we have, in a version that old, is a
 pretty good vote of confidence in my book.

 John

  -Original Message-
  From: Nicholas Pappas [mailto:pappas;cs.nyu.edu]
  Sent: Friday, November 15, 2002 8:43 AM
  To: Tomcat Users List
  Subject: Re: tomcat 4.1.12, apache  SSL on rh 7.2 - most stable
  configuration?
 
 
  Ah, thanks John- I clicked the FAQ link at the top of
  httpd.apache.org's main
  page and didn't realize it was to an older FAQ.
 
  You mentioned in one of your previous emails a while back you
  hadn't had to
  reboot your production Tomcat server in several months
  despite it being very
  active-- are you using it standalone or with Apache 2.0.43,
  or something else?
 
  Thank you
 
  Best,
  Nicholas
 

 --
 To unsubscribe, e-mail:   mailto:tomcat-user-unsubscribe;jakarta.apache.org
 For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org

--
Nicholas Pappas



--
To unsubscribe, e-mail:   mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org




Re: tomcat 4.1.12, apache SSL on rh 7.2 - most stable configuration?

2002-11-14 Thread Bill Barker
Tomcat doesn't redistribute JSSE because of Licensing restrictions.
However, this is mostly irrelevant if you are using Apache2+mod_jk.  When I
download Apache2, it comes with a full mod_ssl.  And certainly, the
restrictions shouldn't be on the jakarta.apache.org site (please provide a
URL, so that it can be fixed).  If any (and I can't find them), they should
be on httpd.apache.org.

Nicholas Pappas [EMAIL PROTECTED] wrote in message
news:3DD443B1.E27208DB;cs.nyu.edu...
 Hi all,

 Could someone please recommend a stable high-volume config (just
 app/module names, no config files necessary - yet :)  ) for SSL and
 non-SSL traffic served by tomcat (non-standalone) and apache on a Red
 Hat 7.2 server?

 I am considering using Tomcat 4.1.12, jk (not jk2 - for stability) and
 Apache 2.0.43 .  I looked at the jakarta.apache.org site and I see that
 Apache 2.0.43 doesn't include SSL support due to export concerns.

 Am I better off using Apache 1.3.27 or going with 2.0.43 and modssl?

 Sorry if this is slightly off-topic - I've read in these archives
 someone uses RH 7.2, tomcat 4.1.12 and jk for a high-volume stable
 server-- wondering if SSL is involved and what Apache version would go
 well with the rest

 Best regards,

 --
 Nicholas Pappas





--
To unsubscribe, e-mail:   mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org