Chris (Garwood),
> I need to set up multiple instances
> of Tomcat, one for each web front end so that each front end can talk to
> its respective database.
As someone else on the the list mentioned, you can probably run a single
instance of Tomcat with multiple contexts (webapps) defined. It's n
Hi Cristopher,
I was also under the impression that I had to use a
connector (mod_jk?) but this wasn't hugely clear to me.
You only need mod_jk if you want to connect Apache to Tomcat. If you are
using Tomcat as standalone server, only configure Tomcat.
The most important configuration file i
Hi,
I'm very new to Tomcat and web server stuff but have been asked to set up
multiple instances of Tomcat on one server to talk to some database servers.
I've found the existing documentation a little confusing (sorry) and was
wondering if anyone would be able either to give me step-by-step