Re: Distinct servlets for different domains in one web application

2015-07-02 Thread Christian
Chris, thanks for your brief description of the different options. On 30.06.2015 19:38, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Christian, On 6/28/15 12:01 PM, Christian wrote: is it somehow possible to create a web application with multiple servlets that a

Re: Distinct servlets for different domains in one web application

2015-06-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Christian, On 6/28/15 12:01 PM, Christian wrote: > 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? Yes, but it has nothing to do with To

Re: Distinct servlets for different domains in one web application

2015-06-29 Thread Christian
André, On 29.06.2015 12:15, André Warnier wrote: Christian wrote: André, On 28.06.2015 23:11, André Warnier wrote: Christian wrote: Mark, On 28.06.2015 19:58, Mark Eggers wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Christian, On 6/28/2015 9:01 AM, Christian wrote: Hello all, i

Re: Distinct servlets for different domains in one web application

2015-06-29 Thread André Warnier
Christian wrote: André, On 28.06.2015 23:11, André Warnier wrote: Christian wrote: Mark, On 28.06.2015 19:58, Mark Eggers wrote: -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 w

Re: Distinct servlets for different domains in one web application

2015-06-28 Thread Christian
André, On 28.06.2015 23:11, André Warnier wrote: Christian wrote: Mark, On 28.06.2015 19:58, Mark Eggers wrote: -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 servl

Re: Distinct servlets for different domains in one web application

2015-06-28 Thread André Warnier
Christian wrote: Mark, On 28.06.2015 19:58, Mark Eggers wrote: -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 th

Re: Distinct servlets for different domains in one web application

2015-06-28 Thread Christian
Mark, On 28.06.2015 19:58, Mark Eggers wrote: -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 u

Re: Distinct servlets for different domains in one web application

2015-06-28 Thread Mark Eggers
-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 throu

Re: Distinct servlets for different domains in one web application

2015-06-28 Thread Christian
Chuck, On 28.06.2015 18:40, Caldarale, Charles R wrote: > It sounds like you want virtual hosts: somehow, but I want to deploy *one* war with two servlets and shared objects. Using virtual hosts allows to deploy the application twice, but then the spring context isn't shared. Regards, Christian

RE: Distinct servlets for different domains in one web application

2015-06-28 Thread Caldarale, Charles R
> From: Christian [mailto:cm...@famiru.de] > Subject: Distinct servlets for different domains in one web application > 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?

Distinct servlets for different domains in one web application

2015-06-28 Thread Christian
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