Find Leaks in Manager App

2014-09-13 Thread Ahmed Hosni
Hi all,
I am using tomcat 7 on production environment, I used Find Leaks option it
called GC but I didn't get any information.It should show more information.


-- 
Best Regards
*Ahmed Hosni*


Re: Tomcat 7 RPM download

2014-09-13 Thread Pete Helgren
AH!  Sorry I saw the lower case "i" and assume IBM i.  Ignore my 
previous post.


Pete Helgren
www.petesworkshop.com
GIAC Secure Software Programmer-Java

On 9/12/2014 10:35 PM, Krishna Saranathan wrote:

Hi All

Is there any distro portal from where i can  download rpm, to install
Tomcat 7.
I understand its available in zip/gz formats, but there is requirement for
rpm to be written as part of chef cookbook.

BR




-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: Tomcat 7 RPM download

2014-09-13 Thread Pete Helgren
Check this site: 
http://www.youngiprofessionals.com/wiki/index.php/PASE/OpenSourceBinaries


They aren't native i binaries but running/scripting stuff in PASE with 
these binaries is pretty straight forward


Pete Helgren
www.petesworkshop.com
GIAC Secure Software Programmer-Java

On 9/12/2014 10:35 PM, Krishna Saranathan wrote:

Hi All

Is there any distro portal from where i can  download rpm, to install
Tomcat 7.
I understand its available in zip/gz formats, but there is requirement for
rpm to be written as part of chef cookbook.

BR




-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: Tomcat 7 RPM download

2014-09-13 Thread André Warnier

Krishna Saranathan wrote:

Hi All

Is there any distro portal from where i can  download rpm, to install
Tomcat 7.
I understand its available in zip/gz formats, but there is requirement for
rpm to be written as part of chef cookbook.



It looks like you are going to have to do some work yourself here, very 
unfortunately.
You may even, horror, have to find out how to create a rpm yourself, for the OS 
distribution which you are using (whatever that is).
But imagine your satisfaction afterward, to know that you can now at any time, create your 
own entirely up-to-date tomcat 7.x.y rpm package from the official Tomcat website 
download, with all the latest security fixes and enhancements and all.



-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: SAML 2.0 with container managed authentication in Tomcat

2014-09-13 Thread Leon Rosenberg
On Thu, Sep 11, 2014 at 2:26 PM, Maarten van Hulsentop <
maar...@vanhulsentop.nl> wrote:

> Dear Tomcat-users,
>
> We are investigating the best way to support SAML 2.0 (SP) authentication
> with our application. Our application is using container managed
> authentication provided by Tomcat, and works very well with basic
> authentication, form authentication, SPnego and others.
>
> My expectation would be that it should be possible to add a Valve and a
> Realm and have a 3rd party tool supply the SAML2 Relying Party
> implementation.
>
> So far, we have identified a couple of possible candidates.
> - Apache CXF Fediz. This project still seems young, but the integration
> would be as i expect.
> - Spring security might be possible to wrap into a Valve and Realm?
> - Picketlink? As stated on
>
> https://docs.jboss.org/author/display/PLINK/SAML+Authenticators+(Tomcat,JBossAS)


I have used picketlink with tomcat as SP and jboss wildfly as IDP and it
worked very well. Picketlink works great but the support is rather thin.

You may also want to check WSO2.

regards
Leon


P.S. Both provide Filters not Valves.