Simple concept that I didn't think about. Only question is can I have 2
different connectors (which validate against their own individual certs)
run off a single host with multiple aliases?
__________________________
Jeremy Nix
Senior Application Developer
Southwest Financial Services, Ltd.
Caldarale, Charles R wrote:
From: Jeremy Nix [mailto:[EMAIL PROTECTED]
Subject: Running single webapp across multiple hosts
What I would like is to simplify this so that a single instance
of my webapp is running, but both connectors/hosts are using it.
I don't think that's possible unless you employ a filter/valve or a
dummy webapp to forward to the real one.
For instance, I did try just installing a single instance and
having the 2 context.xml files pointing to the same directory.
That still gets you two instances, even though the docBase is the same.
Are there other options available?
Why do you have two <Host> elements? Could you use just one with an
alias attribute?
http://tomcat.apache.org/tomcat-5.5-doc/config/host.html#Host%20Name%20A
liases
- Chuck
THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]