Re: How to protect server.xml?

2004-03-11 Thread Antonio Fiol Bonnn
Short answer is no. Long answer is: Tomcat is free software. You can make it do what you want. Simply patch it to your needs. Antonio Fiol Sonny Sukumar wrote: Hmm ok. Is there any way to encrypt the passwords stored in server.xml on top of that? I'll take all the security I can get. :-)

RE: How to protect server.xml?

2004-03-10 Thread Yiannis Mavroukakis
I will assume you mean protect the file from being read. The easiest way to do that is to assign read/write permission to the file to whoever user is running tomcat and remove all permissions from group. That also assumes that you are running some flavour of Unix, but you could achieve the same

RE: How to protect server.xml?

2004-03-10 Thread Sonny Sukumar
Hmm ok. Is there any way to encrypt the passwords stored in server.xml on top of that? I'll take all the security I can get. :-) --- Yiannis Mavroukakis [EMAIL PROTECTED] wrote: I will assume you mean protect the file from being read. The easiest way to do that is to assign read/write