> On 01 Feb 2016, at 17:30, Mark Thomas <ma...@apache.org> wrote: > > On 01/02/2016 15:27, Björn Raupach wrote: >>> On 01 Feb 2016, at 16:20, Mark Thomas <ma...@apache.org> wrote: >>> On 1 February 2016 14:07:57 GMT+00:00, "Björn Raupach" <raup...@me.com> >>> wrote: > > <snip/> > >>>> Do I need a Apache HTTPD fronted? >>> >>> No. The name of your virtual host (or one of its aliases) must match the >>> host header. If they don't match the default host will be used. >>> >>> Given that you've already told us one of the real host names, you might as >>> well show us the real configuration and the real request if you need help >>> spotting the configuration error. >> >> And here I am trying to be smart. ;) >> >> srv.grasmueck.de <http://srv.grasmueck.de/> >> isiee.grasmueck.de <http://isiee.grasmueck.de/> > > <snip/> > >> <Host name="isiee" appBase="webapps_isiee" >> unpackWARs="true" autoDeploy="true"> > > <snip/> > >> </Host> >> >> <Host name="srv" appBase="webapps_srv" >> unpackWARs="true" autoDeploy="true"> > > <snip/> > >> </Host> >> </Engine> >> </Service> >> </Server> > > To repeat: The name of your virtual host (or one of its aliases) must > match the host header. > > You should be using > <Host name="isiee.grasmueck.de" ...> > and > <Host name="srv.grasmueck.de" …>
Thank you for being so patient. This worked! > > Mark > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org