Re: Restrict incoming connections per Application Tomcat 6.0.37

2013-12-16 Thread André Warnier
ANALIA DE PEDRO SANTAMARIA wrote: I'm going to try to explain myself better. I believe that we understand what you seem to want to do, but that there are some intrinsic problems with the way in which you are looking at this. What I'm trying to do is create a permission system in Tomcat.

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 Christopher Schultz
-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 in Tomcat and I would like to restrict incoming connections per application. I mean, I want to restrict incoming connections in some applications

Re: Restrict incoming connections per Application Tomcat 6.0.37

2013-12-14 Thread ANALIA DE PEDRO SANTAMARIA
I'm going to try to explain myself better. What I'm trying to do is create a permission system in Tomcat. This permission system must allow or avoid the next connections: - Receive from IP. The application with this permission only can accept connections (or receive information) from an IP. It