Re: Restrict incoming connections per Application Tomcat 6.0.37

2013-12-16 Thread ANALIA DE PEDRO SANTAMARIA
Gracias Martin, probaré si lo que me dices me sirve. Thank you very much André, now I have understood the problem much better. Thank you for your explanation. Analía. 2013/12/16 André Warnier a...@ice-sa.com ANALIA DE PEDRO SANTAMARIA wrote: I'm going to try to explain myself better. I

Restrict incoming connections per Application Tomcat 6.0.37

2013-12-14 Thread ANALIA DE PEDRO SANTAMARIA
Hello, I'm developing a permission system in Tomcat and I would like to restrict incoming connections per application. I mean, I want to restrict incoming connections in some applications and permit them in others. I have tried to do it with the Security Manager (SocketPermission), but it

Re: Restrict incoming connections per Application Tomcat 6.0.37

2013-12-14 Thread ANALIA DE PEDRO SANTAMARIA
connections) to grant the last two. Any idea? Thank you very much! Analía 2013/12/14 Christopher Schultz ch...@christopherschultz.net -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Analía, On 12/14/13, 1:27 PM, ANALIA DE PEDRO SANTAMARIA wrote: I'm developing a permission system

Re: Restrict the use of JDK classes Tomcat 7 or 6

2013-11-20 Thread ANALIA DE PEDRO SANTAMARIA
, Tomcat is supposed to behave such any other JVM. However, you need to update the catalina.policy file for your own permission, and don't forget to call the security manager from the startup script ( http://tomcat.apache.org/tomcat-7.0-doc/security-manager-howto.html ) 2013/11/17 ANALIA DE

Re: Restrict the use of JDK classes Tomcat 7 or 6

2013-11-17 Thread ANALIA DE PEDRO SANTAMARIA
as I advised first :D About permissions, here you have a doc : http://docs.oracle.com/javase/6/docs/technotes/guides/security/spec/security-spec.doc3.html#20211 best regards 2013/11/11 ANALIA DE PEDRO SANTAMARIA 100074...@alumnos.uc3m.es: Hello, I have been working

Re: Restrict the use of JDK classes Tomcat 7 or 6

2013-11-11 Thread ANALIA DE PEDRO SANTAMARIA
Hello, I have been working with the Security Manager and I think it is a good aproximation of what I need, thank you very much for the advice. I have read that it is possible to create your own Permission class, but I haven't found any documentation or example. Could anybody tell me where I can

Restrict the use of JDK classes Tomcat 7 or 6

2013-10-22 Thread ANALIA DE PEDRO SANTAMARIA
Hello, I would like to know if is it possible to restrict the use of JDK classes in Tomcat according to a list given in another file. ¿Is it possible by creating a new Add-on? If it is possible, where can I find documentation about creating Add-ons? I have looked up and I haven't found any

Re: Restrict the use of JDK classes Tomcat 7 or 6

2013-10-22 Thread ANALIA DE PEDRO SANTAMARIA
I'm sorry about the misunderstanding. My question isn't a homework question. I'm working in my Final Project and I have some doubts about Tomcat, that I need to solve in order to develop it properly. I had searched a lot before I wrote to the mailing list. I'm sorry if you have understood that I'm