Ok, the default server.xml is where I make the server port adjustments?
What about environmental-variables that are set in the "System Properties of
the Windows server?

I am asked to set Catalina_Home=<Tomcat install directory path>, what would
I do with two installs of tomcat?  I will need to rename the 2nd "Catalina"
instance, and then set the env-var based on its install directory?

(side-note: if you guys can recommend a great book for Tomcat admins I would
appreciate it.)

On Tue, Mar 11, 2008 at 1:42 PM, Panian, Ardo <[EMAIL PROTECTED]> wrote:

> My intentions were to have two separate installs, and the from there
> having them run independent of each other.  They will be host two separate
> web based applications.
>
> essentially its the same application but two instances of it.
>
>
> On Tue, Mar 11, 2008 at 1:38 PM, Peter Crowther <
> [EMAIL PROTECTED]> wrote:
>
> > > From: Panian, Ardo [mailto:[EMAIL PROTECTED]
> > > Out of the box Tomcat uses ports 8080, 8005, and 8009?  is
> > > that correct?
> >
> > With the default server.xml, yes.  You'll probably want only one of
> > 8009/8080 depending on how you intend to connect to Tomcat.  If you're
> > connecting from IIS, you probably only want 8009, the JK port.  I wouldn't
> > know - never tried it.
> >
> > > That said if I had my other two instances running on 8180,8280, and
> > > 8105,8205 and so on this is all I would need to do?
> >
> > Yes.  I regularly run up to three Tomcat instances (of mixed versions)
> > on my Windows 2003 development box.  As long as all the ports are different
> > and they're using different work directories, you're fine.  Generally, you
> > want to separate more than just the work directories, as you want 'em to run
> > different webapps - three separate installs is the simplest (though not
> > necessarily most maintainable) approach.
> >
> >                - Peter
> >
> > ---------------------------------------------------------------------
> > To start a new topic, e-mail: users@tomcat.apache.org
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> --
> Sincerely,
> Ardo S. Panian
> H: 508-969-9935
> M: 781-771-6728
> F: 484-771-6726
>



-- 
Sincerely,
Ardo S. Panian
H: 508-969-9935
M: 781-771-6728
F: 484-771-6726

Reply via email to