​Thanks a lot for your help guys,

And yeah, I was a little bit disturbed by your answer about overlaping of
the two appBase and start asking me if I was drunk when I publish my
configuration ^^

So, basically, I've found my problem, which is a CSRF errors related to the
fact that I'm managing and posting apps from a Domain A through a Proxy on
Domain B which then will forward everything to the tomcat instance on this
domain B BUT as my WebBrowser send the HOST information Tomcat now their is
something strange du to both different origin of the request ;-)

So, I'll made a custom setting on my proxy for those situation and
everything gonna be OK ;-)​


2014-02-07 18:07 GMT+01:00 Mark Eggers <its_toas...@yahoo.com>:

> On 2/7/2014 9:01 AM, Caldarale, Charles R wrote:
>
>> From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: Tomcat 7
>>> and manager issues on VirtualHost environnement
>>>
>>
>>  <Host name="tomcat"  appBase="webapps/admin/" <Host
>>>>> name="development.domain.tld" appBase="webapps/development/"
>>>>>
>>>>
>>  The appBase of the two virtual hosts overlap.
>>>>
>>>
>>  Do they, really ?
>>>
>>
>> No, they don't.  The appBase settings are perfectly fine.  You might
>> as well say that all directory paths overlap because they all start
>> with /.
>>
>> - Chuck
>>
>
> Yep,
>
> works fine - just tested, I plead lack of coffee.
>
> Sorry for the noise.
>
> /mde/
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

Reply via email to