Brad, https://www.redhat.com/solutions/rhappstack/
The challenge is that like someone mentioned earlier, they are only providing bea and ibm 1.4.x JVM's via that channel. I'm not convinced you'll see Suns JVM there until the whole thing rolls over to Java 1.5, sun didn't relicense 1.4.x they only relicensed 1.5.x... :-( ---- Note, you can go the free route too... Most of the Application Stack stuff is actually based on this Opensource project to provide RPM based installation of most Java packages... http://www.jpackage.org/ they support * fedora-4 * fedora-5 * fedora-6 * mandrake-10.1 * redhat-el-4.0 * solaris * suse-es-9.0 For the most part the Redhat/Fedora java solution is based on JPackage (you'll see "jpp" in package names and RPM specs)... JPackage integrates nicely with Yum/RHN and you can subscribe to their update channels as easily at Redhats...JPackage allows you to select from a number of available JVM's and repackages Suns JVM using SRPM so it is installed in a more LSB and JPackage friendly way. So the big question is, pay for Redhat to give you a stack that they've spent alot of time vetting, download the stuff yourself and roll your own at your own risk, or take an intermediary path (JPackage) that gives you about 90% of the updates you'd get from RHN for free but a possibly a little less vetted. So, if your looking for mod_jk as an RPM, heres more than likely it origin: http://www.jpackage.org/browser/rpm.php?jppversion=1.6&id=1165 Installing Apache/Tomcat on Fedora via Yum http://www.artima.com/forums/flat.jsp?forum=121&thread=191571 More specifically, > > Since I don't want my users to have to type ":8080" all the time, I > went ahead and hooked up Tomcat 5 to httpd. In the past, this step > had been the most confusing. I remember spending days browsing > through Tomcat's website trying to figure out which one of the > three alternatives offered there is the one that worked. I still > have the mod_jk.so that I compiled from CVS source somewhere on by > backup CD-ROMS. > > In Fedora Core 6, things are quite straightforward because the > version of httpd included contains mod_proxy_ajp which allows httpd > to talk to Tomcat 5 through the AJP protocol, which Tomcat 5 > listens to on port 8009. To make the connection, I edited /etc/ > httpd/conf.d/proxy_ajp.conf so that it reads (excluding comments): > > [EMAIL PROTECTED] cat /etc/httpd/conf.d/proxy_ajp.conf > LoadModule proxy_ajp_module modules/mod_proxy_ajp.so > ProxyPass /blog ajp://localhost:8009/blog Digging deeper, seems that around Fedora Core 5 they removed mod_jk in favor of the above approach, or makybe they just renamed everything... -Mark On Feb 8, 2007, at 3:58 PM, Brad Teale wrote: > All, > > On 02/08/2007 09:21 AM, Mark Diggory wrote: >> Nobody has yet to actually answer the deeper question about RHEL... >> How about you guys? Are you running DSpace on Java/Tomcat provided >> by RHEL support channels/updates or are you running on a "rolled >> your own" installation of java/tomcat? Or alternatively, are you >> using JPackage? > I've looked around RedHat EL and couldn't find a properly supported > Apache/Java/Tomat stack from RedHat. Our Institution wide IT > department > recommends using RH Apache and Java/Tomcat installed by the user. I'm > still working with them for the mod_jk package. They want me to build > one, but I'm not sure why I would build a C++ package when RH supplies > one. Any ideas on that front? > > My $0.02, > -Brad > > > > -- > Brad Teale Web Application Developer > Digital Library Development Lab University of Minnesota > Libraries > [EMAIL PROTECTED] 612-625-0473 > > ---------------------------------------------------------------------- > --- > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your > job easier. > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel? > cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > DSpace-tech mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dspace-tech Mark R. Diggory ~~~~~~~~~~~~~ DSpace Systems Manager MIT Libraries, Systems and Technology Services Massachusetts Institute of Technology ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

