From rangerx@panix.com Sun Mar 31 13:41 MST 1996 Hello Godmar, Note that it's not necessary to zip/unzip the netscape moz file. If you place the directory where your own security manager is located *first*, followed by the location of your moz file in your CLASSPATH, then when Netscape instantiates the security manager, it'll look for it in your CLASSPATH and use the first one it comes across. I've tried this and it works. It's an alternative for people who don't want to unzip/zip with the moz file... You do need, however, to move the moz file from its standard location. This is because Netscape looks for it first in the standard place, and then if it doesn't find it, it searches the CLASSPATH. This is still a pain, but it is an alternative.