Tomcat Security Problem

2011-02-16 Thread jamana ramesh
Hi, I am new to Tomcat server. I have installed Tomcat 6 and deployed a web application. This application has to decrypt some files and store in a temp folder. I have created a folder with name "temp' in WEB-INF folder of my applciation. But When I am running my application, at the time of decrypt

RE: Tomcat security problem..please help

2010-12-30 Thread Yaragalla, Muralidhar
-Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Thursday, December 30, 2010 3:12 PM To: Tomcat Users List Subject: Re: Tomcat security problem..please help Yaragalla, Muralidhar wrote: > Hi all , I have added security manager in a filter initialization method in &

Re: Tomcat security problem..please help

2010-12-30 Thread André Warnier
Yaragalla, Muralidhar wrote: Hi all , I have added security manager in a filter initialization method in my webb app. I have deployed webapp in tomcat and when I start tomcat it is throwing the following error. Kindly help me in this. How to avoid this?What should I do in the security polic

Tomcat security problem..please help

2010-12-29 Thread Yaragalla, Muralidhar
Hi all , I have added security manager in a filter initialization method in my webb app. I have deployed webapp in tomcat and when I start tomcat it is throwing the following error. Kindly help me in this. How to avoid this?What should I do in the security policy? Dec 30, 2010 11:41:25 AM or

Re: Tomcat Security Problem

2008-02-07 Thread alee amin
get what you mean by context? should i insert it > in conf/server.xml or somewhere else. It is confusing me. > > > On Feb 7, 2008 8:59 PM, Caldarale, Charles R <[EMAIL PROTECTED]> > wrote: > > > > From: alee amin [mailto:[EMAIL PROTECTED] > > > Subject: Re:

Re: Tomcat Security Problem

2008-02-07 Thread alee amin
actually i am not able to get what you mean by context? should i insert it in conf/server.xml or somewhere else. It is confusing me. On Feb 7, 2008 8:59 PM, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > From: alee amin [mailto:[EMAIL PROTECTED] > > Subject: Re: Tomca

RE: Tomcat Security Problem

2008-02-07 Thread Caldarale, Charles R
> From: alee amin [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat Security Problem > > How can i make it available for it and at the same > time i want application 1 BASIC AUTHENTICATION based > on tomcat-users.xml file. I already answered that question: > > Sounds

Re: Tomcat Security Problem

2008-02-07 Thread alee amin
7, 2008 8:08 PM, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > From: alee amin [mailto:[EMAIL PROTECTED] > > Subject: Tomcat Security Problem > > > > Application 2 has form based security and for some > > enhanced security i have added the "realm"

RE: Tomcat Security Problem

2008-02-07 Thread Caldarale, Charles R
> From: alee amin [mailto:[EMAIL PROTECTED] > Subject: Tomcat Security Problem > > Application 2 has form based security and for some > enhanced security i have added the "realm" for the > database in conf/server.xml file. Where in server.xml? A element may b

Tomcat Security Problem

2008-02-07 Thread alee amin
I have 1 tomcat server (5.5) and i have deployed 2 independent applications on it. Application 1 has security, which is implemented using BASIC AUTHENTICATION mode of tomcat. defining the username and password in conf/tomcat-users.xmlfile. Application 2 has form based security and for some enhanc

embedded tomcat security problem

2007-03-01 Thread Tom Butts
Hello I am trying to get tomcat 5.0.28 running with the "manager" webapp but when I try to access any of the manager commands I get the following error. java.lang.SecurityException: Servlet of class org.apache.catalina.manager.ManagerServlet is privileged and cannot be loaded by this web applicat

RE: Tomcat Security Problem

2006-10-26 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat Security Problem > > You could turn off automatic deployment of WAR files and > configure each "known" application in your server.xml file. Apps should not be configured in server.xml

RE: Tomcat Security Problem

2006-10-26 Thread Caldarale, Charles R
> From: Martin Gainty [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat Security Problem > > If you want to restrict what pages/data items the user sees > and to implement security for your web applications then I > would look at portals That has nothing to do with the

Re: Tomcat Security Problem

2006-10-26 Thread Christopher Schultz
Stephan, > i need tomcat to run/deploy only "known" applications. at startup the > container should somehow realize that a certain app is a "not authorized > one" and not load it. You could turn off automatic deployment of WAR files and configure each "known" application in your server.xml file.

Re: Tomcat Security Problem

2006-10-26 Thread Martin Gainty
, dissemination, distribution or copying of it or its contents - Original Message - From: "David Smith" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, October 26, 2006 7:19 AM Subject: Re: Tomcat Security Problem > To my knowledge there is no known f

Re: Tomcat Security Problem

2006-10-26 Thread David Smith
To my knowledge there is no known functionality like that. IMHO System Administrators should review all applications and make a determination as to a specific app's safety in their environment. --David Stephan Schöffel wrote: hi everbody, i need tomcat to run/deploy only "known" applicatio

Tomcat Security Problem

2006-10-26 Thread Stephan Schöffel
hi everbody, i need tomcat to run/deploy only "known" applications. at startup the container should somehow realize that a certain app is a "not authorized one" and not load it. maybe you can point out at me where to start. thanks in advance stephan -