On Sun, 10 Nov 2002, Beatty, Z wrote: > So basically, I am never going to find a binary mod_jk.so for > Solaris 7 on Sparc? I am just trying to confirm, before I give up > trying to connect Apache and Tomcat. I always have the standalone > Tomcat to fall back on, but it is awfully slow.
Others have given some suggestions on finding a mod_jk.so for your platform. What I wanted to respond to was your last comment. If you think that Tomcat standalone is awfully slow, note that Apache+Tomcat will be even slower. (For dynamic content, that is, which should be what's of concern.) Think about it, Apache+Tomcat has to do most everything Tomcat standalone does, and then there's everything passing through Apache and the connector. So if you think your site is too slow now, it's not going to get any better if you put Apache in there too. > --- "Turner, John" <[EMAIL PROTECTED]> wrote: > > > > Red Hat 7.2 HOWTO using JK: > > > http://www.johnturner.com/howto/apache1-tomcat404-howto.html > > > > Aside from Tomcat version, and different binary > > files for Solaris instead of > > RH, there is no difference. The setup is exactly > > the same, I know this > > because I just did it yesterday morning on a > > brand-new install of Solaris 8 > > on a 420R. By "setup" I mean configuration, not > > compilation. The > > compilation was actually quite a bit of hassle, so > > if you can get binaries > > of JK you should be good to go. > > > > I have some Solaris 8 JK binaries archived at > > http://www.johnturner.com/howto, they were compiled > > against 4.0.4 source, > > but I doubt it would make much difference. Might be > > worth a shot. > > > > John > > > > > -----Original Message----- > > > From: Beatty, Z [mailto:zackbeatty@;yahoo.com] > > > Sent: Monday, November 04, 2002 11:20 PM > > > To: Tomcat Users List > > > Subject: Tomcat 4.1 and apache 1.3 how-to > > > > > > > > > Can anyone point me in the right direction, for > > > connecting Apache 1.3 and Tomcat 4.12, on Solaris > > 7? > > > Should I try mod_webapp, mod_jk, or mod_jk2? I > > need > > > a binary file, for whatever connector I choose. > > > Please don't respond with RTFM. There are no > > binaries > > > avaiable in: > > > > > > http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/ > > > release/v1.2.0/bin/ > > > > > > Also, there isn't even a Solaris 7 directory (only > > 6 > > > and 8). Does that matter? > > > > > > I would prefer to use mod_webapp, due to the > > > simplicity of the installation process. I > > installed > > > that on Win2000 a while ago, but there are no > > Solaris > > > binaries available anywhere. > > > > > > Thanks. > > > > > > __________________________________________________ > > > Do you Yahoo!? > > > HotJobs - Search new jobs daily now > > > http://hotjobs.yahoo.com/ > > > > > > -- > > > 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> > > > > > __________________________________________________ > Do you Yahoo!? > U2 on LAUNCH - Exclusive greatest hits videos > http://launch.yahoo.com/u2 > > -- > To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> > For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org> > Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educational Services (CITES) University of Illinois at Urbana-Champaign (UIUC) [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
