I'm running Tomcat on Windows XP, and in my Configuration -> Startup menu, the 
entry for the Arguments text box is "start", with no other string (nothing that 
says "-security"). Does that mean I'm currently running without SecurityManager?

-----Original Message-----

> Date: Mon Oct 08 12:03:37 EDT 2007
> From: "Mark Thomas" <[EMAIL PROTECTED]>
> Subject: Re: Perl Permissions on Tomcat
> To: "Tomcat Users List" <users@tomcat.apache.org>
>
> Li Ye Chen wrote:
> > // Give all permission to servlets-cgi.jar
> > grant codeBase "file:${catalina.home}/server/lib/servlets-cgi.jar" {
> >         permission java.security.AllPermission;
> > };
> 
> Are you running with a security manger? If so, try running without and
> get things working that way first. Then we can focus on the permissions.
> 
> Mark
> 
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to