Can we use IBM HTTP Server ?

2000-12-27 Thread amit

Hi All,

(1) Can we use IBM's  HTTP Server (which is based on Apache)
  along with Tomcat ?
(2) If so , where can I get documentation for the integraion of it with
Tomcat ?
(3) Can anyone guide me about the SSL implementation using
  IBM's HTTP Server.

Any type of Ref/Book/URL is highly  wel-come.

With Regards,
-Amit
E-Mail:[EMAIL PROTECTED]
Sansui Software Pvt. Ltd. (India)




Re: Can we use IBM HTTP Server ?

2000-12-27 Thread Daniel Zuck

On Wed, 27 Dec 2000 14:12:24 +0530, amit wrote:

Hi Amit,

(1) Can we use IBM's  HTTP Server (which is based on
Apache) along with Tomcat ?

I'm quite sure you can - as ist behaves completely like Apache, except if you
try to load Apache DSO-modules. ;)
But: If you can get 'native' Apache, I see no reason why to use the IBM
HTTP-Server... as it is like a native Apache.
However, this might be an ko-criteria as you will try to load the Ajp-Router.
But quite more important:

(2) If so , where can I get documentation for the
integraion of it with Tomcat ?

There comes an integrated package from IBM along with this server, which
operates as an Servlet-container and/or JSP-engine and more. Its name is
'Websphere' - and as it is a strategic IBM product, I'm sure you'll get a lot
of documentation for this - not for Tomcat.
If you try Websphere be warned: It's a great work of intigration of serveral
products like Apache, Servlets, Java, DB/2 ... and this will keep your
machine *very* busy - and your machine will need a lot of CPU-power and
RAM-resources for this (IBM suggests 512M - only to load it... we're *not*
talking about any served http-requests at this state ;-) ). So if you do not
absolutely need all this nice windowed GUI stuff (might be okay for
development), I'm sure you'll get witch Apache 'native' and Tomcat a good
team for a havily loaded production environment.

(3) Can anyone guide me about the SSL implementation
using IBM's HTTP Server.

You can handle it with 'ikeyman' - a Java-GUI for the certificate database.
However, I experienced a destribution of IBM HTTPD which comes with an
errornous 'apachectl', which does not support 'apachectl startssl' ... but
you can start the httpd manually with '-DSSL' ;-)

After all, we found out, that overall, we've more advantages with
Apache/Tomcat than with IBMHTTPD/Websphere.


mit freundlichen Grüßen

Ihre 1822direkt
Daniel Zuck

_
Daniel Zuck 1882222
DV  Technik  111   8  8  2  2  2  2
1822direkt 1   8  8 2 2
Borsigallee 19 188 2 2
60608 Frankfurt am Main1   8  8   2 2
Tel: 069/94170-152; FAX: -199 1   8  8   2 2
mailto:[EMAIL PROTECTED]111   88       direkt
__
- Ihre 1822direkt erhält das Qualitätsurteil "Sehr gut" im Finanztest 1/2000
- Preissturz beim 1822direkt-brokerage
- Top Zinssatz auf allen Tagesgeldkonten
- Kostenlose Realtime-Kurse

Infos unter www.1822direkt.com oder unter 01803/241822






RE: Can we use IBM HTTP Server ?

2000-12-27 Thread Ritwick Dhar

Amit,
1) Yes, you can use Tomcat (I've tried 3.1) with IHS. you'll need mod_jserv
or mod_jk.
2) Since IHS is still Apache, all docs that apply to Apache and Tomcat apply
to IHS as well. You still load the module with a LoadModule etc.
3) You must use IBM's java GUI tool IKEYMAN to create certificates and CSRs.
IBM has its own storage scheme (incompatible with mod_ssl, AFAIK) for
storing these things. Once you have created the certificate, you simply have
to add a virtual host that listens at port 443 and is ssl enabled. You can
then start the server with the usual 'apachectl start'. (no need to do a
startssl)

Ritwick

-Original Message-
From: amit [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 27, 2000 2:42 AM
To: [EMAIL PROTECTED]
Subject: Can we use IBM HTTP Server ?


Hi All,

(1) Can we use IBM's  HTTP Server (which is based on Apache)
  along with Tomcat ?
(2) If so , where can I get documentation for the integraion of it with
Tomcat ?
(3) Can anyone guide me about the SSL implementation using
  IBM's HTTP Server.

Any type of Ref/Book/URL is highly  wel-come.

With Regards,
-Amit
E-Mail:[EMAIL PROTECTED]
Sansui Software Pvt. Ltd. (India)