Re: Tomcat manager application not using custom ErrorReportingValve !

2015-07-30 Thread Utkarsh Dave
Thanks a lot Mark. On Thu, Jul 30, 2015 at 11:50 AM, Mark Thomas wrote: > On 30/07/2015 07:18, Utkarsh Dave wrote: > > Hi All, > > > > My application has a custom reporting valve in server.xml > > > >> errorReportValveClass="com..valves.CustomErrorReportValve" > > name="localhost" unpack

Re: Tomcat manager application not using custom ErrorReportingValve !

2015-07-29 Thread Mark Thomas
On 30/07/2015 07:18, Utkarsh Dave wrote: > Hi All, > > My application has a custom reporting valve in server.xml > >errorReportValveClass="com..valves.CustomErrorReportValve" > name="localhost" unpackWARs="true"> > > But when I try to access https:///manager > I get normal error window p

Tomcat manager application not using custom ErrorReportingValve !

2015-07-29 Thread Utkarsh Dave
Hi All, My application has a custom reporting valve in server.xml But when I try to access https:///manager I get normal error window page of (the tomcat error page is at /tomcat/webapps/manager/WEB-INF/jsp/403.jsp " 403 Unauthorized You are not authorized to view this page. If you have

Re: Configuring Tomcat manager application upload limit

2015-04-17 Thread Konstantin Kolinko
2015-04-17 13:52 GMT+03:00 Mark Thomas : > On 17 April 2015 09:37:40 BST, Dominic Hargreaves wrote: >>On Wed, Apr 15, 2015 at 08:33:00AM -0500, Mark Thomas wrote: >>> On 15/04/2015 05:28, Dominic Hargreaves wrote: >> >>> > I am running the Tomcat mana

Re: Configuring Tomcat manager application upload limit

2015-04-17 Thread Mark Thomas
On 17 April 2015 09:37:40 BST, Dominic Hargreaves wrote: >On Wed, Apr 15, 2015 at 08:33:00AM -0500, Mark Thomas wrote: >> On 15/04/2015 05:28, Dominic Hargreaves wrote: > >> > I am running the Tomcat manager application via a Debian package >> > (tomcat8-admin),

Re: Configuring Tomcat manager application upload limit

2015-04-17 Thread Dominic Hargreaves
On Wed, Apr 15, 2015 at 08:33:00AM -0500, Mark Thomas wrote: > On 15/04/2015 05:28, Dominic Hargreaves wrote: > > I am running the Tomcat manager application via a Debian package > > (tomcat8-admin), which deploys the webapp from > > /usr/share/tomcat8-admin/manager. We ran i

Re: Configuring Tomcat manager application upload limit

2015-04-15 Thread Mark Thomas
On 15/04/2015 05:28, Dominic Hargreaves wrote: > Hello, > > This is reposted from [1] and [2]; the Debian maintainers of the package > suggested I ask for advice here. > > I am running the Tomcat manager application via a Debian package > (tomcat8-admin), which deploys t

Configuring Tomcat manager application upload limit

2015-04-15 Thread Dominic Hargreaves
Hello, This is reposted from [1] and [2]; the Debian maintainers of the package suggested I ask for advice here. I am running the Tomcat manager application via a Debian package (tomcat8-admin), which deploys the webapp from /usr/share/tomcat8-admin/manager. We ran into a problem hitting th

Re: Tomcat Manager Application

2011-08-25 Thread Martin Dubuc
- > Hash: SHA1 > > Martin, > > On 8/25/2011 11:44 AM, Martin Dubuc wrote: > > I am trying to run the Tomcat Manager application in Tomcat 7 > > (7.0.18). I can't get this to work. If I go to /manager/index.jsp > > on my web server, the web server redirects me to /

Re: Tomcat Manager Application

2011-08-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martin, On 8/25/2011 11:44 AM, Martin Dubuc wrote: > I am trying to run the Tomcat Manager application in Tomcat 7 > (7.0.18). I can't get this to work. If I go to /manager/index.jsp > on my web server, the web server redirects me to

Tomcat Manager Application

2011-08-25 Thread Martin Dubuc
I am trying to run the Tomcat Manager application in Tomcat 7 (7.0.18). I can't get this to work. If I go to /manager/index.jsp on my web server, the web server redirects me to /manager/html and returns a 404 error. Looking inside the manager directory under webapps, there is no html director

Re: [SECURITY] CVE-2010-4172: Apache Tomcat Manager application XSS vulnerability

2010-11-23 Thread Mark Thomas
The processing of applying the digital signature to the original e-mail made the patches hard to read. E-mail clients that can process digital signatures should undo this formatting. For those folks with an e-mail client that can't process OpenGPG signed e-mail, the patches have been placed on the

[SECURITY] CVE-2010-4172: Apache Tomcat Manager application XSS vulnerability

2010-11-22 Thread Mark Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 CVE-2010-4172: Apache Tomcat Manager application XSS vulnerability Severity: Tomcat 7.0.x - Low, Tomcat 6.0.x - Moderate Vendor: The Apache Software Foundation Versions Affected: - - Tomcat 7.0.0 to 7.0.4 - Not affected in default configuration

Re: apache + mod_jk + tomcat. Manager application problem

2005-12-05 Thread Mirek Kopriva
Ok, I was a bit lazy/didn't have much time to look at it closer + i thought it might be something obvious everybody knows about. So sorry for asking and not providing more info. The problem was that the default Engine element with jvmRoute after uncommenting has a different name (Standalone instead

Re: apache + mod_jk + tomcat. Manager application problem

2005-11-30 Thread Markus Schönhaber
Mirek Kopriva wrote: > Hi I have a strange problem. > When I install tomcat + apache + mod_jk. Everything seems to work fine > (our application, examples...) except the tomcat's Manager application. > Anybody has an idea why? > I'm using > apache 2.0.52 > mod_jk 1.2.15 > rtomcat 5.5.12 > Thanks a l

RE: apache + mod_jk + tomcat. Manager application problem

2005-11-30 Thread Nate Rock
testing the Apache/JK/Tomcat setup so I might as well know what I am getting myself into. -rOcK -Original Message- From: Mirek Kopriva [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 30, 2005 3:26 PM To: users@tomcat.apache.org Subject: apache + mod_jk + tomcat. Manager application

apache + mod_jk + tomcat. Manager application problem

2005-11-30 Thread Mirek Kopriva
Hi I have a strange problem. When I install tomcat + apache + mod_jk. Everything seems to work fine (our application, examples...) except the tomcat's Manager application. Anybody has an idea why? I'm using apache 2.0.52 mod_jk 1.2.15 rtomcat 5.5.12 Thanks a lot for any help.