Re: multi-tenant web app

2013-04-19 Thread Rainer Frey
On 18.04.2013, at 15:37, Jeffrey Janner jeffrey.jan...@polydyne.com wrote: Here's a real world example of doing this, by JFRog regarding their Artifactory SAAS. Spoiler: the crucial point is putting as many dependencies as possible into the shared classloader (where possible is not as easy as

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 Eggers

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 a...@ice-sa.com 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

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] Subject: Re:

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 advance that

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 quot;%rquot; %s %D The value of %t is the interesting one, of course, but it's resolution is only in seconds, and we are

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... security-role-ref /security-role-ref -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

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... security-role-ref /security-role-ref The version being used is irrelevant. security-role-ref is only valid inside a servlet element. There might still be a bug

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... security-role-ref /security-role-ref The version being used is irrelevant. security-role-ref is only valid inside a

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