From: <[EMAIL PROTECTED]>
> I need to install Tomcat for Sterling's Connect:Direct Browser User
> Interface.  The release notes list as a requirement "Apache HTTP Server
1.3
> with Tomcat 3.2.3 servlet on HPUX-11.00" (we're running Apache 2.0.43 &
Java
> 1.4, with SSL-client-auth to control access).

Wow, another HP-UX user, I thought I was all alone. :)

Hopefully they mean Tomcat 3.2.3 as a _minimum_ because that's really old!
Hmmm... no, they appear to really want that version:
http://www.sterlingcommerce.com/solutions/connectdirect/unix/ .

Tomcat isn't embedded in Apache, it runs separately and you configure a
connector to allow Apache to hand off requests to Tomcat.  Embedded
generally means within some other application you're writing.

HP has a "depo" distribution of Apache and Tomcat available, we usually
install that and then I drop in a newer version of Tomcat because they
always lag behind.  Last time I checked they're on 4.1.24.

If you _must_, here are the docs for 3.2:
http://jakarta.apache.org/tomcat/tomcat-3.2-doc/index.html
and the files:
http://archive.apache.org/dist/jakarta/tomcat-3/archive/v3.2.3/bin/

But I think I'd try it with HP's distribution of 4.1 first, cross your
fingers and hope that Tomcat is backward compatible enough to run it!  The
first thing you'll run into is that if they didn't package their code, it
won't run on the newer JVM.  If you see an error message complaining about
an import statement, that's why.  I've run into this a few times with
commercial packages.

-- 
Wendy Smoak


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to