-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Christian,

On 6/28/2015 9:01 AM, Christian wrote:
> Hello all,
> 
> is it somehow possible to create a web application with multiple 
> servlets that are registered to different domains for the same url 
> paths using tomcat 8? I already crawled through the catalina code 
> that is responsible for the servlet selection and didn't find 
> anything that would allow this. But this doesn't mean that it
> isn't possible at all. As far as I know, java configuration for
> servlet registration doesn't allow passing domain names. But maybe
> there is an option within context.xml.
> 
> I want to create a web application that has different domains for
> the application itself and its management site. Both parts should
> run at the context root, at different domains. The application
> needs a shared (spring-)context in which the application's beans
> are stored.
> 
> Regards, Christian

I'm not quite sure what your after. Sharing Spring beans across
contexts and domains sounds like there's an underlying requirement I
don't understand.

Anyway, how about using aliases?

<Host name="first.host.name">
   <Alias>second.host.name</Alias>
</Host>

. . . just my two cents
/mde/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAEBAgAGBQJVkDWnAAoJEEFGbsYNeTwtXUsIAKFQ2UitPMWeI8PGPrDIrrIQ
czJu0kCmE2J/cBQx28ghvvMZEBJ7EI7926Q7/a4e4TASXT3J3gka/2RYkeGy0w/0
P0PLTCpAGIJi+v4PyZ9lNj7f/gAcU60g4EiaNz/10HTbBcFwy1W/vLg2wl54+aNt
C6Z+3YWtaCNCDjon1PcqMTOKqDkkDjcf+ePXQiUdEIqI6wquBY0xIKkwPZtbjV+G
hkq2tAFqzdvW4fGk16Cv6FfZJrYDVqEYCK/TyO08FEbgXtIhflIWYU+pmJ9b8Jdr
xppp26doG3MeZMw4t9uijkRhe22PdXI73tvHiptc92V03p+Fmej8SrJZoKPPj78=
=6QWg
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to