RE: [nottingham] Apache/Jakarta J2EE/ PHP

From: John Layton (j.s.layton@totalise.co.uk)
Date: Sun 25 Nov 2001 - 22:36:33 GMT


Apache -> Tomcat configuration . . .
[file: httpd.conf]
#######################################
#
# Apache-Tomcat Integration with mod_jk
# Assuming that the JBoss/Tomcat or Tomcat
# Installation of Tomcat was to /opt/Tomcat
#
#######################################
#Include e:\Tomcat\conf\mod_jk.conf-auto
#Include e:\Tomcat\conf\mod_jk.conf
Include /opt/tomcat/conf/mod_jk.so
#######################################
#
# End of Apache-Tomcat Integration
#
#######################################

Tomcat configuration . . .

[file: mod_jk.conf]
#LoadModule jk_module modules/mod_jk.dll
LoadModule jk_module modules/mod_jk.so

<IfModule mod_jk.c>

#JkWorkersFile e:/tomcat/conf/workers.properties
JkWorkersFile /opt/tomcat/conf/workers.properties
JkLogFile logs/jk.log
JkLogLevel warn
JkMount /*.jsp ajp12
JkMount /servlet/* ajp12
JkMount /examples/* ajp12
JkMount /test/* ajp12
JkMount /interest/* ajp12
JkMount /petstore/* ajp12
JkMount /converter/* ajp12

</IfModule>

[file: workers.properties]
workers.java_home=/usr/java/ # your java home
workers.tomcat_home=/opt/tomcat

You may notice that the config file is ripped from my NT installation
(Yes I have Tomcat/JBoss working on both Linux and NT)

Please, the installation and mods necessary are simple if anything there is
too much information available on the net, any other help drop us a line . .
.

Dead simple stuff, impresses easily, very useful to know

John.

> -----Original Message-----
> From: owner-nottingham@lists.lug.org.uk
> [mailto:owner-nottingham@lists.lug.org.uk]On Behalf Of John Layton
> Sent: 25 November 2001 21:58
> To: nottingham@lists.lug.org.uk
> Subject: RE: [nottingham] Apache/Jakarta J2EE/ PHP
>
>
> Whoops, jcm you may need to visit jboss.org, a fine group of developers.
> In fact JBoss is the EJB container/server which integrates well
> with Tomcat.
> JBoss and advocates are pressing for Sun certification.
>
> It also provides other services that are not spec. J2EE for example
> JMS.
>
> JBoss/Tomcat will integrate with Apache and provide a very sophisticated,
> very powerful
> J2EE development environment. This may be well over the top for
> most WebApp
> development,
> however for e-commerce/online marketing opportunities this
> provides a heavy
> weight, reliable, extensible solution.
>
> JBoss does not provide a servlet container, it relies on Tomcat as the
> servlet container.
>
> John.
>
> PS Matthew by the sounds of things may be I should consider some online
> consultancy
> honestly the solution I suggested either with or without JBoss provides a
> superb solution.
> BTW the apache project (cocoon) allows you to separate business
> logic/information and presentation layer very useful.
>
> > -----Original Message-----
> > From: owner-nottingham@lists.lug.org.uk
> > [mailto:owner-nottingham@lists.lug.org.uk]On Behalf Of Jon Masters
> > Sent: 25 November 2001 20:31
> > To: nottingham@lists.lug.org.uk
> > Subject: Re: [nottingham] Apache/Jakarta J2EE/ PHP
> >
> >
> > On Sun, 25 Nov 2001, Matthew Walton wrote:
> >
> > > Never heard of this JBoss thing though. I shall have to look
> into that,
> > > evidently it was the missing link?
> >
> > Just another servlet container, if you're happy with what
> you've got then
> > stick with that :)
> >
> > --jcm
> >
> > --------------------------------------------------------------------
> > http://www.lug.org.uk http://www.linuxportal.co.uk
> > http://www.linuxjob.co.uk http://www.linuxshop.co.uk
> > --------------------------------------------------------------------
>
> --------------------------------------------------------------------
> http://www.lug.org.uk http://www.linuxportal.co.uk
> http://www.linuxjob.co.uk http://www.linuxshop.co.uk
> --------------------------------------------------------------------

--------------------------------------------------------------------
http://www.lug.org.uk http://www.linuxportal.co.uk
http://www.linuxjob.co.uk http://www.linuxshop.co.uk
--------------------------------------------------------------------



This archive was generated by hypermail 2.1.3 : Sun 25 Nov 2001 - 22:32:59 GMT