Search |
||
Running GlassFish with Apache httpdPosted by jfarcand on March 17, 2006 at 10:30 AM PST
Quick blog to update the way you can front GlassFish with Apache httpd. Starting with build 41, all Jakarta Commons classes has been renamed from org.apache.* to com.sun.org.apache.* . Since mod_jk uses some of those classes, you need to add a couple of Jakarta Commons packages to make it works. Let's do it steps by steps: (1) First, install mod_jk Next steps is to configure httpd.conf and worker.properties. For example, add in /etc/httpd/conf/httpd.conf:
The add in your /etc/httpd/conf/worker.properties
Start httpd. (2) Copy, from a fresh Tomcat 5.5.16 installation
Next, copy commons-logging.jar and commons-modeler.jar from the Jakarta Commons site under to $GLASSFISH_HOME/lib/. (3) Then enable mod_jk by adding:
Then start GlassFish. That's it! »
Related Topics >>
J2EE Comments
Comments are listed in date ascending order (oldest first)
|
||
|
|