"Garthfield Carter" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > I currrently have Tomcat (5.0.28) set-up with an Apache front-end. I would > like to run an instance of Tomcat 5.5, as well, on the same server again > using the same Apache front-end. Can the command for specifiying the > workers.property file in httpd.conf: > > e.g: JkWorkersFile /etc/httpd/conf/workers.properties > > be placed within the VirtualHost definition so that I can specify a > different location for the Tomcat 5.5 instances? >
Last time I tried, it didn't work. You need to define one worker for each vhost. However the JkMount directives can be specified in the vhost section, so you can select the correct worker there. > or is there another way of having different Tomcat instance versions with > a single Apache front-end? > > Garthfield > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]