Thank you very much for the answers. What I'm trying to do is block the
execution of certain privileges in certain web applications (I'm working in
a security model). One way of approaching this is to avoid loading certain
Java libraries. So what I want to do is set up Tomcat (or the Security
Manager) so that I can restrict what Java classes one web application can
use. And I have to set up this in each application, because not all the web
applications have the same permissions.

Analia


2013/10/23 Christopher Schultz <ch...@christopherschultz.net>

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA256
>
> Analia,
>
> On 10/22/13 1:41 PM, ANALIA DE PEDRO SANTAMARIA wrote:
> > 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.
>
> Perhaps I didn't understand the original question: what are you trying
> to avoid? Do you want to prevent a web application from loading a
> different version of java.lang.String, or are you trying to protect
> something else?
>
> I think the initial resistance to answering your original question was
> because it was so open-ended. Perhaps if you add some more details
> (e.g. what is happening, why it is unexpected, what you want to happen
> instead) we might be able to help.
>
> - -chris
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.14 (Darwin)
> Comment: GPGTools - http://gpgtools.org
> Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
>
> iQIcBAEBCAAGBQJSZwFxAAoJEBzwKT+lPKRYeFYP/2/k5A3OB8CbbHHivXh/HvR5
> KQUvE8Ez9dqACKSnTs94k0lYY7x+1EwVtUuyi5huTfh7Yo3vV54qOCpLzdmGDGSP
> NZABnifDcjSB5HxdiadNoAN36cSsE08Poc7sh3m9Mg752mfDRaYtLS4JSWydhXGC
> MI/Th2Hc4/1jJo418hm7YH6RiWvUX8EKWG/e4UE0HhHzN1V9Q2kq2j1TQ7ixBFgN
> MJBGHFWOewTEd+9/iPkycF5hkPR7by7RjJBWx3eY3IXD+RTmt/7cn4gRxZoQtUa+
> +/nPMGdDNfX+LN5zd/qQo7qjJv7TVdnhJVyh2FwWbZYt6fJowj9xaApAvT2qFLCb
> ZJ+UrD2zhDao5J3blM/KsEklWdk72ShpiIBjBM9PC5og/obGTEfzOfbm5NSpw+8p
> s//UKZ+xOyqmiKTKN5rXxBByPDJiR0ZWHIxBbkFwX20jzpFm3acu4m11dva8F9Zh
> vRZ62JSRVrFckRS+286FU6TMPp2WBk3sjbMsI3EFpYtiAvg+TehPjEUkOmuz5dxR
> J77s6vfFus4salL2OcFNNZ9SQsHEgCmqJhXwMS0OQdV2XWRuQMrEI5ruiSYnzQT2
> CNmihUVeEiDJKk1g4umwhU8Gq5dq/QHk3vv/C1bq8uQ/Y3e5BnGOy+C8zeusltji
> ip2Ps0GVfiViTLavhPQ+
> =Vv6G
> -----END PGP SIGNATURE-----
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

Reply via email to