RE: Tomcat 7.0 & spring web applcaiton context - Fedora 17

2013-04-19 Thread Khurram Raza
Hi Mark, I recently noticed that I cannot use 'ServletContextListener' in my webapp as you can see below in web.xml, load-on-startup for DispatcherServlet is 1 and DSServlet is 2. I need spring application context in DSServlet whish is why I am creating data sources after spring application co

Re: security-role-ref doesn't work

2013-04-19 Thread Mark Thomas
On 19/04/2013 21:47, Mark Thomas wrote: > On 19/04/2013 21:37, Propes, Barry L wrote: >> What version are you using? >> >> Mine doesn't contain this attribute pair at all... >> >> >> > > The version being used is irrelevant. is only valid > inside a element. > > There might still be a bug h

Re: security-role-ref doesn't work

2013-04-19 Thread Mark Thomas
On 19/04/2013 21:37, Propes, Barry L wrote: > What version are you using? > > Mine doesn't contain this attribute pair at all... > > > The version being used is irrelevant. is only valid inside a element. There might still be a bug here - I'm currently looking at the source to check - but

RE: security-role-ref doesn't work

2013-04-19 Thread Propes, Barry L
What version are you using? Mine doesn't contain this attribute pair at all... -Original Message- From: Jakub 1983 [mailto:jjaku...@gmail.com] Sent: Thursday, April 18, 2013 8:51 PM To: Tomcat Users List Subject: security-role-ref doesn't work my tomcat users:

Re: Access-log ordering

2013-04-19 Thread Rainer Jung
On 18.04.2013 23:58, Christopher Schultz wrote: Mark is of course right. Adding some info here concerning your log format: > We are using the following format string: > "%a %t "%r" %s %D" > The value of "%t" is the interesting one, of course, but it's > resolution is only in seconds, and we are

Re: Tomcat access log reveals hack attempt: "HEAD /manager/html HTTP/1.0" 404

2013-04-19 Thread Mark H. Wood
On Wed, Apr 17, 2013 at 01:24:04PM -0500, Caldarale, Charles R wrote: > > From: Leo Donahue - RDSA IT [mailto:leodona...@mail.maricopa.gov] > > Subject: RE: Tomcat access log reveals hack attempt: "HEAD /manager/html > > HTTP/1.0" 404 > > > So you are saying it could be possible to know in advan

Re: Tomcat access log reveals hack attempt: "HEAD /manager/html HTTP/1.0" 404

2013-04-19 Thread Mark H. Wood
On Wed, Apr 17, 2013 at 01:45:22PM -0400, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > André, > > On 4/17/13 1:27 PM, André Warnier wrote: > > Leo Donahue - RDSA IT wrote: > >>> -Original Message- From: André Warnier > >>> [mailto:a...@ice-sa.com] Sub

Re: Tomcat access log reveals hack attempt: "HEAD /manager/html HTTP/1.0" 404

2013-04-19 Thread Howard W. Smith, Jr.
On Thu, Apr 18, 2013 at 12:26 PM, André Warnier wrote: > > My contention is that this would be self-defeating for the bots. > > > 91.121.172.164 - - [03/Apr/2013:08:19:50 +0200] "GET /robots.txt HTTP/1.1" > 404 360 "-" "Mozilla/5.0 (Windows; U; MSIE 7.0; Windows NT 6.0; en-US)" > > I definitely

RE: Tomcat 7.0 & spring web applcaiton context - Fedora 17

2013-04-19 Thread Khurram Raza
-Original Message- From: Mark Eggers [mailto:its_toas...@yahoo.com] Sent: Friday, April 19, 2013 12:43 AM To: Tomcat Users List Subject: Re: Tomcat 7.0 & spring web applcaiton context - Fedora 17 On 4/18/2013 8:20 PM, Khurram Raza wrote: > > > -Original Message- > From: Mark Egge