Re: Apache/Tomcat Security

2002-11-27 Thread Glenn Nielsen
Run Tomcat with the Java SecurityManager (-security startup option) and only grant the minimum permissions necessary to your webapp. See the Security Manager HOWTO in the Tomcat docs. Glenn Anderson, M. Paul wrote: I am preparing to launch my first web site utilizing an Apache/Tomcat configurat

RE: Apache/Tomcat Security

2002-11-20 Thread Turner, John
#x27;Tomcat Users List' > Subject: Apache/Tomcat Security > > > I am preparing to launch my first web site utilizing an Apache/Tomcat > configuration. The server will host a single web site, at > least for now > that uses servlets and jsp with a database backend. I hav

Apache/Tomcat Security

2002-11-20 Thread Anderson, M. Paul
I am preparing to launch my first web site utilizing an Apache/Tomcat configuration. The server will host a single web site, at least for now that uses servlets and jsp with a database backend. I have set up the Apache and Tomcat as discussed in the documentation with much help from people on thi

RE: Apache Tomcat Security

2002-10-10 Thread Nilesh Parmar
mcat Users List ' Subject: Re: Apache Tomcat Security Ditto to the contributing author comment. Looking at your email address, you're a Wrox guy. Who's the audience for the book? Are you targeting the developer or the sysadmin? Nilesh Parmar

RE: Apache Tomcat Security

2002-10-10 Thread Nilesh Parmar
: Apache Tomcat Security Include PostgreSQL as you did with mySQL Thanks... Andrew -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- Peer Information I

RE: Apache Tomcat Security

2002-10-10 Thread Turner, John
> <[EMAIL PROTECTED]To: > "'Tomcat Users List '" <[EMAIL PROTECTED]> > > >cc: >

Re: Apache Tomcat Security

2002-10-10 Thread jcosta
t '" <[EMAIL PROTECTED]> >cc: Subject: Apache Tomcat Security

Re: Apache Tomcat Security

2002-10-10 Thread Andres Ledesma
Include PostgreSQL as you did with mySQL Thanks... Andrew -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: Apache Tomcat Security

2002-10-10 Thread Turner, John
Do we get contributing author credit? John > -Original Message- > From: Nilesh Parmar [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 10, 2002 1:56 AM > To: 'Tomcat Users List ' > Subject: Apache Tomcat Security > > > Hi, >I've been

Apache Tomcat Security

2002-10-09 Thread Nilesh Parmar
Hi, I've been subscribing to the this mailing list from quite a while. I'm interested in developing a book on Apache Tomcat security. For a start, here is what i've included as a specification for the book. Can anyone please give me your valuable suggestions/ideas to make it a b

Re: Apache/Tomcat security issue -- URGENT

2002-03-21 Thread todd tredeau
This is sort of easy... of course you run your site through Apache... which in turns does this connection deny from all "somedirectory" in your application or code... include something from "somedirectory" todd http://www.wiserlabz.com collaborative effort to promote Novell and Open Sourc

RE: Apache/Tomcat security issue -- URGENT

2002-03-21 Thread Barney Hamish
PROTECTED]] Sent: Thursday, March 21, 2002 1:18 PM To: Tomcat Users List Subject: Re: Apache/Tomcat security issue -- URGENT I didn't get any responses, so I'm reposting with some summary. I'm pretty sure some body might have a solution for this. Summary: Is it possible to protect

Re: Apache/Tomcat security issue -- URGENT

2002-03-21 Thread Surya Suravarapu
TECTED]> Date: Wednesday, March 20, 2002 8:57 pm Subject: Apache/Tomcat security issue -- URGENT > I'm using Apache 1.3.22 and Tomcat 4.0.2 on Windows NT/2000. > > I've a context called WebApp whose docBase="E:\WebApp". So, when I > point my browser to http:/

Apache/Tomcat security issue -- URGENT

2002-03-20 Thread Surya Suravarapu
I'm using Apache 1.3.22 and Tomcat 4.0.2 on Windows NT/2000. I've a context called WebApp whose docBase="E:\WebApp". So, when I point my browser to http://localhost/WebApp/main it will take me to the login screen of the application. There is a folder called "Reports" in my E:\WebApp. Some part

Re: APACHE-TOMCAT SECURITY

2001-04-27 Thread Jan Labanowski
On Fri, 27 Apr 2001, [iso-8859-1] Matías Salvador wrote: > Hy People, > I'm working with APACHE & TOMCAT and I am investigating how to make >them secure , so i'd like to ask you all some questions: > Try to read the http://www.ccl.net/cca/software/UNIX/apache/ > 1. What do i ha

APACHE-TOMCAT SECURITY

2001-04-27 Thread Matías Salvador
Hy People,   I'm working with APACHE & TOMCAT and I am investigating how to make them secure , so i'd like to ask you all some questions:   1. What do i have to take in count to make my webserver (APACHE, TOMCAT or BOTH) secure? 2. How do i have to configure the SSL in them? 3.