Thanks for the quick answer Peter, this was my
suspicion - glad to have it confirmed.
-marc
--- Peter Crowther <[EMAIL PROTECTED]>
wrote:
> > From: Marc Richards [mailto:[EMAIL PROTECTED]
> > Also, can someone explain the difference between
> > CATALINA_HOME and CATALINA_BASE environment
> vari
Thanks so much. I did search google of course, but
did not know the location of these archives - I notice
there are instructions at the bottom of distribution
emails detailing how to post new items and get help,
perhaps a link to the searchable archives would be a
helpful addition to that list?
-
Instructions for running multiple Tomcat services have been posted to
this list before:
http://www.nabble.com/Re%3A-running-two-instances-of-tomcat-p3560229.html
service.bat and other useful batch files are not included in the
Windows setup program, for some reason. Download the .zip Tomcat
distr
> From: Marc Richards [mailto:[EMAIL PROTECTED]
> Also, can someone explain the difference between
> CATALINA_HOME and CATALINA_BASE environment variables?
Best done with an example - here's a snippet of my startup script for
one of my Tomcat instances.
-- snip --
set JAVA_HOME=C:\java\jdk1.5.0_
Hi again, sorry, but I forgot to mention that my
distribution did not include the frequently mentioned
service.bat. I would be willing to give this a shot
if anybody would be so kind as to provide a link.
Also, can someone explain the difference between
CATALINA_HOME and CATALINA_BASE environment
Hi all, I would like to run multiple instances of
Tomcat on a single Windows box for the purposes of
instantiating multiple jvm's (to keep the heap small
and use more of the system's available memory and cpu)
and then balance between them. I currently have one
instance setup as a service - this wa