What I offered was an interpretation of the spec....how
your vendor implemented the servlet engine doesn't necessarily follow my
statements. Some engines may or may not have the flexibility to determine
that requests that specify different values in the 'host' header are actually
bound for the same virtual host, and therefore the same context. What
you appear to be seeing is that the www.domain.com host and the domain.com
host are interpreted by the servlet engine as 2 different hosts and
therefore the requests goto 2 different contexts. If the engine interprets
target of these requests as 2 different hosts, then this behavior is
correct. If you mean for the requests to be handled by the same context
because you see them as the same host, then you need the engine to support
mapping multiple 'host' values to the same context. Contact your vendor
for that.
-Spike
----
Spike Washburn
Allaire Corp.
-----Original Message-----
From: Lance Lavandowska [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 25, 1999 12:14 PM To: [EMAIL PROTECTED] Subject: Re: ServletContext and Domains
|
- ServletContext and Domains Lance Lavandowska
- Re: ServletContext and Domains Spike Washburn
- Re: ServletContext and Domains Lance Lavandowska
- Re: ServletContext and Domains Spike Washburn
- Re: ServletContext and Domains Lance Lavandowska
- Re: ServletContext and Domains Spike Washburn