On Fri, May 22, 2009 at 11:48 AM, ranjeet singh <[email protected] > wrote:
> > To integrate JBOSS with APACHE ... RPM method will be sufficient or TAR/ > Source Compilation? > As Karanbir already suggested, there are only few cases you need to play around with source. The default apache you get with any of the Linux distribution should already be compiled for module support, means you can include other modules at run time and no need to recompile it again. To check whether you have built in support, on a apache 2 box, I see (notice the mod_so.c ) WEB01:~ # httpd2 -l Compiled in modules: core.c worker.c http_core.c mod_so.c Coming back to your "To integrate JBOSS with APACHE" , you need to download appropriate mod_jk and provide a appropriate config to apache, which tells apache what module to load, its name, its location, JkWorkersFile , JkLogFile, JkMount , JkLogLevel and plenty more to mention. Regards, Yash _______________________________________________ ilugd mailinglist -- [email protected] http://frodo.hserus.net/mailman/listinfo/ilugd Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi http://www.mail-archive.com/[email protected]/
