Re: Tomcat 7 and manager issues on VirtualHost environnement

2014-02-10 Thread Gaël THEROND
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

Tomcat 7 and manager issues on VirtualHost environnement

2014-02-07 Thread Gaël THEROND
Hello everyone, I'm facing a really strange issue since about two or three days now. I've got a Tomcat Server, which contain a virtualhost like this: http://pastebin.com/gDBhTTLH If I start my tomcat instance, everything is fine, tomcat is launching correctly without error, and correctly

Re: Tomcat 7 and manager issues on VirtualHost environnement

2014-02-07 Thread André Warnier
Gaël THEROND wrote: Hello everyone, I'm facing a really strange issue since about two or three days now. I've got a Tomcat Server, which contain a virtualhost like this: http://pastebin.com/gDBhTTLH If I start my tomcat instance, everything is fine, tomcat is launching correctly without

Re: Tomcat 7 and manager issues on VirtualHost environnement

2014-02-07 Thread Neven Cvetkovic
On Fri, Feb 7, 2014 at 4:47 AM, Gaël THEROND gael.ther...@gmail.com wrote: Hello everyone, I'm facing a really strange issue since about two or three days now. I've got a Tomcat Server, which contain a virtualhost like this: http://pastebin.com/gDBhTTLH I am surprised as your server.xml

Re: Tomcat 7 and manager issues on VirtualHost environnement

2014-02-07 Thread Gaël THEROND
Hi guys, thanks for your help and all my appologies, My bad! I forgot to complete my mail before sending it to you, so I'll correct everything here. Tomcat Version: Tomcat 7.0.42 (Same behavior on Tomcat 7.0.50 appears on our lab). JDK: 1.7.0_40 OS: Linux Fedora 19 Schrodinger Cat last update.

Re: Tomcat 7 and manager issues on VirtualHost environnement

2014-02-07 Thread Konstantin Kolinko
2014-02-07 Gaël THEROND gael.ther...@gmail.com: Hello everyone, I'm facing a really strange issue since about two or three days now. I've got a Tomcat Server, which contain a virtualhost like this: () If I start my tomcat instance, everything is fine, tomcat is launching correctly

Re: Tomcat 7 and manager issues on VirtualHost environnement

2014-02-07 Thread Gaël THEROND
Yep, I'm able to visit the application list, but not upload or start an application. I'll take a look at this CSRF Protection hint. I'm using the default BASIC Auth provided by Tomcat to authenticate myself on the manager. 2014-02-07 Konstantin Kolinko knst.koli...@gmail.com: 2014-02-07 Gaël

Re: Tomcat 7 and manager issues on VirtualHost environnement

2014-02-07 Thread Gaël THEROND
Ok guys, just find the problem, thanks to your CSRF Hint. So, it appears that Tomcat Manager is acting weird as soon as you pass through a reverse proxy as am I. If I change my DNS to straight point to Tomcat's Server and use the HTTP-8080 interface, everything is running smoothly. If I try the

Re: Tomcat 7 and manager issues on VirtualHost environnement

2014-02-07 Thread Mark Eggers
On 2/7/2014 1:47 AM, Gaël THEROND wrote: Hello everyone, I'm facing a really strange issue since about two or three days now. I've got a Tomcat Server, which contain a virtualhost like this: http://pastebin.com/gDBhTTLH If I start my tomcat instance, everything is fine, tomcat is launching

Re: Tomcat 7 and manager issues on VirtualHost environnement

2014-02-07 Thread André Warnier
Mark Eggers wrote: On 2/7/2014 1:47 AM, Gaël THEROND wrote: ... 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 ?

RE: Tomcat 7 and manager issues on VirtualHost environnement

2014-02-07 Thread Caldarale, Charles R
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

Re: Tomcat 7 and manager issues on VirtualHost environnement

2014-02-07 Thread Mark Eggers
On 2/7/2014 8:36 AM, André Warnier wrote: Mark Eggers wrote: On 2/7/2014 1:47 AM, Gaël THEROND wrote: ... 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 ?

Re: Tomcat 7 and manager issues on VirtualHost environnement

2014-02-07 Thread Mark Eggers
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