Of course, I tried. conf/tomcat.policy was the test ground.

On Fri, 1 Feb 2002, Larry Isaacs wrote:

> Have you tried adding the permission to Tomcat's conf/tomcat.policy
> file?
>
> Cheers,
> Larry
>
> > -----Original Message-----
> > From: David Dascalescu [mailto:[EMAIL PROTECTED]]
> > Sent: Friday, February 01, 2002 4:58 AM
> > To: [EMAIL PROTECTED]
> > Subject: Re: Tomcat3.3 & java policy & codebase
> >
> >
> > Hello,
> > For Tomcat3.3 how can I assign permissions to individual jar
> > files in the
> > /WEB-INF/lib/ directory, for example, I would like something
> > like this:
> >  grant codeBase
> > "file:${catalina.home}/webapps/examples/WEB-INF/lib/driver.jar!/-" {
> >       permission java.net.SocketPermission
> > "dbhost.mycompany.com:5432", "connect";
> >  };
> > Is it possible in Tomcat3.3?
> > If not, can someone suggest a workaraound?
> >
> >
> > Regards,
> >
> > David Dascalescu
> > Project Manager
> > EduLib Soft, srl
> > Craiova, Romania
> >
> > Tel: + 40 51 413496
> > Fax: + 40 51 418935
> > Email: [EMAIL PROTECTED]
> > Url: www.edulib.ro
> >
> >
> > --
> > To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> > For additional commands: <mailto:[EMAIL PROTECTED]>
> > Troubles with the list: <mailto:[EMAIL PROTECTED]>
> >
>
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
>


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to