RE: Exception while running web application with Tomcat security manager enabled

2008-10-09 Thread Caldarale, Charles R
> From: Vijayaraghavan Amirisetty > [mailto:[EMAIL PROTECTED] > Subject: Re: Exception while running web application with > Tomcat security manager enabled > > Does the Tomcat Security Manager use any > native libraries for it's operations? No. - Chuck THIS

Re: Exception while running web application with Tomcat security manager enabled

2008-10-08 Thread Vijayaraghavan Amirisetty
Adding some more findings.-The java.security.AccessController.doPrivileged(AccessController.java:147) is a native method. -Using java 1.5.0 to start the tomcat with Security Manager enabled works fine. Figuring out what has changed in java.security across 1.4.2 and 1.5 On Thu, Oct 9, 2008 at 4:55

Re: Exception while running web application with Tomcat security manager enabled

2008-10-08 Thread Vijayaraghavan Amirisetty
Hi Charles, The additional On Thu, Oct 9, 2008 at 1:49 AM, Caldarale, Charles R < [EMAIL PROTECTED]> wrote: > > From: Vijayaraghavan Amirisetty > > [mailto:[EMAIL PROTECTED] > > Subject: Exception while running web application with Tomcat > > security manager enabled > > > > I am trying to run

RE: Exception while running web application with Tomcat security manager enabled

2008-10-08 Thread Caldarale, Charles R
> From: Vijayaraghavan Amirisetty > [mailto:[EMAIL PROTECTED] > Subject: Exception while running web application with Tomcat > security manager enabled > > I am trying to run a simple webapp on tomcat 5.0 The 5.0 branch is no longer supported; can you try it on 5.5 or 6.0? > i.e with the addition