Pilho Kim wrote:

> For Tomcat 4.0 Beta 1, both of catalina.sh and catalina.bat need
> such a patch in two places, too.
>
> In those scripts, change
>     -Djava.security.policy==
> to
>     -Djava.security.policy=
>
> kim
>

This turns out *not* to be what you want.

The double equals sign (==) tells the default security policy reader that the
specified policy file completely *replaces* the standard one (which is what we
want here, same as in Tomcat 3.2).  Otherwise, the specified policy file is
merely *appended* to the standard one.

Don't ask me why this was implemented in such an arcane fashion ... I just work
here ... :-)

Craig



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to